Moving files in CVS



Robert Dodier writes:

>Hi everyone,
>
>Vadim & I seem to have agreed about moving None.texi
>and xrefs.texi (obsolete files no longer included in
>the info build) out of the doc/info directory and 
>into archive/.  Are there any objections?
>
>If not, I wonder what's the best way to accomplish that.
>CVS doesn't handle moving very well. The simplest solution
>that I found after some web surfing is
>
>  mv foo somewhere
>  cvs add somewhere/foo
>  cvs rm foo
>  cvs ci -m'Moved foo to somewhere/foo' foo somewhere/foo
>
>I can't tell if this or some other procedure has been
>applied to the files currently living in archive/.
>
>CVS repository hacking is straight out! I won't
>even consider it.
>
>Thanks for any insights,
>Robert Dodier
>
>
>  
>

AFAIK this is the only way to move files in CVS.
Besides don't forget to remove references to None.texi
and xrefs.texi from Makefile's.

-- 
     Vadim V. Zhytnikov

      <vvzhy@mail.ru> 
     <vvzhy@netorn.ru>