[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:20:25 CET

> 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.

Justin

---------------------------------------------------------------------
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:20:39 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.