Re: Diff for Patches

2003-11-13 Thread Litrik De Roy
Antonio Gallardo wrote: Tony Collen dijo: Carmona Perez, David wrote: Hi all, Does anyone know how to get the diff tool to create patches?. I'm working under Windows. David, diff -u filename.java > filename.diff ?? Is the diff command avaliable under Win??? I think you can

Re: Diff for Patches

2003-11-12 Thread Antonio Gallardo
Tony Collen dijo: >> I think you can download: cygwin and inside have a set of UNIX tools. >> >> cygwin - http://www.cygwin.com/ > > I interpreted it as he already had diff and was having trouble using it. > Thanks for the link :) Yep. Cygwin is very good. It helps me to taste, refresh and train s

Re: Diff for Patches

2003-11-12 Thread Tony Collen
Antonio Gallardo wrote: Tony Collen dijo: Carmona Perez, David wrote: Hi all, Does anyone know how to get the diff tool to create patches?. I'm working under Windows. David, diff -u filename.java > filename.diff ?? Is the diff command avaliable under Win??? I think you can download: cygw

Re: Diff for Patches

2003-11-12 Thread Antonio Gallardo
Tony Collen dijo: > Carmona Perez, David wrote: >> Hi all, >> >> Does anyone know how to get the diff tool to create patches?. I'm >> working under Windows. > > > David, > > diff -u filename.java > filename.diff ?? Is the diff command avaliable under Win??? I think you can download: cygwin and i

Re: Diff for Patches

2003-11-12 Thread Tony Collen
Carmona Perez, David wrote: Hi all, Does anyone know how to get the diff tool to create patches?. I'm working under Windows. David, diff -u filename.java > filename.diff Should work If you're using CVS, you can do: cvs diff -u filename.java > filename.diff HTH, Tony

Diff for Patches

2003-11-12 Thread Carmona Perez, David
Hi all,   Does anyone know how to get the diff tool to create patches?.  I'm working under Windows.   David