Antoine Levy-Lambert wrote:
> Hi,
> 
> I plan to create a nightly build script and a wrapper to invoke the nightly 
> build script via cron.
> 
> My question is : shall I create a new "subproject" under 
> http://svn.apache.org/repos/asf/ant called for instance build with 
> subdirectories tags, trunk, branches ? How does one create such a structure ? 
> Does one simply go 
> 
> mkdir build/trunk
> mkdir build/branches
> mkdir build/tags
> 
> and then 
> svn add build/trunk build/branches build/tags ?
> 

you can combine that into

svn mkdir build/trunk ...

Will this build everything (antlibs and core)? Is that why it will be
its own project? Seems reasonable.

Conor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to