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

Re: limitations of svn:externals

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-11-07 12:08:49 CET

Narayana Prasad wrote:
> But the common code must stay common and
> maintain a common history.

Except in the case of 'svn cp' to branches or tags.
When you branch or tag, you want an actual repository copy of your
common files, fixated at the version that is in use when you release
(or branch).

Sometimes (albeit more rarely) you want to do a copy where you copy
the link as a link instead of fixating it. So there should be an
option to 'svn cp' to do that too.

> It seems svn doesnt yet have a way to do this yet.

No, but it sure would be great to have :-).

> I'd like to add an "svn link" command(along the lines of ln -s).

Sounds reasonable. That command would be something that most people
can understand from just looking at it.

Some people are concerned about the number of commands in 'svn', but I
hope they'll just shuffle things into 2, 3 or 4 categories and |more
the 'svn help' output when it's more lines than the screen can cope,
and thus have room for this command.

> Example:
> $ svn link /path/to/realdir linkdirname

Simple, therefore beautiful.

> This command create a meta-file which will be subversion link
> to a subversion directory in the same repository.

Storing it as an actual file in the repository sounds like an odd idea.
I can't see the advantage of that vs. just using a non-inheritable property.

It would of course be neat if the file could be checked out as an
actual unix symlink, but:
 1.) Windows does not have symlinks (except Cygwin, which doesn't count).
 2.) The current working copy has a 'severability' feature, which
would not work with symlinks.

I think the best way forward is to add the following features:
 a.) 'svn:externals' property support for relative paths (eg. no
server FQDN, protocol and port numbers).
 b.) Atomic commit, update, etc. support for the _relative_ svn:externals.
 c.) An addition to 'svn cp' to fixate the links when branching and tagging.

Point a.) and b.) is good reasons to make a new property, named
'svn:internals' or 'svn:link'.
It's a lot easier to document that svn:{links/internals} are atomic
while svn:externals are not than starting to explain that "only when
using relative paths is the operation atomic..."

Regarding c.), the command to fixate could be named '--pin-internals',
'--fixate-internals', 'fixate-links', whatever. From a usability POV
it would be best if this was the default behaviour and there was a eg.
'--no-internals-fixate' option, but I'm not sure this would go down
well due to compatibility concerns.

HTH

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 7 12:10:11 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.