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

external definitions - flatten

From: allan juul <allan_at_muly.dk>
Date: 2005-06-07 21:35:22 CEST

hi

given that i have an external definition structure like:

/externals/proj1/file1
/externals/proj1/file2
/externals/proj1/file3

/externals/proj2/file21
/externals/proj2/file22
/externals/proj2/file23

is it possible to get all 6 files from the above sub dirs into *one*
dir during a check out, so that i end up with ?

/my_externals/file1
/my_externals/file2
/my_externals/file3
/my_externals/file21
/my_externals/file22
/my_externals/file23

i seem to be able to get the files from one dir only.

this is possible:

   $ svn propedit svn:externals mainproject

my_externals URL/externals/proj1/
my_externals URL/externals/proj2/

but only proj2 gets checked out

./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 21:37:48 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.