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
gives a segmentation fault while:
svn copy http://svnhost/repo/branches/a_branch
works perfect
The same fault occurs for:
svn copy --parents http://svnhost/repo/branches/a_branch/subdir
while:
svn copy --parents http://svnhost/repo/branches/a_branch/subdir
works fine again.
The repository is hosted on Apache:
> apache2 -v
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
Copyright (C) 2000-2008 CollabNet.
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using
and
> svn --version
Copyright (C) 2000-2008 CollabNet.
Die folgenden ZugriffsModule (ZM) für Projektarchive stehen zur Verfügung:
* ra_neon : Module for accessing a repository via WebDAV protocol using
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.orgReceived 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.