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

Re: svnsync via svn+ssh w/key authentication: password prompt

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 02 Sep 2014 16:35:25 +0100

"Sampson, Barry" <barry.sampson_at_teejet.com> writes:

> Using svn, I can do this without being prompted for a password:
> svn list svn+ssh://servername/path/to/repos
>
> However, this does prompt for a password:
> svnsync sync svn+ssh://servername/path/to/repos
>
> And just for good measure, this does the same thing:
> svnsync sync svn+ssh://username@servername/path/to/repos
>
> Any ideas of what I can do here to eliminate the password prompt?

 svnsync sync DST_URL

is just a shorthand for

 svnsync sync DST_URL SRC_URL

(If you don't specify an explicit SRC_URL then it is obtained from the
r0 revprop on DST_URL.)

Perhaps the prompt you are seeing is for access to the SRC_URL?

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-09-02 17:35:56 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.