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

Fail to commit file at root folder

From: Oren Eini (Murphy & Associates) <v-orene_at_microsoft.com>
Date: Mon, 24 Mar 2008 03:40:49 -0700

Using 1.4.0 (r21228)
The following set of command fails:

svn co https://localhost:8443 test_working_copy
cd test_working_copy
echo test > test.txt
svn add test.txt
svn commit -m test1
svn up
echo test2 > test.txt
svn commit -m test2
svn update
echo test3 > test.txt
svn commit -m test3

The error is:
svn: Commit failed (details follow):
svn: Your file or directory 'test.txt' 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).

Mitigating factor: this only appears when you are working on the root folder of the site. Not just the root folder of the repository.
Trying the same on the following URLs work:
https://localhost:8443/test/ (where /test/ is the root of the subversion repository)
or
https://localhost:8443/trunk (where /trunk is a folder inside the SVN repository)
Received on 2008-03-24 11:41:04 CET

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.