cvs2git-example.options: Fix typo and formatting in comment.
[cvs2svn.git] / cvs2svn_rcsparse / README.cvs2svn
blob4784cdb8dbc730710e1ae49b0891a968f6ca1585
1 This directory provides the 'rcsparse' library that cvs2svn.py depends on.
3 Although rcsparse ships with ViewVC, http://viewvc.tigris.org/,
4 we don't want to just use the whatever rcsparse we find installed on
5 the system -- such as one that's part of a local ViewVC installation.
6 Instead, we want to use the exact version of rcsparse that is tested &
7 known to work with this version of cvs2svn.
9 Hence this directory.  To upgrade to a newer rcsparse, we just run
10 'update', which fetches the current trunk versions using 'svn export'.
12 We control when these upgrades happen, and install this library under
13 the name 'cvs2svn_rcsparse', so it won't conflict with any 'rcsparse'
14 already on the system; cvs2svn is careful to import it as
15 'cvs2svn_rcsparse'.