-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
42 lines (28 loc) · 1.11 KB
/
README
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
** CVSsuck - inefficient cvs repository grabber via cvs client/server protocol **
* Home page
http://cvs.m17n.org/~akr/cvssuck/
* Usage
% cvssuck [-h] [-b] [-s] cvsroot [-o output-directory|-O output-base] [-l lock-directory|-L lock-base] module ...
-h : print help message
-b : breadth first traverse mode
-s : skeleton mode
-v : verbose mode
-D debug-option,... : specify debug options
-o output-directory : module/dir/file,v -> output-directory/dir/file,v
-O output-base : module/dir/file,v -> output-base/module/dir/file,v
-l lock-directory : lock lock-directory/dir to access local RCS file.
-L lock-base : lock lock-base/module/dir to access local RCS file.
* Example
(0) Setup .cvspass for the repository (for pserver)
% cvs -d :pserver:[email protected]:/cvs/cvs login
(Logging in to [email protected])
CVS password:
(1) Grab a repository
% cvssuck :pserver:[email protected]:/cvs/cvs cvssuck
* Requirements
ruby-1.6.1 http://www.ruby-lang.org/
cvs-1.11 http://www.cvshome.org/
rcs-5.7 ftp://ftp.cs.purdue.edu/pub/RCS/
* Author
Tanaka Akira <[email protected]>
http://cvs.m17n.org/~akr/