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

Re: SVN checkout\export scripts

From: Arnauld Van Muysewinkel <arnauldvm_at_gmail.com>
Date: 2007-06-14 16:42:51 CEST

2007/6/14, Brian McCann <Brian.McCann@viziant.net>:
> Can anyone point me to examples of SVN repository checkout\export scripts
> with ANT and BASH

With ant, use svnant (see subclipse tigris project). Then:

    <svn><export srcurl="http://..." destPath="..."/></svn>
or
    <svn><checkout url="http://..." destPath="..."/></svn>

-- 
Arnauld Van Muysewinkel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 14 16:43:15 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.