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

Re: svn:external and server migration

From: Purple Streak <mrpurplestreak_at_googlemail.com>
Date: Wed, 17 Sep 2008 20:07:28 +0100

2008/9/17 Lira Olavo <Olavo.LIRA_at_gemalto.com>:
> What they mean by " relative to the scheme" for instance?
>
> Could you give an example how this 2 old-fashioned properties would look
> like when using the new format?
>
> Link 1: DirB https://server/repositoryA/Project1/DirA
> Link 2: DirA https://server/repositoryB/Project2/DirB
>

relative to the scheme just means you can omit the https: at the front - e.g.

//server/repositoryA/Project1/DirA DirB
//server/repositoryB/Project2/DirB DirA

All this means if that if at some point a client connect to the
repository with svn:// (instead of https://) then the external would
still work

If the repositories are on the same server (like the 2 above would be)
then you can go one better and omit the //server bit to give...

/repositoryA/Project1/DirA DirB
/repositoryB/Project2/DirB DirA

Now when the client gets the external it takes the schema (svn:// or
https://) AND the server name from it's connection and prepends that
to the external before getting it.

Does that make it clearer?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-17 21:07:59 CEST

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.