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

[Subclipse-users] Re: Bug with <svn> ant task

From: Wendy Hansen-McEachern <Wendy.Hansen-McEachern_at_infor.com>
Date: 2007-11-07 19:09:27 CET

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

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.