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

I have urgent problems with svnant

From: Orapun Tichob <torapun_at_hotmail.com>
Date: 2007-04-04 05:20:24 CEST



I have used "svnant- 1.0.0" and I copy svnjavahl.jar, svnClientAdapter.jar, and svnant.jar files to folder c:/ant/lib.Then I wrote code like this in build.xml

     <target name="checkout_this">
             <svn username="${svnant.repository.user}" password="${svnant.repository.passwd}"& gt;
           &nb sp;       <checkout url="${svnant.this.url}" revision="HEAD"                           &nbs p;            &n bsp;         destPath="src_${svnant.version}" />
     &nbs p;     </svn>
    </target>
 

and I run command prompt by "ant checkout_this" command. After that I got message like this

             Buildfile: build.xml

          &n bsp;  checkout_this:

          &n bsp;  BUILD FAILED

          &n bsp; c:\ant\work\project\build.xml:39: Cannot use javahl nor command line svn client

which code at line 39 is

" <svn username="${svnant.repository.user}" password="${svnant.repository.passwd}"& gt;"

So, I find answer of this error from Internet and I understood that I must copy intl3_svn.dll, libapr.dll, libapriconv.dll, libaprutil.dll, libdb44.dll, libeay32.dll, libsvnjavahl- 1.dll, ssleay32.dll files to c:\ant\bin folder and then I run command prompt with same command again.

The result output message are

Buildfile : build.xml

checkout_this:

           [ svn] Using javahl

Svn :Checking out a working copy from a repository :

checkout -r HEAD http://subclipse.tigris.org/svn/subclipse/tags/svnant/1.0.0 

RA layer request failed

svn: PROPFIND request failed on '/svn/subclipse/tags/svnant/1.0.0'

svn: PROPFIND of '/svn subclipse/tags/svnant/1.0.0': Could not resolve hostname

'subclipse.tigris.org' : The requested name is valid and was found in the database, but

it does not have the correct associated data being resoved for. <http://subclipse

.tigris.org>

BUILD FAILED

c:\ant\work\project\build.xml:39: Cant't checkout

So, I would like to ask you that Is the method to fix first problems correct ?

If it correct, how to solve the second problem ?

 

Thank you very much,

Orapun

 


 

 



MSN 8 ใหม่: ป้องกันอีเมลขยะอย่างชาญฉลาด ฟรีค่าบริการ 2 เดือน* --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Wed Apr 4 20:16:52 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.