RE: Problem with needs-lock
From: Bruce Webber <brucewebber_at_fastmail.us>
Date: 2005-12-14 20:01:29 CET
--Nicolas Bottarini <nicolas@avatarla.com> wrote:
> Thanks for the response bruce. I commited the file but the problem
I have no idea what the problem could be. I suggest that you try to
Start with a file that does not have the needs-lock property (assume the
svn propget svn:needs-lock test.txt
You should see no output from this command if the property is not set.
Next, set the property:
svn propset svn:needs-lock "*" test.txt
You should see a message indicating that the property was set.
Now commit:
set EDITOR=notepad.exe
(The first command tells svn what editor to use for the commit comments.)
Now check the repository:
svn propget svn:needs-lock test.txt -r HEAD
Hopefully this will shed some light.
-- Bruce Webber brucewebber@fastmail.us http://brucewebber.us --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Dec 14 20:15:32 2005 |
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.