[Catalyst-dev] can't upgrade the scripts

Matt S Trout dbix-class at trout.me.uk
Sun Jul 20 00:34:55 BST 2008


On Mon, Jun 23, 2008 at 03:48:37AM -0400, Chae Lee wrote:
> Hi all,
> 
> I'm using Catalyst 5.7014. and I tried the script upgrade as below:
> 
> $ catalyst.pl  -force  -scripts MyApp
> Couldn't create MyApp/script/myapp_cgi.pl", "No such file or directory" at
> /Users/cglee/perl5/bin/catalyst.pl line 52
> 
> by the way, there is another directiory trunk/ between MyApp/ and script/
> since I'm using SVN for my app. so I tried the next;

cd /path/to/checkout/MyApp
mv trunk MyApp
catalyst.pl -force -scripts MyApp
mv MyApp trunk

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst-dev mailing list