Pascal Francq wrote:
> 
> I want to rename a file that is in a module. Can I do without to
> delete the current name from the repository and import in then with
> the new name, because I want to hold the information about the
> previous version.

One method is to go into the repository and copy old,v to new,v
and then, in your working directory, "rm old && cvs rm old".
That'll keep the history with the new file, and allow checkouts
against old tags.  Don't forget to remove any tags from the
new file, though.
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>

Reply via email to