Changing CVSROOT for a project
Is there anyway to change the CVSROOT a project is using without rechecking it out?
There doesn't seem to be anyway to associate a project with a CVSROOT.
I even searched the iws, ipr, and iml files for references to it and can't find it...so how does intellij store the cvsroot that is associated with a project?
(I need to change it because my username changed on the box the cvs repository is on).
Please sign in to leave a comment.
That's not a function of IntelliJ but CVS itself.
In each directory handled by CVS you'll find a CVS directory with 3 files.
One of those contains the CVSROOT.
You'd need to change all those, and maybe it might work,