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.
Sushil Rai wrote: > I am running into an issue. I am required to update the directory structure > of my CVS repository. Currently my repository looks like > > - RepositoryHead > - Dir1 > - File1 > - File2 > - Dir2 > - File3 > - File4 > > - RepositoryHead > - *New Dir* > - Dir1 > - File1 > - File2 > - Dir2 > - File3 > - File4 > > Also, the version information of the existing files need to be maintained as > it is. Please suggest the process to achieve change of structure. - Make sure everybody checks everything in. - Make sure everybody releases their sandbox. - Stop the cvsnt server. - Rearrange the files in the repository directly according to what you want, creating directories as needed. - Start the cvsnt server. - Check out as needed into sandboxes. Gerhard