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

Re: Trust prompt removal, how?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-10-10 17:21:38 CEST

On 10/10/07, Juhana Sadeharju <kouhia@nic.funet.fi> wrote:
>
> When I download SVNs from sourceforge, I get prompt:
>
> Error validating server certificate for [ ... ]
> (R)eject, accept (t)emporarily or accept (p)ermanently?
>
> How do I disable the prompt and make svn to accept all sites
> of the form: https://caelum.svn.sourceforge.net
>
> Is there an option which disables the interactive behaviour?
> I don't want interaction because I download hundreds of
> projects automatically.
>
> Is there option which adds sites of the above form to
> a trusted list?
>
> Is there a program which gets the auth from the sites
> and adds it to svn's auth-file (whatever)?
>
> Can any other program be used to download SVN codebase?
> E.g., CVS does not ask interactively anything!

Neither does Subversion, if you ask sincely

 $ svn checkout --non-interactive

This is your help:
  $ svn help checkout

or more general help information:
  $ svn help

HTH,

Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 10 17:37:45 2007

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.