Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Dominique Jean-Prost wrote: > Hello, > > > I would like to reorganize my repository. Actually, one of my project is > stored this way : > > Java/sources/com/foo/bar/... > > I would like to change it to get this tree : > > Myproject/com/foo/bar/... > > Is there a way I can do this by directly moving dir in the repository : I > would like to avoid using CVS add and cvs remove so that I don't lose > history. > > Best regards, > > Dom Hi Dom, You should be able to just go in to the repository and move the files/directories. The only thing is that you will need to redo the checkout on any computer that has the files checked out. -kz