[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Promoting mucc to a full fledged tool

From: Justin Johnson <justinjohnson_at_gmail.com>
Date: 2007-03-15 18:21:31 CET

On 3/15/07, Justin Johnson <justinjohnson@gmail.com> wrote:
> > Definitely keep it non-interactive. I ended writing a script to crawl
> > our repository looking for bad tags (some 20+) and appending a rather
> > long list of command line arguments to mucc to fix the tags in a single
> > commit.
>
> I'm not a Subversion developer, so I hope I'm not posting where I shouldn't.
>
> ClearCase's command-line interface "cleartool" supports the following:
>
> 1) Single commands
>
> cleartool ci -c "my comment" file.txt
>
> 2) Interactive shell mode
>
> c:\>cleartool
> cleartool>ci -c "my comment" file.txt
>
> 3) batch mode
>
> C:\>type input.txt
> ci -c "my comment" file1.txt
> ci -c "my comment" file2.txt
> C:\>cleartool < input.txt
>
> Maybe Subversion could provide similar support, and introduce a syntax
> to interactive and batch mode that allows you to wrap up commands in a
> single transaction/commit.

I suppose the transaction syntax could work fine for single command
mode as well, so there isn't a need to create a separate file for
input.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 15 18:21:44 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.