Problem updating through ANT.
From: Doug Tanner <doug.tanner_at_benefitfocus.com>
Date: 2006-12-18 21:42:46 CET
We are going to move to Subversion by mid January, so I am working on
Note: I can update via TortoiseSVN. My password is plaintext at the
<project name="DEPLOY" default="all" basedir=".">
<path id="project.classpath">
<pathelement
<pathelement
<pathelement
</path>
<taskdef resource="svntask.properties"
<target name="update">
<svn javahl="false" username="dtanner"
<update dir="c:/projects/4X"/>
</svn>
</target>
</project>
$ ant update
Buildfile: build.xml
update:
[svn] Using command line interface
Svn : Updating
up -r HEAD C:\projects\4X --username dtanner --password *******
svn: PROPFIND request failed on '/svn/4X'
svn: PROPFIND of '/svn/4X': authorization failed (http://bfvcs1)
BUILD FAILED
C:\projects\build.xml:12: Cannot update dir C:\projects\4X
Total time: 55 seconds
There does not seem to be very much documentation pertaining to this
[Mon Dec 18 15:37:52 2006] [error] [client 10.1.201.32] (OS 1326)Logon
Any help would be greatly appreciated.
Doug Tanner
Operations Engineer
Benefitfocus.com, Inc.
843-849-7476 ext. 6394
843-849-9485 (Fax)
****************************************************************************************
|
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.