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

Re: pre-revprop-change hook problems

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-09-29 11:02:31 CEST

2005/9/29, Madan U Sreenivasan <madan@collab.net>:

> Maybe we could have parameters that are prefixed by the fieldname, like
> for instance, in a two parameter
> repos-path=/path/to/repos revision=2 author=myself propname=affectedProp
> action=A

-1 on this. Windows command line has very limited abilities for string
operations, so it is nearly impossible to extract "author" and
"myself" from the "author=myself" string.

It would be easier to use something like
-repos-path /path/to/repos -revision 2 -author myself -propname
affectedProp -action A

But the easiest solution would be to pass the argumens in quotes, and
use "" as an empty argument.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 29 11:30:41 2005

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.