[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 authentication

From: FoxyBOA <foxyboa_at_gmail.com>
Date: Sun, 26 Oct 2008 22:54:30 -0700 (PDT)

Hope my hint will help anybody that fight with the same issue under *nix:

provide authentication info during commit as well as you did during checkout
(see code below) and it will resolve the issue:

                <svn username="${svn.username}" password="${svn.password}">
                        <commit dir="${svn_folder}" message="${version}"/>
                </svn>

As my daughter would say "svnant is dead to me". Not only does svnkit
support svn+ssh with a key file but it also was easy to use from a
java task, my custom ant task and my groovy scripts.

The svn+ssh didn't work well on windows, but I only hit auth problems
on unix in my distributed env so that is not a problem.

-- 
View this message in context: http://www.nabble.com/svnant-and-authentication-tp17865407p20182233.html
Sent from the subclipse - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-10-27 06:54:45 CET

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.