You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian McCann <Br...@viziant.net> on 2007/06/14 13:53:18 UTC

SVN checkout\export scripts

Hi,
 
Can anyone point me to examples of SVN repository checkout\export scripts
with ANT and BASH

Thanks,
Brian
 
 

Re: SVN checkout\export scripts

Posted by Arnauld Van Muysewinkel <ar...@gmail.com>.
2007/6/14, Brian McCann <Br...@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