On May 3, 2005, at 7:20 PM, Ben Jackson wrote:
> Hi all,
>
> I was wondering if anyone has any tips for best practices in composing
> commit messages. Should we require that authors note their name with
> commits, or is that a job for svnlook? How specific should you be
> about file paths, adds, removes, etc? I thought about something like
> the following:
>
> svn ci -m "[joeblow] Added project2/ to /svn/projects"
> svn ci -m "[janeblow] Updated menu functionality in
> /svn/projects/project1/menu.js"
> svn ci -m "[johnblow] First version of template complete in
> /svn/projects/project1"
>
> Any suggestions will be welcome. Thanks,
>
See the Subversion project's own rules on this, in our HACKING file.
Then run 'svn log' on Subversion's own repository to see what it looks
like. The best practice was taken from some existing GNU toolchain
projects.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 4 14:59:31 2005