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

Re: Admin Scripts

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-14 23:52:16 CET

On Mar 14, 2007, at 17:31, Res Pons wrote:

> I finally had a chance to tweak this script and get it to work for
> users to be enforced to start with a bug number but I just
> realized this is going to enforce everyone using Subversion to
> input a number associated with a comment even for non-essential
> projects which are not kept in our bug tracking system, therefore,
> not requiring a bug#. How can I modify the value of REPO="$1" to
> target only certain projects? Could I do something like: REPO="$1/
> project1/branches/"?

No, but what you can do is see if the output of $SVNLOOK dirs-changed
$REPO -t $TXN contains /project1/branches and only check for the bug
number if it does.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 14 23:52:41 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.