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

some (other) questions about svn:externals

From: Robert P. J. Day <rpjday_at_mindspring.com>
Date: 2005-08-26 18:38:58 CEST

1) i'm assuming it's not valid to specify an explicit "-rHEAD" as the
revision in an svn:externals reference. (yes, i know that's the
default but, just for fun, i thought i'd try to add it for visual
clarity. boy, did *that* not work out well.)

2) regarding best practice, i note in the latest version of the book
an example of externals:

$ svn propget svn:externals calc
third-party/sounds http://sounds.red-bean.com/repos
third-party/skins ...
third-party/skins/toolkit -r21 ...

obviously, an external reference can represent a subdirectory multiple
levels down, like in that last line. but i could swear i read
somewhere that it's preferable to create the intermediate directories
themselves and that externals should refer only to immediate
subdirectories. am i just imagining this?

3) is there a formally proper way to extract the externals information
from a directory? as part of the build process, i want to grab the
externals revision number info and record that, as in, "this build
incorporated skins -r21, tools -r1.2" and so on.

obviously, i can just use "svn propget" and text cutting to grab that
from within a shell script or makefile. is that the preferred way?

rday

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 26 18:41:33 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.