info-cvs
[Top][All Lists]
Advanced

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

Re: generating patches


From: Derek Robert Price
Subject: Re: generating patches
Date: Thu, 01 Aug 2002 17:47:34 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606

ppotter wrote:

Hi. I am trying to generate a set of patches for a set of files. I retrieved the set of files from the sourceforge project and made some modifications, which included adding completely new files. When I tried to generate a patch listing with cvs diff -RN I got everything except the new files. These were listed at the top of the diff/patch list with '?' marks. I then found out that I have to cvs add these files. My problem is that when I try to add I get an error that says I need write access to the repository. I don't want to write to the "real" repository, just my local copy so that I can generate a patch file. How do I get cvs to add only to my local copy?

Any help would be appreciated.

TIA

That's TODO item #200 in the TODO file from the top level of the CVS source distribution if you'd like to submit a patch.

The workaround is to add the line:

/<filename>/0/dummy timestamp//

to the CVS/Entries file under the directory containing the filename you wish to add, where `<filename>' is replaced with the name of the file to be added, of course. If you'd like to submit a script which does the above, in lieu of patching CVS for the time being, I'd check that in too.

Derek

--
              *8^)

Email: address@hidden
Public key available from www.keyserver.net - Key ID 5ECF1609
Fingerprint 511D DCD9 04CE 48A9 CC07  A421 BFBF 5CC2 56A6 AB0E

Get CVS support at http://ximbiot.com
--
Coffee is not for kids.
Coffee is not for kids.
Coffee is not for kids...

        - Bart Simpson on chalkboard, _The Simpsons_





reply via email to

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