On 08/16/02 Piers Haken wrote:
> Okay, will do. What's the best way to do this with cvs? I tried doing
> 'cvs update -r' to the previous version and it gets the older version
> but cvs diff doesn't show any changes. Any ideas?

cvs update -r will use a sticky tag on the file, so don't do that.
I usually run:
        cvs diff -r ... | patch
        cvs commit ...
to revert patches.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to