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:13:20 2007