This Question is Answered

2 "helpful" answers available (2 pts)
2 Replies Last post: Jan 27, 2013 5:14 PM by nco.jetbrain  
nco.jetbrain Newbie 2 posts since
Jan 20, 2013
Currently Being Moderated

Jan 20, 2013 9:50 AM

How can I configure the default VCS?

Hello!

 

Whenever I start a new project in IntelliJ 11/12 subversion is set as default VCS. I am sure, that I never configured any default VCS. I want to choose the VCS for every project newly (because every project has different requirements regarding the VCS).

When I open IntelliJ 12 and go to Configure -> Project Defaults or Configure -> Settings I am not able to select any VCS...

 

Where is the catch?

 

Thanks

Irina Chernushina (JetBrains) JetBrains 190 posts since
Jul 1, 2008
Currently Being Moderated
Jan 23, 2013 9:47 AM in response to: nco.jetbrain
Re: How can I configure the default VCS?

Hello nco.jetbrain,

 

1) it might be so that some parent directory is Subversion working copy root, like:

 

/wc_root <svn working copy root>

|

|

----someDir

     |

     |

     -------<checkout directory>

 

in this situation VCS autodetection might think that it's Subversion project.

 

2) VCS mappings are set and may be changed in Settings | Version Control - there's a table with mappings.

More Like This

  • Retrieving data ...