Renaming CVS repository name for a module. Permanently deleted user Created July 16, 2007 18:42 Our admins changed the cvs server repository name from cvsX to cvsY.Is there a way using Intellij to renaming my modules cvs repository from cvsX to cvsY ?
It sounds like you need to write a script to scan your files and update the CVS files. If you did not have any uncommitted files, you can just perform a checkout on the project and it will blast the files for you.
There have been a couple of threads about this. This is more a CVS thing rather than an IntelliJ setting.
http://www.intellij.net/forums/thread.jspa?messageID=5186089�
I have a "find" command in this thread that will accomplish what you want (on a Unix box or using cygwin on Windows).