Posted By: François Beausoleil
Date: 2007-03-12 21:51
Summary: Piston 1.3.1
Project: piston

Piston eases vendor branch management when using the Subversion version control system.

This patch release corrects a few bugs, the most important of which is the fact that piston switch did not update the piston:root property correctly. In fact, piston:root was not updated at all. You will need to manually set it to the correct value.

More info can be found on the project's web site: http://piston.rubyforge.org/

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: piston-1.3.1

Start New Thread Start New Thread

 

By: Mark Uhrmacher
Small bug [ reply ]  
2007-03-20 14:49
It appears lib/piston/command_error.rb isn't loaded by piston.rb which causes a NotFound error every time an exception is thrown in one of the commands. I added the following line to line 25 of piston.rb which appears to fix the problem.

require File.join(PISTON_ROOT, 'piston', 'command_error')