On Thu, 24 Jan 2008, James Keenan via RT wrote: > Some data questions: > > 1. Are you working from a checkout from the repository or from a Parrot > monthly release tarball? > > 2. If the former, which VCS did you use to make the checkout? (By > implication, which VCS do you expect to be exercised in _analyze_sandbox()?)
Note that it's also easily possible to do neither of these. When it works, I usually use rsync to fetch the source. Other times, I have used svn on one computer to check out the source, and exported the source via NSF. Then I can build on other systems that don't have any version control system available. Of course the version control checks fail in such cases, but I usually just ignore them. -- Andy Dougherty [EMAIL PROTECTED]