summaryrefslogtreecommitdiff
path: root/lib/sbin/checkout.pl
Commit message (Collapse)AuthorAge
* Fixed make checkout.goodale2004-05-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3747 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed cases where chdir('..') was used which caused problems with symlinks.tradke2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3691 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Comment that the cvs options specified are only local to this file;rideout2003-03-06
| | | | | | | | | they do not apply to routines in CheckoutUtils.pl. This should be resolved when the fate of gmake checkout, and its relation to GetCactus, are decided upon. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3160 17b73243-c579-4c4c-a9d2-2d5706c11dac
* gmake checkout and gmake cvsupdate now use consisent options to cvs:rideout2002-02-26
| | | | | | | | | | | cvs options -z6 (the default for gzip) and -q checkout option -P update options -P and -d Fix for Cactus/815. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2630 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change error messageallen2000-07-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1784 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checkout the README dir in an arrangement before checking out a thorn, thisallen2000-07-20
| | | | | | | solves the CVSROOT/Emptydir problem in the Repository file of each arrangement. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1773 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to gmake checkout.allen2000-07-13
| | | | | | | | | | | | | | | | | | | | * Added support for checking out thorns from thornlists ... at the moment the script looks in a directory thornlists to find lists. * the default is to take them from the same repository as the flesh but this can be changed with directives in the thorn lists * gmake checkout no longer lets you choose which repository to checkout the cactus* thorns and arrangements from, it will just look in the same repository that the flesh came from * anything not in the repository that the flesh came from, you need to use a thornlist to get This will undoubtably change a little in the next couple of days, one thing I'll be trying to add is to checkout the thorns with the same tag as the flesh. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1730 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update applicationsallen2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1575 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now when you checkout the wavetoy C application you only get C thorns.allen2000-02-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1394 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added dots for visual feedback during checkout.goodale2000-02-07
| | | | | | | | | Added GRDoc. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1369 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a missed thornallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1226 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print all the filenames during checkoutallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1207 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in application checkoutallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1194 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Can now use this script to check out custom given thorn names andallen1999-12-02
| | | | | | | arrangements, for all those "hidden" thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1183 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cosmetic style change.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1164 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tiding print outallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Andres change so the repository checking works on the T3Eallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Get home directory from environment variable rather than password fileallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying ...allen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1137 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom's beautification of my RepositoryExists subroutineallen1999-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1133 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New checkout script, doesn't work properly on NT yet.allen1999-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1132 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to use Perl5 stuff...goodale1999-10-24
| | | | | | | | | | | | | local -> my used perl 5 references for passing databases around in the CST. CST is now about a factor of 16 faster ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1101 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the buildthorns routine to return some info about a thorn.goodale1999-10-18
| | | | | | | | | BuildActiveThorns now adds comments to the ThornList. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1053 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added thorn Time to applications.goodale1999-09-27
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1002 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added z9 for checkoutallen1999-09-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1000 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cool addition to checkout script that tells you which thorns areallen1999-09-21
| | | | | | | developmental git-svn-id: http://svn.cactuscode.org/flesh/trunk@978 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Forgot to update number of applicationdsallen1999-09-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@888 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Benchmark (ADM) as an applicationallen1999-09-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@887 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatedallen1999-09-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@870 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now "packages" are called "arrangements"allen1999-07-30
| | | | | | | Everything should work again (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@839 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New checkout scriptallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@828 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added applications toallen1999-07-27
| | | | | | | | | gmake checkout for now the F77 and F90 versions of WaveToy. git-svn-id: http://svn.cactuscode.org/flesh/trunk@796 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed little bug with the help optionallen1999-07-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@743 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a help statementallen1999-07-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@740 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed default string for checking out all packages or thornsallen1999-07-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@720 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to paths for NT, and adding a local variable so that theallen1999-07-06
| | | | | | | thorn list doesn't get larger each time you go around. git-svn-id: http://svn.cactuscode.org/flesh/trunk@673 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bugfixes.goodale1999-07-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@639 17b73243-c579-4c4c-a9d2-2d5706c11dac
* This now uses BuildActiveThorns to get the thorn and package lists.allen1999-07-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@631 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Script for checking out thorns and packages, needs to be modifiedallen1999-07-03
to use Toms "BuildActiveThorns" perl script to get a list of Thorns and Parameters already there. git-svn-id: http://svn.cactuscode.org/flesh/trunk@625 17b73243-c579-4c4c-a9d2-2d5706c11dac