I have migrated a project from CVS to SVN. Now I need to rename that project. What can be the best possible way to rename it, keeping the all the history intact. The project fol
First get to know where the \Repositories
folder residing at, (defaut C:\Repositories
)
After that rename your repository you want to, inside that /Repositories
folder. (windows)
If you are using eclipse then discard the old repository location in SVN Repositories and goto New->Repository Location...-> your new repository name
. Thats it.