Guillaume Lederrey wrote on Fri, Apr 01, 2011 at 18:17:21 +0200: > I am trying to use SvnAnt with its JavaHL bindings. My networks > require the use of a proxy that is authenticated. If I specy my ... > Is there a work around to have svn eaither ask the user for its > password or have it stored in a secured way ?
No to both of these. You can use 'svn --config-option' to inject values (that are normally stored in the 'servers' file) on a per-command basis. But having the password on the command-line may make it visible to other processes.