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

'svn export' is inconsistent with 'svn checkout' for nested directories

From: Gifford, Noel <noel.gifford_at_intel.com>
Date: 2005-07-01 20:04:10 CEST

The following works:

svn checkout http://<repository>/svn/trunk/dirA/dirA1 dirA/dirA1

 

The following doesn't work:

svn export http://<repository>/svn/trunk/dirA/dirA1 dirA/dirA1

 

For both cases, the <current directory> is empty.

 

Expected result for 'checkout' :

 

<current directory>

dirA

dirA1

.svn

<files>

<directories>

 

 

Expected result for 'export' :

 

<current directory>

dirA

dirA1

<files>

<directories>

 

Actual result of 'export' using svn client 1.2.0-r14790 :

 

Windows XP --- svn : Can't create directory 'dirA\dirA1': The system
cannot find the path specified

Linux - FC3 --- svn: Can't create directory 'dirA/dirA1': no such file
or directory

 
Received on Fri Jul 1 21:08:11 2005

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.