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

Bug report

From: Ruggero Morselli <ruggero_at_cs.umd.edu>
Date: 2006-04-13 16:36:15 CEST

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_at_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
Received on Thu Apr 13 22:34:03 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.