Re: Nested checkouts?
From: BRM <bm_witness_at_yahoo.com>
Date: Wed, 19 Nov 2008 16:58:44 -0800 (PST)
Actually there's a very easy way to do it yourself.
I'm managing some build scripts where I work - namely for VC++ - not even .Net (that's okay).
Part of the scripts checkout stuff from SVN, and then another part manages the compilation of the projects, which relies on two things:
1) I use the registry to locate the various installations of Visual Studios.
This works pretty well regardless of what version of Visual Studios you are using, though you may have to adjust the parameters for each one. VS 2003 and later (from what I have done at least) are getting better about being consistent. VS6 is very different.
Any how...it's an easy enough task.
Unfortunately, I can't put my scripts out yet...but I'll happily help you work it out, so just e-mail me privately if you want.
Ben
----- Original Message ----
> -----Original Message-----
I've not used scons, but I've used Ant for several years. I notice Nant (the .net version of Ant) has a "compile VB.net" task (http://nant.sourceforge.net/release/latest/help/tasks/) - obviously if you're on pre-.net VB then this won't apply ;-)
Cheers
---------------------------------------------------------------------
|
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.