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

Re: svn export throws Bus error

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-17 17:02:17 CEST

On Jul 16, 2006, at 20:06, Vijay Mariadassou wrote:

> I am getting a "Bus error" when I try to use the "svn export"
> command on a local working copy.
>
> $ svn export testMisc testMisc_export
> Bus error
>
> My repository machine has crashed and I am trying to export my
> local working copy so that I can import back into a new repository.
> I tried with different versions of svn - version 1.2.0 (Release
> Candidate 2) , version 1.3.1 (r19032) and version 1.3.2 (r19776),
> on Mac OS X 10.4.4 and I still get the same error.
>
> I searched through the mailing list archives and found one posting
> but it doesn't apply to my scenario because I have lost my
> repository. I have searched elsewhere on google also but, no luck.
> I'd really appreciate if someone could help me out on this.

The following command is equivalent to "svn export FROMPATH TOPATH":

cd FROMPATH && rsync --archive --cvs-exclude . TOPATH

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 17 17:04:14 2006

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.