Hello,
On 22 févr. 05, at 15:29, Wade Williams wrote:
> I'm reporting two probable bugs in subversion 1.1.3 on OS X 10.3.8.
>
> Any attempt to export a URL fails. I've tried both with svn: and
> svn+ssh:
> (the directory in the second parameter does not exist and the current
> directory from which the command is run is not part of a working copy)
>
>> xanadu:~ wwilliam$ svn export
>> svn://modsrc.myserver.net/test/trunk/testfiles testexport
>> svn: Cannot replace a directory from within
>
> Exporting a directory from my local working copy works as expected.
>> xanadu:~ wwilliam$ svn --version
>> svn, version 1.1.3 (r12730)
>> compiled Jan 15 2005, 12:35:06
it appears to me that it's a bug in your subversion binary. Mine,
compiled from darwinports, exports from url without any problem :
$ svn export svn+ssh://hugo/var/subversion/notes/trunk/ testexport
A testexport
A testexport/phebus.rtf
A testexport/machines
A testexport/machines/Boileau
....
Exported revision 84.
I have :
$ svn --version
svn, version 1.1.3 (r12730)
compiled Feb 18 2005, 12:41:10
Copyright (C) 2000-2004 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' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
from darwinports : (only direct dependancies shown)
$ port installed
The following ports are currently installed:
apr 0.9.6_0 (active)
apr-util 0.9.6_0 (active)
db4 4.2.52_0+darwin_7 (active)
expat 1.95.8_1 (active)
neon 0.24.7_0 (active)
subversion 1.1.3_2 (active)
patpro
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 22 15:47:07 2005