[Amsn-devel] How to send new code.

2007-02-01 Thread square87
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

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Vivia Nikolaidou
Hi, just paste the code here. Make sure you are sending a diff though and not whole new files! Thanks for the contribution :) On Thu, 1 Feb 2007, square87 wrote: Hello. I am writing some code for log system. How can send the difference between your revision and mine? Should I use some

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
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 ...

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Boris Faure (aka billiob)
Hi First, you should use SVN ( http://www.amsn-project.net/wiki/SVN ) then, you do : svn diff FILES_YOU_HAVE_CHANGED patch_by_square87_logs.diff And you send us patch_by_square87_logs.diff. We'll take a look, and ..., or you can use the forums. -- Boris FAURE (aka billiob) mail, msn : [EMAIL