Le mardi 15 septembre 2009 à 11:49 +0200, Sébastien Villemot a écrit :
Le lundi 14 septembre 2009 à 22:47 -0400, houtan a écrit : Therefore you should not modify lines which have no relation to the purpose of the commit. And a commit which has a lot of modifications which are only indentation changes is not very readable, since it seems to modify a lot of lines and it is hard to detect what are the "real" changes among the mass of indentation changes.
I forgot to mention that I strongly encourage you to examine the patch before sending the commit, unsing the "svn diff" command. This helps detecting useless or wrong changes.
If you are using Emacs, also note that there is a good Emacs mode for dealing with SVN. You can launch it by running "M-x svn-status".
Best,