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.
Tony Hoyle wrote: > Torsten Martinsen wrote: > >> Well, the obvious syntax would be >> >> cvs rename old new >> cvs commit new > > > Separating out individual renames within a directory is quite hard at > present. Basically directories are versioned separately from files > (and are completely independent - ie. 'cvs update new' will not change > its filename). > > What's needed is a way to commit/update the directory itself which is > easy for people to understand. I propose adding a new option (say -r) meaning "Commit renames only". -Torsten