Philip M. Gollucci wrote:
Stas Bekman wrote:

Philip, make sure that you rsync against the right source. I use:

rsync -acvz --delete --force rsync://ftp.linux.activestate.com/perl-current/ ./perl-blead



My exactly line (as scripted)

cd /usr/home/pgollucci/dev/src ; rm -rf perl-5.9.3-ithreads; /usr/local/bin/rsync -acv --delete --force rsync://ftp.linux.activestate.com/perl-current/ perl-5.9.3-ithreads

So how come that you get a stale checkout? Are you sure you are building in the right directory?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to