Setting “svn:needs-lock” property recursively on a folder in repository
From: mercuryman <mercuryman01_at_gmail.com>
Date: Tue, 3 Nov 2009 11:59:36 -0800 (PST)
Hi,
I am trying to set “svn:needs-lock” property recursively on a folder inside
I could set this property recursively on all the revisions using following
svn propset svn:needs-lock --revprop –r ‘HEAD’ yes –R
(above command is for example, I actually created a small script to
I made sure this property set by using “svn propget” command and also
When I checkout the folder in eclipse it is checked out in Read/Write mode,
Any help is greatly appreciated. Thanks in advance
-- View this message in context: http://old.nabble.com/Setting-%E2%80%9Csvn%3Aneeds-lock%E2%80%9D-property-recursively-on--a-folder-in-repository-tp26163370p26163370.html Sent from the Subversion Users mailing list archive at Nabble.com. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414205 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-11-03 21:00:30 CET |
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.