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

error: The version resource does not correspond to the resource within the transaction

From: Adam Chabin <a.chabin_at_amg.net.pl>
Date: 2006-12-05 11:49:18 CET

Hello all,

Here is problem:

1) svnadmin create cm
2) chown -R http.http cm
3) svn co http://xxxxxx.domain rep
4) cd rep
5) echo "test" > file
6) svn add file
7) svn ci -m "test"
8) echo "test" >> file
9) svn ci -m "test"
10) echo "test" >> file
11) svn ci -m "test"

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).

12) svn up
13) svn ci -m "test"

same error...

I use:

PLD linux with:

kernel-smp-2.6.16.22
apache-2.2.3
subversion-1.4.0-2

I try this on 2 reparate machines and still same error.
Anybody know what's the problem ?

Regards

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 5 11:49:54 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.