Fix handling of "branch ;" in RCS file.
[cvs2svn.git] / HACKING
blob915dbfa8ab70356fd4e4f9e249a177b4724b19b2
1                                                                 -*-text-*-
3                       ===========================
4                        Hacker's Guide To cvs2svn
5                       ===========================
7 This project uses the same social and technical guidelines (where
8 applicable) as Subversion itself.  You can view them online at
9 http://svn.collab.net/repos/svn/trunk/HACKING.
11 Also:
13    - Read design-notes.txt, you won't regret it.
14    - Read the class documentation in cvs2svn.
15    - Please put a new test in run-tests.py when you fix a bug.
16    - Use 2 spaces between sentences in comments and docstrings.
17      (This helps sentence-motion commands in some editors.)
19 Happy hacking!