public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
Use helper method to get the yaml file's path.
francois (author)
Tue Jul 22 17:30:27 -0700 2008
commit  901fc54379d08b74db35b9fd7f83780b66d85f30
tree    c5836776f9ddd5330190d99f215c23f1fd58b2a2
parent  30cd1701b3252d80d70926bd01ef7d73b9b2910f
...
86
87
88
89
 
90
91
92
...
86
87
88
 
89
90
91
92
0
@@ -86,7 +86,7 @@ module Piston
0
       end
0
 
0
       def merge_changes(from, to, todir)
0
- data = svn(:info, path + ".piston.yml")
0
+ data = svn(:info, yaml_path)
0
         info = YAML.load(data)
0
         initial_revision = info["Last Changed Rev"].to_i.succ
0
         svn(:merge, "--revision", "#{initial_revision}:#{to.revision}", from.url, path)

Comments

    No one has commented yet.