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

Re: svn commit: rev 389 - trunk/subversion/bindings

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-03 05:11:47 CET

On Fri, Nov 02, 2001 at 09:51:44PM -0600, gstein@tigris.org wrote:
> Author: gstein
> Date: 2001-11-03 03:51 GMT
> New Revision: 389
>
> Removed:
> trunk/subversion/bindings/svn_error.i
> trunk/subversion/bindings/svn_io.i
> Log:
> These should have been deleted in the last commit. Had some kind of failure...

This is really weird, and I'd need to develop a test case for it. Basically,
what happened was:

$ svn rm svn_error.i
$ svn rm svn_io.i
(edit some files)
$ svn add <a couple files>
$ svn commit -m ...

At this point, it came back with:

[gstein@roshi bindings]$ svn commit -m "Continuation of the SWIG bindings
development."
Deleting /home/gstein/src/svn/subversion/bindings/svn_io.i
Deleting /home/gstein/src/svn/subversion/bindings/svn_error.i

svn_error: #21074 : <RA layer's server request failed>
  commit failed: wc locks have been removed.
  
svn_error: #21074 : <RA layer's server request failed>
  commit failed: while sending tree-delta.
    
svn_error: #21074 : <RA layer's server request failed>
  The CHECKOUT request failed (http #409) (/repos/svn/$svn/ver/130.1/trunk/subversion/bindings/svn_error.i)
[gstein@roshi bindings]$

Looking at the access_log, it would appear that we did a DELETE of
svn_error.i, followed by an attempt to do a CHECKOUT. That would tend to
imply that we were checking out svn_error.i to make *changes*. I *did* edit
the svn_error.i file, but then deleted the bugger.

A possible reproduction recipe to try is to edit a file, delete it, then
attempt to commit.

[ not going to now; going home ]

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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:47 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.