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

segmentation fault with --parents option

From: Matthias Hoertzsch <m.hoertzsch_at_t-online.de>
Date: Wed, 8 Oct 2008 08:02:59 -0700 (PDT)

Hello,

while using the svn copy command I encountered an error:

svn copy --parents http://svnhost/repo/branches/a_branch
http://svnhost/repo/branches/b_branch -m "copy branch"

gives a segmentation fault while:

svn copy http://svnhost/repo/branches/a_branch
http://svnhost/repo/branches/b_branch -m "copy branch"

works perfect

The same fault occurs for:

svn copy --parents http://svnhost/repo/branches/a_branch/subdir
http://svnhost/repo/branches/b_branch -m "copy branch"

while:

svn copy --parents http://svnhost/repo/branches/a_branch/subdir
http://svnhost/repo/branches/b_branch/subdir -m "copy branch"

works fine again.

The repository is hosted on Apache:

> apache2 -v
Server version: Apache/2.2.3

with Subversion 1.5 mod_dav_svn.

I tested this with the commandline clients for 1.5.0 and 1.5.2.

Subversion is compiled on debian / ubuntu linux from source:

> svn --version
svn, version 1.5.0 (r31699)
   compiled Jul 15 2008, 17:12:55

Copyright (C) 2000-2008 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_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - handles 'http' scheme
  - handles 'https' 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

and

> svn --version
svn, Version 1.5.2 (r32768)
   übersetzt Sep 15 2008, 16:20:44

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

Die folgenden ZugriffsModule (ZM) für Projektarchive stehen zur Verfügung:

* ra_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - behandelt Schema »http«
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - behandelt Schema »svn«
* ra_local : Modul zum Zugriff auf ein Projektarchiv auf der lokalen
Festplatte
  - behandelt Schema »file«

anyone else encountered this problem?

Regards,

Matthias

-- 
View this message in context: http://www.nabble.com/segmentation-fault-with---parents-option-tp19880657p19880657.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-08 17:03:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.