* trunk/ (svn:externals): Adapt to change in Subversion repository.
[cvs2svn.git] / HACKING
blob104e1925ae31c61ce40e26a5a03002d5b7e53917
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/www/hacking.html.
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!