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