You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ruggero Morselli <ru...@cs.umd.edu> on 2006/04/13 14:36:15 UTC

Bug report

Subversion crashes when doing a move operation. Here is how to reproduce 
the bug.

[ruggero@ruggero prova]$ mkdir repository
[ruggero@ruggero prova]$ mkdir wd
[ruggero@ruggero prova]$ svnadmin create repository
[ruggero@ruggero prova]$ cd wd
[ruggero@ruggero wd]$ svn co file:///home/ruggero/prova/repository/
Checked out revision 0.
[ruggero@ruggero wd]$ ls
repository
[ruggero@ruggero wd]$ cd repository/
[ruggero@ruggero repository]$ ls
[ruggero@ruggero repository]$ >file1
[ruggero@ruggero repository]$ >file2
[ruggero@ruggero repository]$ svn add file2
A         file2
[ruggero@ruggero repository]$ svn commit -m ''
Adding         file2
Transmitting file data .
Committed revision 1.
[ruggero@ruggero repository]$ svn --force mv file2 file3
A         file3
D         file2
[ruggero@ruggero repository]$ svn --force mv file1 file2
Segmentation fault
[ruggero@ruggero repository]$ svn --version
svn, version 1.3.0 (r17949)
    compiled Mar 15 2006, 14:08:31

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
   - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

[ruggero@ruggero repository]$ uname -a
Linux ruggero.cs.umd.edu 2.4.20-31.9 #1 Tue Apr 13 18:04:23 EDT 2004 
i686 i686 i386 GNU/Linux


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

Re: Bug report

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/13/06, Ruggero Morselli <ru...@cs.umd.edu> wrote:
> Subversion crashes when doing a move operation. Here is how to reproduce
> the bug.

This appears to be fixed both in trunk and on the 1.3.x branch.

-garrett

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