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

[proposal] --targets command line option

From: Ben Collins <bcollins_at_debian.org>
Date: 2002-02-28 16:17:45 CET

I'm going to implement an option called --targets, which basically is a
way to supply a list of files for a command from a file (or stdin using
- as the value for --targets/-t). The main uses are to send a list of
files for "add", "delete" and "commit".

One extra addition I'd like to add is an option to "status" to limit
output to "missing" or "added" files/dirs, without the prefix we
normally get. The idea is to be able to do:

svn status --list new | svn add --targets -
svn status --list removed | svn delete --targets -

Perforce users will recognize this command set very well :)

I'm not sure of how the --list option should look. Should it use
--list-new and --list-deleted, or the example I've shown above.

Any comments, suggestions or other features inline with this are
welcome.

-- 
 .----------=======-=-======-=========-----------=====------------=-=-----.
/       Ben Collins    --    Debian GNU/Linux    --    WatchGuard.com      \
`          bcollins@debian.org   --   Ben.Collins@watchguard.com           '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.