Rob Hills wrote:
>Hi All,
>
>I use ant scripts to build our applications for release. As part of this process, source
>code is exported from the repository to a temporary directory and built.
>
>In my ant script, this process often involves getting files from several different areas of
>our repository and hence involves several "export" operations. To ensure I get a
>consistent build, I use the same revision number for all my exports.
>
>
Other folks have suggested how you might find that revision number, but
you could also try using svn:externals. This allows you to pull
different bits of your repository (or even multiple repositories) into a
single directory. There are minor wrinkles if you want to make changes
and commit them, but it sounds like you just want to do a build and not
commit anything back.
The book has more: http://svnbook.red-bean.com/svnbook-1.0/ch07s03.html
Cheers,
Mike.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 11 17:57:42 2004