On Tue, Jul 13, 2010 at 7:52 PM, Charan <charan...@gmail.com> wrote: > Hi Guys, > > Is it possible to change the repository name without losing the history. > Currently all my code is under the repository > http://local.svn.com/svn/repoe5r/. I want the name *repoe5r* to be changed > to *SVNROOT*. Can I do that? > > > Thanks >
The history of the repository will remain untouched if you rename the repository. Of course you will need access to the server to do this. You just need to "switch relocate" all working copies to the new URL. Just to make sure - is "repoe5r" the repository, or a directory within a repository named "svn"? (my answered assumed it is a repository)