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

RE: Commit failing on a locked file (using svn:// protocol)

From: Srinivas Kotla <skotla_at_broadsoft.com>
Date: 2006-12-06 18:31:24 CET

Sorry some of the mails were missing the body, something wrong with
Outlook.

Thanks,
Srinivas
________________________________________
From: Srinivas Kotla
Sent: Thursday, November 30, 2006 5:32 PM
To: users@subversion.tigris.org
Subject: Commit failing on a locked file (using svn:// protocol)

Hi,
When using svn:// protocol, the svn commit fails if the file is locked.
See the sequence below. Any ideas? Please let me know if this is a
known issue and a workaround is available. Our subversion server is
running svn version 1.3.2.

skotla@miles$ svn --version
svn, version 1.3.1 (r19032)
   compiled May 22 2006, 16:16:21

skotla@miles$ svn lock bwBuildPatch
Authentication realm: <svn://xxxxx:xxxx> Our Subversion Repositories
Password for 'skotla':
'bwBuildPatch' locked by user 'skotla'.

skotla@miles$ vi bwBuildPatch

skotla@miles$ svn commit -no-unlock bwBuildPatch -m "Testing commit with
no unlock option"
svn: Commit failed (details follow):
svn: Authorization failed

skotla@miles$ svn commit bwBuildPatch -m "Testing commit with lock in
place"
svn: Commit failed (details follow):
svn: Authorization failed

skotla@miles$ svn unlock bwBuildPatch
'bwBuildPatch' unlocked.

skotla@miles$ svn commit bwBuildPatch -m "Commit unlocked file"
Sending bwBuildPatch
Transmitting file data .
Committed revision 46575.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 6 18:32:19 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.