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

[Subclipse-users] SVNAnt and different subversion

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

I have different subversion accounts set up. And I have made the
following antjob.

        <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 one of my accounts (I have subversion at
Dreamhost). This account is private with one user. However, it seems
as it if it doesn't matter which username and password, I write. But
the job doesn't work with some of my other account, even though they
are setup in the same way. Anyone, have any suggestions?

-- 
Lars Olesen
MOZY - gratis backup på nettet. Krypteret. Automatisk. På nettet. Du
får 2 GB. Hvis du klikker på linket nedenunder får du 256 MB ekstra.
https://mozy.com/?code=9MYJPF
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jan 9 16:10:26 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.