You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Carmona Perez, David" <DP...@fcc.es> on 2003/11/12 18:29:41 UTC

Diff for Patches

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

Re: Diff for Patches

Posted by Litrik De Roy <co...@litrik.com>.
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: cygwin and inside have a set of UNIX tools.
>
>cygwin - http://www.cygwin.com/
>  
>
Or you can download TortoiseCVS from http://www.tortoisecvs.org/ and all 
these tools are one right-click away.

-- 

Litrik De Roy
www.litrik.com




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Diff for Patches

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
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 inside have a set of UNIX tools.

cygwin - http://www.cygwin.com/

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Diff for Patches

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
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 some
Linux skills before the full migration to Linux.

Once upon a time, long time ago, when I was in the university, we learned
UNIX in some big monster irons. And System V was the lastest of the
lastest. It was good times! ;-D

Thanks for that, it was not too traumatic to me change to Linux. Maybe our
profesors at university were too visionaries and they already know (in
that time) how will come the new Linux times! Who knows? ;-D

Anyway, thanks to all them!

Best Regards,

Antonio Gallardo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Diff for Patches

Posted by Tony Collen <co...@umn.edu>.
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: 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 :)

Tony



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Diff for Patches

Posted by Tony Collen <co...@umn.edu>.
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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org