svntool
From: Dan Bush <dan.bush_at_gmail.com>
Date: 2006-01-18 19:04:36 CET
I created a nifty svn tool to deal manage props. Anyone interested?
Here is the usage (see explanation at bottom) and the tool is attached.
svnprops comes with ABSOLUTELY NO WARRANT.
svnprops is a fancy pants smart wrapper around the svn propadd and propdel
Usage: svnprops [OPTION]... [[REGEX=prop=value];...] [FILE]...
OPTIONS SUMMARY:
-d, --delete propdel
EXAMPLE USAGE:
* Recursively sets the default properties on the current directory:
svnprops
* File list supplied via stdin:
find . -name *.java | svnprops
* Set a custom / non default property on myfile:
svnprops myfile=foo=bar myfile
Why the hell do I need this?
Because SVN has no repository side mechanism which compliments client side
Clients without auto-props enabled and the proper properties defined, end up
---------------------------------------------------------------------
|
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.