GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
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
francois (author)
Sun Mar 16 19:43:20 -0700 2008
commit  0b96e22dc0b68781ea443ae39afab6c246dd1b47
tree    19e3468e9ae95e254b9bd6e36c0872c66ec8e3ec
parent  9b7391c8f907342387fff51aef4f020f1065ae85
piston / Manifest.txt
100644 71 lines (70 sloc) 1.847 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.gitignore
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
bin/piston
config/hoe.rb
config/requirements.rb
lib/piston.rb
lib/piston/cli.rb
lib/piston/commands.rb
lib/piston/commands/base.rb
lib/piston/commands/import.rb
lib/piston/git.rb
lib/piston/git/client.rb
lib/piston/git/commit.rb
lib/piston/git/repository.rb
lib/piston/git/working_copy.rb
lib/piston/repository.rb
lib/piston/revision.rb
lib/piston/svn.rb
lib/piston/svn/client.rb
lib/piston/svn/repository.rb
lib/piston/svn/revision.rb
lib/piston/svn/working_copy.rb
lib/piston/version.rb
lib/piston/working_copy.rb
log/.gitignore
samples/svn/import.rb
script/destroy
script/generate
script/txt2html
setup.rb
tasks/deployment.rake
tasks/environment.rake
tasks/website.rake
test/test_git_commit_checkout.rb
test/test_git_commit_each.rb
test/test_git_commit_rememberance.rb
test/test_git_repository_at.rb
test/test_git_repository_guessing.rb
test/test_git_working_copy_copying.rb
test/test_git_working_copy_creation.rb
test/test_git_working_copy_existence.rb
test/test_git_working_copy_finalization.rb
test/test_git_working_copy_guessing.rb
test/test_git_working_copy_rememberance.rb
test/test_helper.rb
test/test_import.rb
test/test_piston.rb
test/test_repository_guessing.rb
test/test_svn_repository_at.rb
test/test_svn_repository_guessing.rb
test/test_svn_revision_checkout.rb
test/test_svn_revision_each.rb
test/test_svn_revision_rememberance.rb
test/test_svn_working_copy_copying.rb
test/test_svn_working_copy_creation.rb
test/test_svn_working_copy_existence.rb
test/test_svn_working_copy_finalization.rb
test/test_svn_working_copy_guessing.rb
test/test_svn_working_copy_rememberance.rb
test/test_working_copy_guessing.rb
tmp/.gitignore
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.rhtml