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

Remapping externals links for a specific working-copy

From: Issac Goldstand <margol_at_beamartyr.net>
Date: Tue, 04 Mar 2008 15:34:02 +0200

Hi,
   I manage a website using subversion. Developers work against an
https://... repository (Apache + svn), but the production server updates
via file:/// (since there's no client-ssl support in the svn binary on
that system). I recently introducedan "svn:external" directory into
several websites which contains common code. The external link is in
our repository, but uses the https:// naming scheme. This works great
for our developers, but when updating the server, we get an error

svn: Unrecognized URL scheme for 'https://...'

Is it possible to remap the external link to the equivalent file:///
link on the working copies of the websites on the production server?

Not sure if it's relevant, but the production server never "sees" the
/branch/ code - we create a tag and svn switch from tag to tag to update
the production site.

Thanks for your help,
   Issac

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-04 14:55:00 CET

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.