Subject: | shipwright update tries to svn export to existing tmpdir |
When running 'shipwright update RT --follow', I get an error that leaves
the following log:
2008/07/18 17:50:54 INFO> Util.pm:58 Shipwright::Util::run - run cmd:
svn export svn://svn.bestpractical.com/rt/3.8/tags/3.8.0
/tmp/KOeBjzYthj/download/RT
2008/07/18 17:50:56 WARN> Util.pm:64 Shipwright::Util::run - run err:
svn: Destination directory exists; please remove the directory or use
--force to overwrite
svn: '/tmp/KOeBjzYthj/download/RT' already exists
2008/07/18 17:50:56 ERROR> Util.pm:67 Shipwright::Util::run - failed to
run svn export svn://svn.bestpractical.com/rt/3.8/tags/3.8.0
/tmp/KOeBjzYthj/download/RT with exit number 256
t
From what I've seen, this:
(a) only happens when using --follow, and
(b) only seems to affect svn sources, not cpan ones