Posted by Henrik Hansen on 10/19/12 11:34
mislav.marohnic@gmail.com writes:
> What are some good programs to diff and create patches on Windows?
>
If the project uses CVS you can use cvs diff -u file.something to get
a unified diff of the changes.
You can also install cygwin and get an unix like enviroment on your
windows machine, included in cygwin is the diffutils package which has
the diff command. (http://cygwin.com/)
I am sure fancy GUI apps also exists for making diff's, maybe try google.
--
Henrik Hansen
Navigation:
[Reply to this message]
|