Teach SVNKeywordHandlingPropertySetter about files with mode="k".
[cvs2svn.git] / HACKING
blob08b9ea7bd7d1b5cbaadd92f36d1c4806628eb7f9
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 doc/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.)
18    - doc/making-releases.txt describes the procedure for making a new
19      release of cvs2svn.
21 Happy hacking!