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

svn:externals

From: Karl Chen <quarl_at_cs.berkeley.edu>
Date: 2006-10-05 00:25:22 CEST

Is there any way, or would it be possible to add a feature to
svn:externals, to have a URI be based on the current repository?

- Have the method be the same as the parent repository. For
  example, we use https:// for commits, but allow anonymous read
  over http://. However, svn:externals currently forces us to
  pick one.

This could be generalized to allow the following, which are low
priority.

- Have the path be based on the parent repository. This would
  allow tagging versions to work more easily across external
  repositories. It's possible to work around this by changing the
  svn:external property after tagging (actually branching in this
  case).

- Have the hostname be the same as the parent repository. This is
  useful when moving repository groups to a different host, but
  this is just a low priority wishlist item.

-- 
Karl 2006-10-04 15:15
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 5 00:25:38 2006

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.