I'm maintaining a build system that uses svnant from a one directory to update a large number of projects in another directory. It then moves to one of those projects that's been updated, and does the actual build.
Is it safe to do everything from that main project? Can the main project use svnant to update itself, or could there be a problem if svn needs to update the build.xml file that ant is currently using?