Problems with IntelliJ integration after switching SVN servers
We moved to another SVN server, and now my IntelliJ-SVN integration doesn't work. Whenever I open the project, I get this:
开发者_开发知识库What is this "content roots"? I searched all over the project dir and didn't find it.
"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.
Check VCS settings in Idea 11.1 under File -> Settings... -> Version Control
. The VSC column on the right 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.
精彩评论