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

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

From: Harp, George <GHarp_at_GAINSystems.com>
Date: 2007-11-07 19:17:39 CET

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

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.