Re: svn:externals to a remote repository requiring a password
From: Eli Golovinsky <gooli_at_testuff.com>
Date: Thu, 7 Aug 2008 10:00:05 +0200
I tried that, but it didn't do anything - still asked for a password.
Thanks though.
--- gooli @ www.testuff.com On Thu, Aug 7, 2008 at 9:36 AM, Ryan Schmidt < subversion-2008c_at_ryandesign.com> wrote: > > 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 > > >Received on 2008-08-07 10:00:49 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.