[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Piston Update Problem

Mark Dodwell

3/5/2008 12:23:00 AM

I've got several plugins which I imported with piston into my rails
project. However, when I update them it seems to change them back to an
earleir revision (e.g. on rspec_on_rails it goes from r3320 back to
r3278 which has lots of changes) -- why does it do this? Any clues?

... piston update
Processing 'vendor/plugins/rspec_on_rails'...
Fetching remote repository's latest revision and UUID
Restoring remote repository to known state at r3320
Updating remote repository to r3278
Processing adds/deletes
Removing temporary files / folders
Updating Piston properties
Updated to r3278 (18 changes)
Processing 'vendor/plugins/rspec'...
Fetching remote repository's latest revision and UUID
Restoring remote repository to known state at r3320
Updating remote repository to r3278
Processing adds/deletes
Removing temporary files / folders
Updating Piston properties
Updated to r3278 (53 changes)

This is really got me, I can't find anything on this?

Thanks,

~ Mark
--
Posted via http://www.ruby-....

1 Answer

Phlip

3/5/2008 5:35:00 AM

0

> This is really got me, I can't find anything on this?

Consider yourself lucky that Piston doesn't insist on trashing your project,
defending some bogus accidental change that you don't give a crap about.

Just now (I'm sure there were cleaner fixes possible) I had to svn rm my
vendor/plugins/whatever folder, svn ci, svn up, and piston import just to
get the latest version of some dumb plugin.

Your spew looks like the most that Piston spews when it works correctly, so
can I ask if you have manually inspected the source repository and confirmed
its latest features indeed appear in your source tree? And you can follow
your piston update with a clean svn ci with no bogus merge conflicts?

--
Phlip
http://www.oreillynet.com/ruby/blog/2008/03/beast_acts_as_s...