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
Search Repo:
Updated Manifest.txt
francois (author)
Sun Mar 16 20:14:47 -0700 2008
commit  f22ceaa9e6020ee48777ef1f7dc2c4f6e88a66f3
tree    0da8817650e58a8a63ee969c6a3eb0d39a838821
parent  069817cf32b48101f652568fe713142c56838d33
...
27
28
29
30
 
 
 
 
 
31
32
33
34
35
36
 
37
38
39
...
27
28
29
 
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0
@@ -27,13 +27,18 @@
0
 lib/piston/version.rb
0
 lib/piston/working_copy.rb
0
 log/.gitignore
0
-samples/svn/import.rb
0
+samples/common.rb
0
+samples/import_git_git.rb
0
+samples/import_git_svn.rb
0
+samples/import_svn_git.rb
0
+samples/import_svn_svn.rb
0
 script/destroy
0
 script/generate
0
 script/txt2html
0
 setup.rb
0
 tasks/deployment.rake
0
 tasks/environment.rake
0
+tasks/samples.rake
0
 tasks/website.rake
0
 test/test_git_commit_checkout.rb
0
 test/test_git_commit_each.rb

Comments

    No one has commented yet.