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

Ohhhhhhhh yes.

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2004-11-19 00:21:38 CET

$ svnadmin lock repos /proofbypoem joe
Created new lock on '/proofbypoem', owned by joe.
Lock token is '2b72908c-30e9-0310-a789-ea34ea019c9b'.

$ svnadmin lslocks repos

/proofbypoem
      UUID Token: 2b72908c-30e9-0310-a789-ea34ea019c9b
           Owner: joe
         Created: 2004-11-18 17:14:16 -0600 (Thu, 18 Nov 2004)
         Expires: never

$ cd wc; echo "blah" >> proofbypoem

$ svn commit -m "change locked file"
Sending proofbypoem
Transmitting file data .subversion/libsvn_client/commit.c:765:
(apr_err=160034)
svn: Commit failed (details follow):
subversion/libsvn_fs/lock.c:35: (apr_err=160034)
svn: Cannot verify lock on path '/proofbypoem'; no username available.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 19 00:22:59 2004

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

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