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

Export fails to a directory with symbolic links

From: Maximilian Schmidt <mail_at_d1u.de>
Date: Mon, 07 Sep 2009 14:22:52 +0200

Hi there!

Iam pretty sure (and someone from the IRC reproduced), that the svn
export fails, because the destination directorys' path contains a
symbolic link.

On Debian Lenny i did

/usr/bin/svn export svn://localhost/svnrep bla --force

while bla is a symbolic link to a valid directory.

I got this message:

"svn: 'bla' exists and is not a directory"

I did a workaround by adding the directory on level deeper to the path:

/usr/bin/svn export svn://localhost/svnrep/scripts bla/scripts --force

(the symbolic link got traversed)

Greetings Max

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2391791
Received on 2009-09-07 14:51:46 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.