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

Re: svn propset syntax?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-13 01:07:28 CEST

On Apr 12, 2006, at 20:34, Phil wrote:

>> svn:needs-lock is a versioned property, not a revision property. You
>> set it by checking out a working copy, then using e.g...
>>
>> svn propset svn:needs-lock "on" foo
>>
>> ...where foo is the file whose svn:needs-lock property you want to
>> enable. Then you commit that change.
>>
>> You do not use the pre-revprop-change hook for this because it is not
>> a revision property.
>
> that would explain it then... thank you.
> But I have to set that on an entire directory with subdirectories
> for a project... can I do that for multiple directories?

I haven't worked much with properties yet, but "svn help propset"
says it does have a recursive option, which should help you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 13 01:08:42 2006

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.