To create a patch, I could do this:

  % cvs co -d buggy -r Release_0_1 MyProj
  % cvs co -d fixed -r Release_0_1_Bugfixes MyProj

  % LC_ALL=C TZ=UTC0 diff -Naur buggy fixed > Release_0_1_Patch

...but I wonder if there are some CVS tricks to streamline the process
further.

Thanks!

kynn



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to