I have been using the following successfully
<svn username="${svn.user.name}" password="${svn.user.password}">
<checkout url="${svn.url}/JavaLib"
revision="${svn.revision}"
destPath="${repository.copy.path}/JavaLib"/>
</svn>
________________________________
From: Wendy Hansen-McEachern [mailto:Wendy.Hansen-McEachern@infor.com]
Sent: Wednesday, November 07, 2007 12:09 PM
To: users@subclipse.tigris.org
Cc: Eam Keu
Subject: [Subclipse-users] Re: Bug with <svn> ant task
I've been working on migrating some scripts to use subversion. All was
going well until we implemented security in that a username and password
are now required. It appears that the <svn> tag doesn't correctly pass
the username and password to the export command it just hangs. Is there
some configuration missing? Is this a known bug?
Here's a sample of the tag.
<svn javahl="false" username="${svnant.repository.user}"
password="${svnant.repository.passwd}">
<export force="true" revision="head" srcurl="${svn.cmbuild.root}"
destPath="${basedir}" />
</svn>
Wendy Hansen-McEachern | Configuration Management | Infor | 416-649-6781
| wendy.hansen-mceachern@infor.com
Received on Wed Nov 7 19:17:51 2007