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

svn export selected parts of svn:externals

From: Niemann, Hartmut <hartmut.niemann_at_siemens.com>
Date: Tue, 26 Mar 2013 08:46:38 +0100

Hello!

I have a directory <stuff> with some files and a list of svn:external directories <stuff/one/>, <stuff/two/> and so on.
I want to svn export <stuff> with the files in it and only one of the svn:externals, not the others.

I do not want to refer to the repository where the externals are located in, because the script that does the
Svn export should not (need to) know where they are.

I tried to svn export --depth files stuff && svn export --depth infinity stuff/one, but this fails because this directory is not existent in the repository.

Is it possible to svn export only one of several svn:external directories?
Or should I export all and delete all the files I don't need?

(I work with tortoise SVN 1.7's command line client on windows 7)

With best regards
Hartmut Niemann
Received on 2013-03-26 08:47:22 CET

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.