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

Re: Problem with the present handling of svn:externals

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-19 01:11:26 CET

John Dubery wrote:
> The current handling of svn:externals allows for an external folder to be
> either a fixed revision of the latest (head) revision. The former is good; the
> latter I consider wrong for most cases.

   You could use a pre-commit hook to enforce only svn:externals that are
   pointing at fixed revisions.

   As you pointed out, this could becoume a hassle if the target is
   swiftly and you want to follow it, but I'd suggest that that's the
   price you have to pay in order to reliably trace what externals you're
   linked against.

   You can always replace the svn:externals in your working copy with
   HEAD and not commit it (enforced by your pre-commit hook) if you want
   to track HEAD for a while...

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 19 01:14:40 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.