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.
Zoltan.Szathmary at generali.hu wrote: > I think there is some problem with this experimental rename. > Here are 2 sample: > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - cvs rename file1 file2 > Now in the Tag admin file (in CVS subdir) there is a line: T:1.2 . > - cvs tag -- cTag file2 > - "cvs update -P -r cTag" command on parent directory result: Note that you haven't committed the rename... > cvs server: Updating . > U file1 > cvs server: file2 is no longer in the repository > > which is no good, because I tagged the new "file2" This correct anyway, since you only renamed the file on the HEAD not the tag cTag, even if you had committed it. Tony