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
More notes on what needs to be done.
francois (author)
Tue Jul 22 19:45:20 -0700 2008
commit  6d9a479f9e13b04f2c89ab2447243a5dd073f0f5
tree    5a86f33d3ba569e4793e719239936b9e1c64d3f3
parent  13ab71bc750ea7b6461b075347eae8cce91a478d
...
13
14
15
 
 
 
 
 
 
 
 
...
13
14
15
16
17
18
19
20
21
22
23
0
@@ -13,3 +13,11 @@ $ svn checkout --revision NEWHEAD --ignore-externals REPOSITORY_URL
0
 $ # copy NEWHEAD over my WC
0
 $ svn merge --revision MYLASTCHANGE:HEAD
0
 $ # if merge errors, complain and abort
0
+
0
+
0
+= Integration tests to verify
0
+
0
+* Handles adds
0
+* Handles deletes
0
+* Handles copies
0
+* Maybe handle renames

Comments

    No one has commented yet.