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

[Subclipse-users] SvnAnt: Can't Checkout error

From: Venkatesh Prasad Ranganath <vranganath_at_sbcglobal.net>
Date: 2006-12-28 09:05:17 CET

Hi,

I am using SvnAnt task with Subversion 1.4. When I use the <svn> task
to checkout a project, it does checkout the project correctly but
results in a erroneous outcome that halts the execution of Ant. The
message is given below.

build.xml:29: The following error occurred while executing this line:
build.xml:33: Can't checkout

Line 33 is the begining of the svn command (given below).

<svn username="${user.name}">
      <checkout url="${svn.root}/${moduleName}/tags/v${version.svnid}"
recurse="true"
        destPath="${projects.dir}/${moduleName}"/>
</svn>

Any clues about what might be the issue and how to fix it?

Thank you,

-- 
Venkatesh Prasad Ranganath
Received on Thu Dec 28 09:04:35 2006

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.