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

Re: svntool

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2006-01-19 09:34:34 CET

Dan Bush <dan.bush@gmail.com> wrote:
> I created a nifty svn tool to deal manage props. Anyone interested?
> How do I contrib?
>
> Here is the usage (see explanation at bottom) and the tool is attached.
> ====================================================
>
> svnprops comes with ABSOLUTELY NO WARRANT.
> Copyright (C) Alpha-Omega by Daniel Bush <dan.bush@gmail.com>
>
> svnprops is a fancy pants smart wrapper around the svn propadd and propdel

propadd? (see below)

> commands. By default, svnprops operates recursively on the current
> directory. Properties specified via command line arguments will override the
> defaults.
>
> Usage: svnprops [OPTION]... [[REGEX=prop=value];...] [FILE]...
>
> OPTIONS SUMMARY:
>
> -d, --delete propdel
> -h, --help show this help screen
> -l, --list-defaults list the default properties
> -n, --dry-run show what would have happened
> --no-defaults don't set default properties
> -N, --non-recursive operate on single directory only
> -s, --set propset (default)
> -v, --verbose be extra loud
> --version output version information
> -q, --quiet be extra quiet
>
> [...]

Why not adding an option to add a property instead of
replacing the current one (or did I miss something?)?

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 19 09:38:56 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.