(( Having searched the users archive, no hits. ))
I have just moved a repository using the dump>load method from one server to
another. I did this as root.
Now, on the new machine, everything is responding fine over DAV (can browse
from webserver, through client, can check out and update just fine) but I
cannot check in or update the repository. At first, I was getting
TortoiseSVN errors about not being able to create the directory, so in
reading the SVN book, I found the solution for that. Apache now owns the
entire repository.
However, now when checking in a file, TortoiseSVN is reporting a failure:
Modified My Documents\Game Code\Ennersea\NewCharGen\Data
Objects\race.human.data
Sending Content C:\Documents and Settings\jjones\My Documents\Game
Code\Ennersea\NewCharGen\Data Objects\race.human.data
Error Commit failed (details follow):
Error No such transaction.
Apache logs show the following:
[root /var/svn/ennersea] tail /var/log/apache2/access_log
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "PROPFIND
/gamecode/NewCharGen/Data%20Objects HTTP/1.1" 207 458
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "PROPFIND
/gamecode/!svn/vcc/default HTTP/1.1" 207 400
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "CHECKOUT
/gamecode/!svn/bln/282 HTTP/1.1" 201 311
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "PROPPATCH
/gamecode/!svn/wbl/ebb3370b-35e9-3140-81f1-8b6398651b2d/282 HTTP/1.1" 207
355
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "PROPFIND
/gamecode/NewCharGen/Data%20Objects HTTP/1.1" 207 436
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "CHECKOUT
/gamecode/!svn/ver/277/NewCharGen/Data%20Objects/race.human.data HTTP/1.1"
201 349
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "PUT
/gamecode/!svn/wrk/ebb3370b-35e9-3140-81f1-8b6398651b2d/NewCharGen/Data%20Objects/race.human.data
HTTP/1.1" 204 -
65.211.178.232 - john [02/Dec/2005:09:57:09 -0600] "MERGE
/gamecode/NewCharGen/Data%20Objects HTTP/1.1" 200 783
65.211.178.232 - john [02/Dec/2005:09:57:10 -0600] "DELETE
/gamecode/!svn/act/ebb3370b-35e9-3140-81f1-8b6398651b2d HTTP/1.1" 500 215
65.211.178.232 - john [02/Dec/2005:09:57:10 -0600] "DELETE
/gamecode/!svn/act/ebb3370b-35e9-3140-81f1-8b6398651b2d HTTP/1.1" 500 215
SVN Book isn't really giving much help in the troubleshooting section. Any
ideas?
Received on Fri Dec 2 21:31:14 2005