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

[Subclipse-users] svnant returns svn: authentication cancelled

From: Lars Olesen <lsolesen_at_gmail.com>
Date: 2007-01-09 20:30:17 CET

I am using Eclipse. I have installed svnant (1.1.0.RC2) and I am
trying to make an ant build file.

       <path id="svnant.classpath">
               <fileset dir="${svnant.dir}">
                       <include name="*.jar" />
               </fileset>
       </path>

       <typedef resource="org/tigris/subversion/svnant/svnantlib.xml"
classpathref="svnant.classpath" />

       <target name="svnExport">
               <delete dir="${export.dir}"/>
               <svn javahl="${javahl}" username="${subversion.user}"
password="${subversion.password}">
                       <export revision="HEAD"
srcUrl="${subversion.repository.url}"
destPath="${export.dir}" />
               </svn>
       </target>

This job works perfectly with two of my subversion accounts (accounts
with Dreamhost). However, it doesn't work with other of my accounts. I
have made a list here:

svn-repos -- type -- users

http://svn.intraface.dk/campsommer/ -- Private -- 1 -- works
http://svn.intraface.dk/frisbeebutik/ -- Private -- 1 -- fails
http://svn.intraface.dk/intraface/ -- Private -- 2 -- fails
http://svn.intraface.dk/intraface2/ -- Private -- 2 -- fails
http://svn.intraface.dk/intrafacepublic/ -- Public -- 2 -- works
http://svn.intraface.dk/larsolesen/ -- Private -- 1 -- fails
http://svn.intraface.dk/projects/ -- Private -- 2 -- fails

Any suggestions?

-- 
Lars Olesen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jan 9 20:30:23 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.