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

commit failed: while sending tree-delta to repos. ... 502 Bad Gateway

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2002-01-16 10:55:28 CET

Is there any hope that I can get this added to the testing setup?
*grin* :-P :

        rm -rf <dbpath>
        svnadmin create <dbpath>
        chown apache.apache -R <dbpath>
        rm -rf local
        svn co <svnurl>
        cd local; touch bob; svn add bob; svn commit
        cd local; svn cp bob tom; svn commit

That's the stupid little script I've been trying to get working for
weeks now (ever since I couldn't quite get "svn cp" to work). Now that
I have the db4 problem dealt with, I'm getting this whacked tree-delta
issue:

[root(3)@dreadnought evil]# make
rm -rf /cvs/svn/ninetjer
svnadmin create /cvs/svn/ninetjer
chown apache.apache -R /cvs/svn/ninetjer
rm -rf ninetjer
su -c "svn co http://svn.ninetjer.org/repos/ninetjer" saurik
cd ninetjer; touch bob; svn add bob; svn commit
A bob
root's password:

username: saurik
saurik's password:

Adding /home/saurik/evil/ninetjer/bob
Committed revision 1.
cd ninetjer; svn cp bob tom; svn commit
A tom

svn_error: #21081 : <RA layer request failed>
  commit failed: wc locks and tmpfiles have been removed.

svn_error: #21081 : <RA layer request failed>
  commit failed: while sending tree-delta to repos.

svn_error: #21081 : <RA layer request failed>
  COPY of tom: 502 Bad Gateway
make: *** [testcopy] Error 1

Last time I saw a 502 error was when I didn't have a ServerName property
set, but this time I have one: ServerName svn.ninetjer.org.

I'm "using" the latest, greatest (?) Subversion (r912) and Apache
(whatever CVS is at when I wrote this, hehe).

I'm too tired to do any debugging on this tonight, I'll look more into
this tomorrow :).

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 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.