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

RE: SVNANT on windows

From: Andrew Kappen <akappen_at_yahoo.com>
Date: 2004-09-24 17:14:08 CEST

I can't say much about automated checkins... I have never used svnant for that. I do use it
regularly for updates, though. In fact, our continuous integration solution (CruiseControl -
http://cruisecontrol.sourceforge.net/) relies on the ability of ant to poll subversion for
updates, grab the updates, and kick off automated builds. Without svnant my team would not be
able to use this great, free CI product.

Just my $0.02,
Andrew K.

--- Robert Simmons <kraythe@arcor.de> wrote:

> One thing I have always wondered is why people need SVN integration with
> ant? Automated checkins seems to be a bad idea to me.
>
> -- Robert
>
> > -----Original Message-----
> > From: John Paul Ashenfelter [mailto:maillists@transitionpoint.com]
> > Sent: Friday, September 24, 2004 15:19
> > To: users@subclipse.tigris.org
> > Subject: Re: SVNANT on windows
> >
> > Cédric Chabanois wrote:
> >
> > >>I'm having trouble with svnant on Win32. I'm using svnant-0.9.13 and
> > >>subversion 1.08 (also tried 1.06 before upgrading to fix the error...)
> > >>
> > >>
> > >
> > >Are you using command line interface or javahl ?
> > >You probably use javahl, try to use command line interface and tell us if
> > >you got the same error.
> > >
> > >
> > Command line. One problem is regardless of what I set javahl to
> > (true/false) I get the msg
> > [echo] buildtime 20040924.0913
> > [svn] Using command line interface
> > Svn : Checking out a working copy from a repository :
> >
> > That's using ant with the -debug flag. So I'm guessing that means javahl
> > can't be found? The svnant task is
> >
> > <target name="getsource" depends="init" description="Gets code from
> > VSS">
> > <echo message="getting build ${start.DSTAMP}.${start.TSTAMP}"/>
> > <svn javahl="true" username="${scc.username}"
> > password="${scc.password}">
> > <checkout url="${scc.applicationroot}" destPath="${src.dir}"
> > />
> > </svn>
> > </target>
> >
> > >
> > >
> > >>I'm basically wondering where the .dll files in the svnant.zip file
> > >>should be put -- guessing that's my problem. As an aside, I am also
> > >>
> > >>
> > >>
> > >running a local SVN on a copy of Apache2 *and* I have
> > TortoiseSVNinstalled.
> > >
> > >You are probably right : you have a problem of conflicts between your
> > dlls.
> > >If you can, try to see which dlls you are using.
> > >
> > >
> > Where *should* they go -- the makeDistrib target creates a zip with a
> > bunch of dlls in the root and several jars in the lib -- obviously the
> > lib files go in the antdir\lib, but where do the dlls go?
> >
> > One thing I'm noticing is that I import the environment in build.xml,
> > and I've got my installation of subversion in the path (program
> > files\subversion\bin)
> >
> > The irony is that the build works just fine -- once I close the error
> > dialog.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> > For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
Received on Sat Sep 25 01:14:08 2004

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.