enable cvs on new project that has already been checked out from cvs
I have checked out a cvs module from the command line using cygwin and now want to create an intellij project in this directory. Intellij has the check out from cvs (which I have done from cygwin), but my newly created project is not associated with cvs. Am I forced to run the check out from cvs even though I already did this?
Please sign in to leave a comment.
Use the project settings, there you can activate CVS.
Tom