Hello,

i had moved our trac environment to a new server. i moved svn with
svndump/load into the new repo.
We can use anything on the trac website, browse source, see timeline
etc.

But, sometimes if we want to check out/update the svn repo we got this
error message (or similar depending on wha kind of svn client we use)

REPORT request failed on /path/!svn/vcc/default, REPORT of "/
samepathasiwrote" could not read chunk size

In the apache error log all I can see is only a Segmentation fault.
I straced apache2 and found this:

20925 open("/opt/appsdata/subversion/kalacs/db/revprops/2/2065",
O_RDONLY) = 25
20925 read(25, "K 10\nsvn:author\nV 14\XXXXXXX"..., 4096) = 137
20925 close(25)                         = 0
20925 open("/opt/appsdata/subversion/kalacs/db/revs/2/2065", O_RDONLY)
= 25
20925 lseek(25, 33178, SEEK_SET)        = 33178
20925 read(25, "PLAIN\nK 26\nXXXXXXXX"..., 4096) = 2449
20925 close(25)                         = 0
20925 stat("/htdocs/svn/kalacs/!svn/ver/2535/somefiles.ext",
0x7fffa3d126e0) = -1 ENOENT (No such file or directory)
20925 lstat("/htdocs", 0x7fffa3d126e0)  = -1 ENOENT (No such file or
directory)
20925 open("/dev/null", O_RDONLY)       = 25
20925 fstat(25, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) =
0
20925 read(25, ""..., 4096)             = 0
20925 close(25)                         = 0
20925 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

As you can see once svn wants to find the file in /htdocs path, but if
I only browse the svn repo (with client or via trac website) i can see
that file, download it whatever etc.

After that i tried to move svn with svnsync, but the error still
exists (randomly)

could someone explain this/have any idea?

bests,

sz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to