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

Re: svn:externals to a remote repository requiring a password

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 7 Aug 2008 02:36:20 -0500

On Aug 7, 2008, at 02:00, Eli Golovinsky wrote:

> I've an svn:externals property on a folder in one repository that's
> pointing to a folder in another repository. The other repository
> however does not allow anonymous checkouts. Is there a way to
> include the username and the password in the svn:externals line so
> that when checking out from the first repository, I won't get asked
> the username and password for the second one?
>
> Both repositories are on apache, accessed via https if that's
> relevant.

You could try the standard URL syntax which would be:

https://username:password@hostname:port/path

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-07 09:37:01 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.