You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Erwin J.van Eijk" <ko...@wanadoo.nl> on 2001/12/31 10:24:55 UTC

Bug: svn mv

Hi,

I've found this problem with the svn from 2001-12-27.

I do this:

$ svn co http://host/Repos/myproject
$ svn add somefile
$ svn mv somefile somedir/
svn_error: #21012 : <Trying to use an unsupported feature>                    
                        Not allowed to copy or move 'testmergestream.cc' -- 		
		it's not in the repository yet.               Try committing first.         
$ svn commit                                                                  
svn_error: #21076 : <RA layer request failed>                                 
commit failed: wc locks and tmpfiles have been removed.                       
                                                                             
svn_error: #21076 : <RA layer request failed>                                 
commit failed: while sending tree-delta to repos.                             

svn_error: #21076 : <RA layer request failed>
The CHECKOUT request failed (http 
#409)(/Repository/$svn/ver/69.4.1.4/loganalyst)                

If I do a svnadmin recover at this stage, it sigsegv's on me. I've mailed the 
core to Sander Striker already for further analysis, he helped me on IRC.

Grtz
EJ

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

Re: Bug: svn mv

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
"Erwin J.van Eijk" <ko...@wanadoo.nl> writes:
> If I do a svnadmin recover at this stage, it sigsegv's on me. I've
> mailed the core to Sander Striker already for further analysis, he
> helped me on IRC.

Note that the "svnadmin recover" command has been disabled for now.
We're just using 

   $ cd repository/db
   $ /usr/local/BerkeleyDB.4.0/bin/db_recover -ve

instead.

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

RE: svn mv

Posted by Sander Striker <st...@apache.org>.
> From: Erwin J.van Eijk [mailto:kojak@wanadoo.nl]
> Sent: 31 December 2001 11:25

> Hi,
> 
> I've found this problem with the svn from 2001-12-27.

And APR from the same date.
 
> I do this:
> 
> $ svn co http://host/Repos/myproject
> $ svn add somefile
> $ svn mv somefile somedir/
> svn_error: #21012 : <Trying to use an unsupported feature>                    
>                         Not allowed to copy or move 'testmergestream.cc' -- 		
> 		it's not in the repository yet.               Try committing first.

Acknowledged this is an unsupported feature (at the moment?).
         
> $ svn commit                                                                  
> svn_error: #21076 : <RA layer request failed>                                 
> commit failed: wc locks and tmpfiles have been removed.                       
>                                                                              
> svn_error: #21076 : <RA layer request failed>                                 
> commit failed: while sending tree-delta to repos.                             
> 
> svn_error: #21076 : <RA layer request failed>
> The CHECKOUT request failed (http 
> #409)(/Repository/$svn/ver/69.4.1.4/loganalyst)                
> 
> If I do a svnadmin recover at this stage, it sigsegv's on me. I've mailed the 
> core to Sander Striker already for further analysis, he helped me on IRC.

Apart from what Erwin told me on irc I cannot make much of it.  My current
build doesn't match the one Erwin has.  Here's the bt he pasted on irc:

[11:07] <kojak_> #0  0x40019e35 in svn_repos_close (repos=0x2) at subversion/libsvn_repos/repos.c:691
[11:07] <kojak_> 691       svn_fs_close_fs (repos->fs);
[11:07] <kojak_> (gdb) bt
[11:07] <kojak_> #0  0x40019e35 in svn_repos_close (repos=0x2) at subversion/libsvn_repos/repos.c:691
[11:07] <kojak_> #1  0x804b0f0 in main (argc=3, argv=0xbffff724) at subversion/svnadmin/main.c:547

repos=0x2 is not good at all ofcourse.  Clues anyone?  Did svnadmin get updated
when the svn_repos layer was revamped?

> Grtz
> EJ

Sander


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