* Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 4 Aug 2009 15:47:18 +0000 (15:47 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 4 Aug 2009 15:47:18 +0000 (15:47 +0000)
commit0307a76defbe2cb0174b5e0fe77877c044ab8b4f
treef8cac114912521cb22a2f08236dd8a8377a9dc9f
parent939ba32747d472032e8c3a5f3ea4feadcd6f622e
* Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs
* Use "svn info" to get last revision in repo, will get matching tarballs
* Now run "svn -q" since "svn info" tells us the revision number

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78065 91177308-0d34-0410-b5e6-96231b3b80d8
utils/crosstool/create-snapshots.sh