Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 37791
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: spang [...] mit.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



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
I believe this won't happen in the latest version.