Marcin Hoppe wrote:

<svn-checkout> and generic <svn> task.

Files that need to be patched live in src\Tasks\Svn folder. I am not a
CVS wizard and I attach the whole files as they are not that big. Is
creating a necessary patch as simple as invoking:

cvs diff file > file.patch

from the command-line?



thats right. Or you can just do cvs diff -u > file.patch to get all the changes in the current directory. The -u specifies that the output be created in unified diff format which is a bit nicer for people to read.

If you have tortoisecvs installed then there is a "make patch" option off the right click context menu.

Ian

------------------------------------------------------------------------




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to