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"
The following command is equivalent to "svn export FROMPATH TOPATH":
cd FROMPATH && rsync --archive --cvs-exclude . TOPATH
---------------------------------------------------------------------
|
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.