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

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

From: Venkatesh Prasad Ranganath <vranganath_at_sbcglobal.net>
Date: 2006-12-29 06:27:58 CET

For users with similar issue,

I realized that error was due to some messages generated by the
execution of .bashrc (before the execution of svn command). Suppressing
the messages fixed the problem.

- Venkatesh Prasad Ranganath

On Thu, 2006-12-28 at 00:05 -0800, Venkatesh Prasad Ranganath wrote:

> 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

-- 
Venkatesh Prasad Ranganath 
e-id: venkateshprasad.ranganath [at] gmail.com 
e-id: rvprasad [at] ksu.edu
web:  http://www.cis.ksu.edu/~rvprasad
blog: http://venkateshthinks.blogspot.com
Received on Fri Dec 29 06:27:20 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.