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

Intermittent Commit Error

From: David Harrigan <dharrigan_at_gmail.com>
Date: 2007-04-25 09:43:32 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I get, every so often, a very strange error when trying to commit into
the repository. Here's the error:

david@piccolino:~/javastuff/eclipse-3.3m6/workspace/mediaservice$ svn
commit -m "test"
Sending
mediaservice-ejb/main/orange/media/service/actions/ItemActionImpl.java
svn: Commit failed (details follow):
svn: Your file or directory 'actions/ItemActionImpl.java' is probably
out-of-date
svn: The version resource does not correspond to the resource within the
transaction. Either the requested version resource is out of date
(needs to be updated), or the requested version resource is newer than
the transaction root (restart the commit).

However:

1. I'm the only person working on the repository presently.
2. The local file is more up-to-date that the remote file.
3. Both client and server are running 1.4.3
4. Server and client are both Linux (Server = Redhat, Client = Ubuntu)
5. Both machines have similar dates (the client is a few seconds ahead)
6. Running svn cleanup doesn't help.
7. Running svn up and then svn commit doesn't work

The only solution I have found is to temporarily copy the file to
another location, svn remove the present file and svn commit. Copy the
present file back again and svn add and svn commit again.

It happens about 4-5 times a week, and not only on the file given as an
example, but with other files as well.

Below is the Apache access log of me trying to commit the file:

10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "OPTIONS
/mediaservice/trunk/mediaservice/mediaservice-ejb/main/orange/media/service
HTTP/1.1" 200 179
10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "MKACTIVITY
/!svn/act/8e2bfec4-0e88-49e9-86c0-4ea8c76e961e HTTP/1.1" 401 511
10.88.23.5 - davidha [25/Apr/2007:08:39:24 +0100] "MKACTIVITY
/!svn/act/8e2bfec4-0e88-49e9-86c0-4ea8c76e961e HTTP/1.1" 201 330
10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "PROPFIND
/mediaservice/trunk/mediaservice/mediaservice-ejb/main/orange/media/service
HTTP/1.1" 207 489
10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "PROPFIND /!svn/vcc/default
HTTP/1.1" 207 383
10.88.23.5 - davidha [25/Apr/2007:08:39:24 +0100] "CHECKOUT
/!svn/bln/1347 HTTP/1.1" 201 348
10.88.23.5 - davidha [25/Apr/2007:08:39:24 +0100] "PROPPATCH
//!svn/wbl/8e2bfec4-0e88-49e9-86c0-4ea8c76e961e/1347 HTTP/1.1" 207 347
10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "PROPFIND
/mediaservice/trunk/mediaservice/mediaservice-ejb/main/orange/media/service
HTTP/1.1" 207 517
10.88.23.5 - - [25/Apr/2007:08:39:24 +0100] "PROPFIND
/mediaservice/trunk/mediaservice/mediaservice-ejb/main/orange/media/service/actions
HTTP/1.1" 207 533
10.88.23.5 - davidha [25/Apr/2007:08:39:24 +0100] "CHECKOUT
/!svn/ver/1327/mediaservice/trunk/mediaservice/mediaservice-ejb/main/orange/media/service/actions/ItemActionImpl.java
HTTP/1.1" 409 444
10.88.23.5 - davidha [25/Apr/2007:08:39:25 +0100] "DELETE
/!svn/act/8e2bfec4-0e88-49e9-86c0-4ea8c76e961e HTTP/1.1" 204 -

- -=david=-

- --
PGP Key Id: E2BE72FC
Public Key: http://www.harrigan.info/public.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGLwaka5vShOK+cvwRApWPAKDoDhdZm9tc4nNWCZyhpHQ/u49GxQCg0pYu
M35b1a25rPf4lP56TREG1Vo=
=I/3a
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 25 09:50:56 2007

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.