RE: Problem with needs-lock
From: Nicolas Bottarini <nicolas_at_avatarla.com>
Date: 2005-12-15 15:16:24 CET
I tried to recreate the problem without using the tortoise. When I use
Thank for your help
Nicolas
-----Mensaje original-----
--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.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Dec 15 15:19:28 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.