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

Re: [Subclipse-users] SVNAnt and Subclipse

From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: 2007-01-18 20:33:38 CET

Hello Juergen,

> As I understood the stuff so far, SVNKit should simply come up an prompt
> for user/passphrases but htis does not happen.
In the non-interactive mode (like one ant uses) you will get no prompts
from SVNKit. To let it know what credentials to use for ssh connection,
put the following line into your default Subversion config file:

[tunnels]
ssh=ssh -l userName -i OpenSSHKeyfile -p portNumber

SVNKit will use values from the line above.

Also, please read this - http://svnkit.com/kb/user-guide-svnant.html -
these instructions are for older version of svnAnt, but may be you'll
find them useful.

After installing svnAnt, it makes sense to replace existing javasvn.jar
and ganymed.jar with those built from from SVNKit "trunk".

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Hackenbroich J., ITSC Bonn, RV, D, extern wrote:
> Hi,
>
> we are using svn with ssh access to manage the users. Eclipse is the
> development platform.
>
> For normal subversion operations we use subclipse which just works fine.
>
> In order to have a build using started under Eclipse we want to use
> SVNAnt. The task itself is found, so are the classes. But when it comes
> to a checkout, the command line is always used, no matter how we set the
> flags javahl and svnkit. This could be only a small problem if a dos box
> or so would show up, but it doesn't.
>
> As I understood the stuff so far, SVNKit should simply come up an prompt
> for user/passphrases but htis does not happen.
>
> Has anybody running a setup like this or have a pointer how to configure
> it correctly? Maybe accessing the subclipse jars will solve the problem,
> but how do I do that?
>
> Thanks and best regarrds
>
> Juergen Hackenbroich
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jan 18 20:34:15 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.