emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with files on savannah


From: Miles Bader
Subject: Re: Problem with files on savannah
Date: Mon, 19 Mar 2007 11:03:53 +0900

Andreas Schwab <address@hidden> writes:
>>   Could not find desired version 1.574 in 
>> /cvsroot/emacs/emacs/admin/FOR-RELEASE,v
>>
>> Maybe I can work around this by making a new checkout, but then I
>> won't get my other changes merged in.  Is that the only way?
>
> Probably yes.  You could also try to edit CVS/Entries and hope for the
> best.

One thing I often do in such a case (where the CVS dirs got messed up)
is to make a new checkout in a different directory, and copy _only the
CVS dirs_ to the old tree.

E.g.:

   $ cvs -d ... co -d new-checkout emacs
   $ cd new-checkout
   $ find . -name CVS -print | xargs tar cf ../new-cvs-dirs.tar
   $ cd ../old-checkout
   $ find . -name CVS -print | xargs rm -rv
   $ tar xvf ../new-cvs-dirs.tar

[Usually I make a tar-file with the old CVS dirs before removing them,
just in case...]

-Miles
-- 
"Though they may have different meanings, the cries of 'Yeeeee-haw!' and
 'Allahu akbar!' are, in spirit, not actually all that different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]