views:

16

answers:

2

We moved to another SVN server, and now my IntelliJ-SVN integration doesn't work. Whenever I open the project, I get this:

alt text

What is this "content roots"? I searched all over the project dir and didn't find it.

A: 

"VSS" suggests "Visual Source Safe". Ugh!

You don't say if your project and all its artifacts have been moved into the new SVN server, but if they have I'd recommend blowing away your old working directory and checking out from SVN into a new one.

"Create project from existing sources" and checking out from your new Subversion repository should sort it out.

duffymo
I'm not using VSS, I may have selected it by mistake in IntelliJ.
ripper234
And this was a fresh checkout, if I'm not mistaken.
ripper234
A: 

Check VCS settings in Idea under Project Settings -> Version Control. VSC should be set to Subversion, in your case. Perhaps you should add an entry for your project. You can also try to set "Use system default Subversion configuration directory" in Subversion options.

manuna