Hi

You can use the "diff" program to see the differences

$ diff -bU5 orginal.tcl new.tcl
is a good start to compare to files
Check man diff to have more options.

You can use
$ svn diff
in you amsn's directory to see the differences

Then pipe the output to a file ( diff -bU5 ... > mymodifications.diff
or svn diff ... > mymodifications.diff ) and send the file on the ML
Somebody how has a write access on the svn will commit your changes.


Thanks for your contribution to aMSN :)



Yoda-BZH


On 2/1/07, square87 <[EMAIL PROTECTED]> wrote:
> Hello.
> I am writing some code for log system.
> How can send the difference between your revision and mine?
> Should I use some program? or Can I paste the code here?
> Thanks.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
>
>
>


-- 
o May the Force be with you
o Do it, or not, but there's no try

http://www.yoda-bzh.net
http://blog.yoda-bzh.net
http//LeaBrest.free.fr

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to