Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Irina Chernushina
Subsystem
Version Control. Subversion
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Brian Pontarelli
    2 years ago (21 Apr 2009 18:43)
  • Updated by   root
    2 years ago (17 Jan 2010 21:14)
  • Jira: IDEADEV-37505
    (history, comments)
 
IDEA-48707 SubVersion 1.6 working copies incompatible with IntelliJ
18
Issue is visible to: All Users
  The issue is visible to the selected user group only
I'm certain that you already know about this issue, but using SubVersion 1.6 and IntelliJ 8.1 causes everything to look like it is not versioned. This is probably due to the changes made in the working copy files.

Environment: Mac OSX

Issue was resolved
Comments (10)
 
History
 
Linked Issues (?)
 
Taras Tielkes
  Taras Tielkes
22 Apr 2009 14:26
2 years ago
You can rollback to SVN 1.5 format using a python script from the SVN site.
Brian Pontarelli
  Brian Pontarelli
22 Apr 2009 20:04
2 years ago
Rolling back isn't too hard. I've actually reverted back to using SubVersion 1.4.4 that comes with OS X. I just wanted to let you guys know because 1.6.1 is the latest version and there is a DMG for Mac from Collabnet for this version of SubVersion, so it will probably start to get some more use.
Brian Goetz
  Brian Goetz
28 Apr 2009 19:53
2 years ago
Yes, I discovered this same issue too, and it took me several hours to figure out what was going on, since there's not even an error message that says "this is a working copy version I do not recognize." And the 1.6 svn client will eagerly convert the working dir whenever you do anything with it, so the rollback is not necessarily a one-time event if you switch between command-line and IDE with any frequency.
Thomas Carrie
  Thomas Carrie
04 May 2009 17:45
2 years ago
I have the same issue on Windows XP.

This bug is important because there is no workaround, I vote for it
Bjorn Harvold
  Bjorn Harvold
10 May 2009 02:26
2 years ago
After I upgraded to Subversion 1.6 I am unable to edit .jsp and .jspx files within versioned directories. All others files are editable. Veeeeery strange. If I create an unversioned directory and add a jsp file in there I can work on it.
Gennadii Donchyts
  Gennadii Donchyts
10 May 2009 23:27
2 years ago
Url to the Python script which allows to downgrade local copy: change-svn-wc-format.py

Install Python if you don't have it yet and run it as follows:
change-svn-wc.format.py . 1.5

It may also ask for --force
Sebastiano Pilla
  Sebastiano Pilla
14 May 2009 19:46
2 years ago
SVNKit has released version 1.3.0 with support for Subversion 1.6.2, now I guess the matter is integrating it into IDEA.
Dmitry Jemerov
  Dmitry Jemerov
14 May 2009 19:48
2 years ago
SVN 1.6 will be supported in IntelliJ IDEA 8.1.3.
Serge Sozonoff
  Serge Sozonoff
29 May 2009 19:58
2 years ago
Is it not possible to simply replace the SVNKit jar file in IDEA 8.1.2 ?

Thanks,
Serge
Bjorn Harvold
  Bjorn Harvold
29 May 2009 20:17
2 years ago
I tried updating the svnkit jars but nothing happened.