'No such file' error during update

4 views
Skip to first unread message

GrowWiser

unread,
Jun 19, 2009, 11:32:58 AM6/19/09
to Piston
I am trying to update the geokit plugin, but piston ends up erroring
out. Using Piston 2.0.2 on Windows XP with rails 2.3.2. Here is the
full output:

C:\InstantRails\rails_apps\myapp>piston update vendor/plugins/geokit --
verbos
e=5
DEBUG main: Piston::Commands::Update with options
{:dry_run=>false, :force=>fals
e, :lock=>false, :quiet=>false, :verbose=>5}
INFO handler: Guessing the working copy type of #<Pathname:C:/
InstantRails/rail
s_apps/myapp/vendor/plugins/geokit>
DEBUG handler: Asking Piston::Git::WorkingCopy if it understands C:/
InstantRails
/rails_apps/myapp/vendor/plugins/geokit
DEBUG handler: git status on C:/InstantRails/rails_apps/myapp/vendor/
plugins/
geokit
DEBUG client: > git status
fatal: Not a git repository (or any of the parent directories): .git
DEBUG handler: Asking Piston::Svn::WorkingCopy if it understands C:/
InstantRails
/rails_apps/myapp/vendor/plugins/geokit
DEBUG client: > svn info C:/InstantRails/rails_apps/myapp/vendor/
plugins/geok
it
INFO out: < Path: C:\InstantRails\rails_apps\myapp\vendor\plugins
\geokit
URL: http://svn.myapp.com/svn/ih/myapp/trunk/vendor/plugins/geokit
Repository Root: http://svn.myapp.com/svn/ih
Revision: 129
Node Kind: directory
Schedule: normal
Last Changed Author: me
Last Changed Rev: 129
Last Changed Date: 2009-05-02 18:14:39 -0700 (Sat, 02 May 2009)


DEBUG handler: Initialized on C:/InstantRails/rails_apps/myapp/vendor/
plugins
/geokit
DEBUG main: Recalling previously saved values
DEBUG main: Validating that commit exists and is capable of
performing the upda
te
DEBUG client: > git ls-remote git://github.com/andre/geokit-rails.git
INFO out: < 93a264b2544245b387d2db46feb76a938e041cc8 HEAD
93a264b2544245b387d2db46feb76a938e041cc8 refs/heads/master

INFO main: Updating from commit to commit
INFO handler: Checking out the repository at
93a264b2544245b387d2db46feb76a938e
041cc8
DEBUG handler: Checking out git://github.com/andre/geokit-rails.git@93a264b25442
45b387d2db46feb76a938e041cc8 into C:/InstantRails/rails_apps/myapp/
vendor/plu
gins/.geokit.tmp
DEBUG client: > git clone git://github.com/andre/geokit-rails.git C:/
InstantRail
s/rails_apps/myapp/vendor/plugins/.geokit.tmp
INFO out: < Initialized empty Git repository in C:/InstantRails/
rails_apps/boxc
ycle/vendor/plugins/.geokit.tmp/.git/

DEBUG client: > git checkout -b
my-93a264b2544245b387d2db46feb76a938e041cc8 93a2
64b2544245b387d2db46feb76a938e041cc8
Switched to a new branch "my-93a264b2544245b387d2db46feb76a938e041cc8"
DEBUG client: > git log -n 1
INFO out: < commit 93a264b2544245b387d2db46feb76a938e041cc8
Author: Andre Lewis <an...@highgroove.com>
Date: Mon Jun 8 23:52:56 2009 -0700

README update, history and version bump

DEBUG client: > svn info C:/InstantRails/rails_apps/myapp/vendor/
plugins/geok
it
INFO out: < Path: C:\InstantRails\rails_apps\myapp\vendor\plugins
\geokit
URL: http://svn.myapp.com/svn/ih/myapp/trunk/vendor/plugins/geokit
Repository Root: http://svn.myapp.com/svn/ih
Revision: 129
Node Kind: directory
Schedule: normal
Last Changed Author: me
Last Changed Rev: 129
Last Changed Date: 2009-05-02 18:14:39 -0700 (Sat, 02 May 2009)


DEBUG client: > svn info C:/InstantRails/rails_apps/myapp/vendor/
plugins/geok
it/.piston.yml
INFO out: < Path: C:\InstantRails\rails_apps\myapp\vendor\plugins
\geokit\.pi
ston.yml
Name: .piston.yml
URL: http://svn.myapp.com/svn/ih/myapp/trunk/vendor/plugins/geokit/
.piston.yml
Repository Root: http://svn.myapp.com/svn/ih
Revision: 129
Node Kind: file
Schedule: normal
Last Changed Author: ilia
Last Changed Rev: 129
Last Changed Date: 2009-05-02 18:14:39 -0700 (Sat, 02 May 2009)
Text Last Updated: 2009-05-02 15:43:45 -0700 (Sat, 02 May 2009)
Checksum: 0f4a914e3eb55a77bfda0610e75a0a39


DEBUG handler: Downgrading to 129
DEBUG handler: Downgrading to revision when last update was made
DEBUG client: > svn update --revision 129 C:/InstantRails/rails_apps/
myapp/ve
ndor/plugins/geokit
INFO out: < At revision 129.

DEBUG handler: Copying old changes to temporary directory in order to
keep them
DEBUG handler: Copying C:/InstantRails/rails_apps/myapp/vendor/plugins/
geokit
/test/test_helper.rb to test/test_helper.rb
DEBUG handler: Copying C:/InstantRails/rails_apps/myapp/vendor/plugins/
geokit
/test/schema.rb to test/schema.rb
DEBUG handler: Copying C:/InstantRails/rails_apps/myapp/vendor/plugins/
geokit
/test/ip_geocode_lookup_test.rb to test/ip_geocode_lookup_test.rb
DEBUG handler: Copying C:/InstantRails/rails_apps/myapp/vendor/plugins/
geokit
/test/fixtures/stores.yml to test/fixtures/stores.yml
DEBUG handler: Copying C:/InstantRails/rails_apps/myapp/vendor/plugins/
geokit
/test/fixtures/mock_people.yml to test/fixtures/mock_people.yml
DEBUG handler: Removing temporary directory: C:/InstantRails/
rails_apps/myapp
/vendor/plugins/.geokit.tmp
C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1200:in `stat': No such
file or d
irectory - C:/InstantRails/rails_apps/myapp/vendor/plugins/geokit/test/
fixtur
es/mock_people.yml (Errno::ENOENT)
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1200:in
`lstat'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1178:in
`stat'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1260:in
`copy_file'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:463:in
`copy_file'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:383:in
`cp'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1395:in
`fu_each_src
_dest'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1411:in
`fu_each_src
_dest0'
from C:/InstantRails/ruby/lib/ruby/1.8/fileutils.rb:1393:in
`fu_each_src
_dest'
... 19 levels...
from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require
.rb:31:in `require'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/piston-2.0.2/
bin/piston
:5
from C:/InstantRails/ruby/bin/piston:19:in `load'
from C:/InstantRails/ruby/bin/piston:19
Reply all
Reply to author
Forward
0 new messages