Hi all,
I'm exporting from a directory with several svn:externals definitions.
If I do this with TortoiseSVN, I get the external subdirectories.
If I do this with the Win32 packages built against Apache 2.2 from
svn.tigris.org (http://tinyurl.com/yqjfbm), I do not get the external
subdirectories.
After stripping down with the problem still reproducing, this is the
command line:
-- snip --
svn export --force "/Eigene Dateien/Berufliches/CMN/DKV/tp_aktivsystem"
-- snip --
The response is
-- snip --
Export abgeschlossen.
-- snip --
i.e. "Export completed", no error messages. The exported directory has
this directory listing:
-- snip --
D:\Eigene Dateien\Berufliches\CMN\DKV\tp_aktivsystem>dir
Datenträger in Laufwerk D: ist BACKUP
Datenträgernummer: 6853-8C1B
Verzeichnis von D:\Eigene Dateien\Berufliches\CMN\DKV\tp_aktivsystem
03.08.2007 13:09 <DIR> .
03.08.2007 13:09 <DIR> ..
03.08.2007 13:10 <DIR> custom
25.09.2007 11:15 6.619 export.php
31.08.2007 20:21 <DIR> include
13.08.2007 04:00 1.422 index.php
31.08.2007 20:21 <DIR> interface
31.08.2007 20:22 <DIR> layout
31.08.2007 20:22 <DIR> lib
11.09.2007 08:57 3.658 pdf_output.php
06.09.2007 05:47 2.635 pdf_skala.php
24.10.2007 12:18 <DIR> plugins
4 Datei(en) 14.334 Bytes
8 Verzeichnis(se), 6.461.101.056 Bytes frei
-- snip --
and these externals definitions:
-- snip --
D:\Eigene Dateien\Berufliches\CMN\DKV\tp_aktivsystem>svn propget
svn:externals
include svn+ssh://192.168.1.170/srv/svn/projekte/TP/TurnierPro/include
interface svn+ssh://192.168.1.170/srv/svn/projekte/TP/TurnierPro/interface
layout svn+ssh://192.168.1.170/srv/svn/projekte/TP/TurnierPro/layout
lib svn+ssh://192.168.1.170/srv/svn/projekte/TP/TurnierPro/lib
plugins svn+ssh://192.168.1.170/srv/svn/projekte/TP/TurnierPro/plugins
-- snip --
(Strangely enough, svn list returns "svn: Kann Tunnel nicht erzeugen:
Das System kann die angegebene Datei nicht finden.", i.e. "can't create
tunnel: the system cannot find the file given". Not sure whether that's
related or not. Though I'm somewhat mystified by the wording: how does
the existence or nonexistence of a file relate to the ability to create
a tunnel?)
This is what I get in the export directory (that is, everything that I
expected except the external directories):
-- snip --
D:\Eigene Dateien\Berufliches\CMN\cmn\export\DKV\tp_aktivsystem>dir
Datenträger in Laufwerk D: ist BACKUP
Datenträgernummer: 6853-8C1B
Verzeichnis von D:\Eigene
Dateien\Berufliches\CMN\cmn\export\DKV\tp_aktivsystem
20.11.2007 13:42 <DIR> .
20.11.2007 13:42 <DIR> ..
20.11.2007 13:42 <DIR> custom
25.09.2007 11:15 6.619 export.php
13.08.2007 04:00 1.422 index.php
11.09.2007 08:57 3.658 pdf_output.php
06.09.2007 05:47 2.635 pdf_skala.php
4 Datei(en) 14.334 Bytes
3 Verzeichnis(se), 6.461.101.056 Bytes frei
-- snip --
What's happening?
Is this a bug?
Or am I stupidly misunderstanding something obvious?
Regards,
Jo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 20 14:25:17 2007