coderev-0.1/README
coderev-0.2/README
1717
18== Status ==18== Status ==
1919
n20Basic function is alreay implemented on top of python difflib.n20Basic function is already implemented on top of python difflib.
2121
22== Usage ==22== Usage ==
2323
nn24Checkout trunk revision http://code.google.com/p/coderev/source/checkout or
24Download from http://code.google.com/p/coderev/downloads/list and extract the25download from http://code.google.com/p/coderev/downloads/list and extract the
25tarball to your disk, there are two tools present for you - codediff.py (to26tarball to your disk, there are two tools present for you - codediff.py (to
26compare files/dirs) and coderev.sh (to generate code review page on your svn27compare files/dirs) and coderev.sh (to generate code review page on your svn
27work space).28work space).
54                          wrapped for sdiff, default is no line wrapping55                          wrapped for sdiff, default is no line wrapping
55    -y, --yes             do not prompt for overwriting56    -y, --yes             do not prompt for overwriting
5657
n57 n
58* coderev.sh usage58* coderev.sh usage
5959
nn60    (optional) cp coderevrc.sample ~/.coderevrc, customize your own
61    cd your-workspace
60    coderev.sh [-r revsion] [file|subdir ...]62    coderev.sh [-r revsion] [-w width] [file|subdir ...]
6163
n62    `revision' is a revision number, or symbol (PREV, BASE, HEAD), see svnn64    `revision' is a revision number, or symbol (PREV, BASE, HEAD) in svn,
63    books for details.  Default revision is revision of your working copy65    see svn books for details.  Default revision is revision of your working
64    (aka. BASE)66    copy
67 
68    `width' is a number to make code review pages wrap in specific column
6569
66    Default `subdir' is working dir.70    Default `subdir' is working dir.
6771
68    Example 1:72    Example 1:
n69    coderev.sh bin libn73    coderev.sh -w80 bin lib
7074
n71    Generate coderev based on your working copy.  If you are working on then75    Generate coderev based on your working copy, web pages wrap in column 80.
72    most up-to-date version, this is suggested way (faster).76    If you are working on the most up-to-date version, this is suggested way
77    (faster).
7378
t74    Example 2:t79    Example 2 (for SVN):
75    coderev.sh -r HEAD bin lib80    coderev.sh -r HEAD bin lib
7681
77    Generate coderev based on HEAD revision (up-to-date version in repository),82    Generate coderev based on HEAD revision (up-to-date version in repository),
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op