Integration with Subversion problem
In my project, I rename PowerCalculator class to PowerCalculator1, and then I add new PowerCalculator class. At this time PowerCalculator class is new one but I cannot add it to Subversion, Add menu is disabled, also this class does not appear in Changes toolwindow.
Does anyone have same problem? I'm using Demetra build 5181.
Please sign in to leave a comment.
Hello t800t8,
This is known problem, fixed in upcoming EAP.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Is this linked to
http://www.jetbrains.net/jira/browse/IDEA-5750 ?
Do I need to be using Subversion 1.3 (client or server)?
Robert
Hello Robert,
Nope, that's a different story related to changelists update only.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Maxim,
Can't wait anymore ;)
>
Maxim,
I checked it. This problem still exists in build 5201. :(
I rename PowerCalculator class to IterationPowerCalculator, then add a new PowerCalculator interface. IterationPowerCalculator can be added to Subversion repository, but PowerCalculator cannot (it's not in change list before I commit). In Subversion repository, PowerCalculator is old one.