
jm at apache
May 11, 2008, 2:05 AM
Post #1 of 1
(22 views)
Permalink
|
|
svn commit: r655283 - /spamassassin/trunk/build/automc/run_one_nightly
|
|
Author: jm Date: Sun May 11 02:05:38 2008 New Revision: 655283 URL: http://svn.apache.org/viewvc?rev=655283&view=rev Log: ok, this is really getting stupid. just check out the whole damn HEAD from scratch every night since broken svn state keeps screwing these up Modified: spamassassin/trunk/build/automc/run_one_nightly Modified: spamassassin/trunk/build/automc/run_one_nightly URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/run_one_nightly?rev=655283&r1=655282&r2=655283&view=diff ============================================================================== --- spamassassin/trunk/build/automc/run_one_nightly (original) +++ spamassassin/trunk/build/automc/run_one_nightly Sun May 11 02:05:38 2008 @@ -27,10 +27,12 @@ # attempt to ensure the "build" dir and raw .corpus file is up to date # (don't worry about tags etc. just yet) ( - cd $dir/svn - rm -rf build - svn co http://svn.apache.org/repos/asf/spamassassin/trunk/build - svn cleanup + cd $dir + rm -rf svn + svn co http://svn.apache.org/repos/asf/spamassassin/trunk svn || + svn co http://svn.apache.org/repos/asf/spamassassin/trunk svn || + svn co http://svn.apache.org/repos/asf/spamassassin/trunk svn + ) < /dev/null # create the .corpus file, keeping the rsync password secret;
|