AW: Using svnant tasks always ends with authorization errors
From: Spilker, Jörg - bhn <Spilker.Joerg_at_bhn-services.com>
Date: Mon, 22 Mar 2010 14:13:41 +0100
Hello,
i finally found the solution.
bms.repository.passwd="XXX"
has to be replaced by
bms.repository.passwd=XXX
Greetings, Jörg
-----Ursprüngliche Nachricht-----
Hello,
i´ve some problems using the svn ant tasks. I´ve downloaded the latest svnant 1.3.x and setup a small eclipse project to checkout some sources from a repository.
However i always end up with the following error:
checkoutLatest:
I´m absolutely sure that i supplied the correct pw in the properties file. I can work with the commandline client, with Tortoise svn and with the subclipse eclipse integration using this user and pw. But not with svnant. Is there any debugging i could enable to find out more about the reason?
Properties:
# -----------------------------------------------------------------------------
proxy.host=zde012neu.lenze.com
bms.version=1.0
bms.latest.url=http://subversion.lenze.com/bms/dam/trunk/DocApp008_mp
bms.repository.user=spilker_at_lenze.com
Build File:
<?xml version="1.0"?>
<!-- path to the svnant libraries. Usually they will be located in ANT_HOME/lib -->
<target name="checkoutLatest">
</project>
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.