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

Re: svn:externals and revisions

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-07-07 13:16:06 CEST

C. Michael Pilato wrote:
> kfogel@collab.net writes:
>
> > Couldn't the svn:externals code detect when an external subdir is from
> > the same repository as its parent, so that
> >
> > $ svn up -rN
> >
> > would update both the parent and the svn:external subdir to N in that
> > case? And in the not-same case, it would update the parent to N and
> > the external to HEAD, as it does now, of course.
>
> It could, but there's reason to assume that just because two projects
> share a repository that they also share the likes of API compatibility
> and such. That is, just because the APR team tweaks some APIs in
> their /trunk doesn't mean that the Apache HTTP Server guys have
> changed HTTP Server to track those API changes yet.

Might be true for the Apache project, but there's just as many
projects where the opposite is true. We have some of those.

> Rather than introduce conditional behavior,
> let's keep things simple and educate the users.

Since everybody's already abusing 'svn:externals', a wiser choice
would be to introduce a 'svn:internals' with the desired behaviour,
eg. one that updates the files like the users are expecting.

Another Good Thing (TM) that this would bring to the table would be
that 'svn cp' could have an option named '--pin-internals' that users
could use when tagging a project, so that shared files remain tagged
(instead of following HEAD ?!).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 7 13:18:31 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.