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

Subversion - Llocked file could not able to commit the changes

From: Srinivas Rao Marri <srinivasrao.marri_at_gmail.com>
Date: Wed, 30 Sep 2009 12:12:06 -0700 (PDT)

we had an issue in subversion, where locked file could not able to commit changes as per (http://svnbook.red-bean.com/en/1.5/svn.advanced.locking.html).

Below are the steps did:

1. -bash-3.1$ svn add test.txt
A test.txt

2. -bash-3.1$ svn commit -m "test"
Adding test.txt
Transmitting file data ..
Committed revision 60994.

3. -bash-3.1$ svn lock test.txt -m "Testing lock for jira issue svn-535"
Store password unencrypted (yes/no)? no
'test.txt' locked by user 'raomarrs'.

4. -bash-3.1$ svn status test.txt
     K test.txt

5. -bash-3.1$ svn status test.txt
M K test.txt

6. -bash-3.1$ svn info test.txt
Path: test.txt
Name: test.txt
Repository UUID: bdf33566-2d3b-0410-a816-9e75a007db76
Revision: 60994
Node Kind: file
Schedule: normal
Last Changed Author: raomarrs
Last Changed Rev: 60994
Last Changed Date: 2009-09-29 21:42:11 -0400 (Tue, 29 Sep 2009)
Text Last Updated: 2009-09-29 21:40:49 -0400 (Tue, 29 Sep 2009)
Checksum: d41d8cd98f00b204e9800998ecf8427e
Lock Token: opaquelocktoken:a7bc372d-7dda-41fa-a08d-4152f1b2ed2d
Lock Owner: raomarrs
Lock Created: 2009-09-29 21:43:09 -0400 (Tue, 29 Sep 2009)
Lock Comment (1 line):
Testing lock for jira issue svn-535

6. -bash-3.1$ svn commit -m "added test content" test.txt
svn: Cannot verify lock on path '/entertainment/shadow.comedycentral.com/trunk/configs/test.txt'; no matching lock-token available

Any idea what could be the reason?

Thanks & regards
Srini

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402247

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-30 21:13:48 CEST

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.