On Fri, Mar 04, 2005 at 11:38:09AM -0500, Larry Jones wrote:
> Baurzhan Ismagulov writes:
> > 
> > 1. Added and deleted files: I have to track them manually when I apply
> >    the delta for a new upstream release. I have to grep for 1970 and add
> >    / remove the files.
> 
> That shouldn't be necessary -- a normal merge using two revision tags
> should note and process added and deleted files correctly.

Yes, if you have the vendor's latest release in CVS already. I've meant
the step of putting that last release into the repository without using
import command, like this:

cvs co -rbsp102 linux
cd linux
patch -p1 <../bsp102-106.diff
<some files added, some files removed>

Now I have to cvs add and cvs rm those files.

With kind regards,
Baurzhan.


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to