You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/11/03 04:11:47 UTC

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

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

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

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Greg Stein <gs...@lyra.org> writes:
> Oh... and my WC got corrupted with this. I had to move the bindings/
> directory out of the way and "svn up" to get back a proper WC. Something in
> the atomicity isn't working right...

Yawp, sounds like it...

This is now issue #547, assigned to Mike Pilato as part of the group
of medium-to-severe bugs he's at work on (see also #545, #543, #542).

-Karl


> On Fri, Nov 02, 2001 at 08:11:47PM -0800, Greg Stein wrote:
> > 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
> 
> -- 
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Greg Stein <gs...@lyra.org>.
Oh... and my WC got corrupted with this. I had to move the bindings/
directory out of the way and "svn up" to get back a proper WC. Something in
the atomicity isn't working right...

Cheers,
-g

On Fri, Nov 02, 2001 at 08:11:47PM -0800, Greg Stein wrote:
> 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

-- 
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