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

OK, so copy is supposed to work now? (as it still isn't, hehe)

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2001-12-04 09:50:24 CET

OK, I just got and installed Subversion r590 (still using Apache 2.0b28,
the latest released beta. is that a problem?), and am trying to do a
copy:
 
[root(2)@dreadnought evil]# rm -rf /cvs/svn/ninetjer
[root(2)@dreadnought evil]# svnadmin create /cvs/svn/ninetjer
[root(2)@dreadnought evil]# chown -R apache.apache /cvs/svn/ninetjer
[root(2)@dreadnought evil]# su saurik
[saurik(3)@dreadnought evil]$ svn co http://www.saurik.com:423/ninetjer
saurik's password:
 
[saurik(3)@dreadnought evil]$ cd ninetjer
[saurik(3)@dreadnought ninetjer]$ svn mkdir syn
A syn
[saurik(3)@dreadnought ninetjer]$ svn commit
Adding /home/saurik/evil/ninetjer/syn
Commit succeeded.
[saurik(3)@dreadnought ninetjer]$ svn cp syn ack
A ack
[saurik(3)@dreadnought ninetjer]$ svn commit
 
svn_error: #21075 : <RA layer's server request failed>
  commit failed: wc locks and tmpfiles have been removed.
 
svn_error: #21075 : <RA layer's server request failed>
  commit failed: while sending tree-delta to repos.
 
svn_error: #21075 : <RA layer's server request failed>
  COPY request failed for 'ack'
[saurik(3)@dreadnought ninetjer]$
 
Nothing was added to my error_log, and the access_log is registering the
following:
 
209.224.199.248 - saurik [04/Dec/2001:02:36:07 -0600] "CHECKOUT
/ninetjer/$svn/ver/0.0/ HTTP/1.1" 201 321
209.224.199.248 - saurik [04/Dec/2001:02:36:07 -0600] "PROPFIND
/ninetjer/syn HTTP/1.1" 207 498
209.224.199.248 - saurik [04/Dec/2001:02:36:07 -0600] "PROPFIND
/ninetjer/$svn/vcc/default HTTP/1.1" 207 397
209.224.199.248 - saurik [04/Dec/2001:02:36:07 -0600] "COPY
/ninetjer/$svn/bc/1//syn HTTP/1.1" 502 279
 
I'm not really sure what else is of use to know for this one. (from what
I can tell, dav_svn_copy_resource isn't even being called, but I might
be misusing gdb).
Error 502 sounds freaky. gateway failure?
 
Sincerely,
Jay Freeman (saurik)
saurik@saurik.com
Received on Sat Oct 21 14:36:51 2006

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.