You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Collin Winter <co...@google.com> on 2009/05/07 01:24:37 UTC

[PATCH]: add a --message option to svn_load_dirs.pl

Hi all,

The default final commit message generated by svn_load_dirs.pl doesn't
conform to my project's customs, so I've added a --message option (-m
for short) so the final commit message can optionally be specified on
the command line. Could someone please review and commit this patch?

[[[
Add a --message option to svn_load_dirs.pl to allow users to specify
the final commit message.

* contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in
  Add a --message option.
* contrib/client-side/svn_load_dirs/svn_load_dirs.README
  Document the new --message option.
]]]

Thanks,
Collin Winter

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2087698

Re: [PATCH]: add a --message option to svn_load_dirs.pl

Posted by David Glasser <gl...@davidglasser.net>.
Thanks; committed in r37643.

--dave

On Wed, May 6, 2009 at 6:24 PM, Collin Winter <co...@google.com> wrote:
> Hi all,
>
> The default final commit message generated by svn_load_dirs.pl doesn't
> conform to my project's customs, so I've added a --message option (-m
> for short) so the final commit message can optionally be specified on
> the command line. Could someone please review and commit this patch?
>
> [[[
> Add a --message option to svn_load_dirs.pl to allow users to specify
> the final commit message.
>
> * contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in
>  Add a --message option.
> * contrib/client-side/svn_load_dirs/svn_load_dirs.README
>  Document the new --message option.
> ]]]
>
> Thanks,
> Collin Winter
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2087698



-- 
glasser@davidglasser.net | langtonlabs.org | flickr.com/photos/glasser/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2099063