You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by John Myers <jg...@proofpoint.com> on 2006/03/01 18:10:58 UTC

Re: svn commit: r381980 - in /spamassassin/trunk: build/nightlymc/extract_to_rsync_dir masses/rule-qa/corpus-nightly

jm@apache.org wrote:
>  $SVN export --non-interactive -r $REV $REPO_URL $RSYNC_DIR/$subdir
> +
> +# and the "svn external" for rulesrc, separately due to svn export bug:
> +rm -rf $RSYNC_DIR/$subdir/rulesrc
>
>  
Wouldn't it be simpler to pass the --ignore-externals switch to this 
first svn export command?