Since, with the addition of cvs2svn_lib, the value of $LastChangedRevision$ is
[cvs2svn.git] / BUGS
blob909a1ef9bf0485b50f328d7858271a7d29b68c3d
1                                                        -*- text -*-
3                         REPORTING BUGS
4                         ==============
6 This document tells how and where to report bugs in cvs2svn.  It is
7 not a list of all outstanding bugs -- we use an online issue tracker
8 for that, see
10    http://cvs2svn.tigris.org/issue_tracker.html
12 Before reporting a bug, check to see
14    a) if you are already running the latest version of cvs2svn
16    b) if your bug is already filed in the issue tracker (see
17       http://tinyurl.com/2uxwv for a list of all open bugs).
19 Then, mail your bug report to dev@cvs2svn.tigris.org.
21 To be useful, a bug report should include the following information:
23    * The revision of cvs2svn you ran.  Run 'cvs2svn --version' to
24      discover this.
26    * The version of Subversion you used it with.
28    * The exact cvs2svn command line you invoked, and the output it
29      produced.
31    * The data you ran it on.  If your CVS repository is small (only a
32      few kilobytes), then just provide the repository itself.  If it's
33      large, or if the data is confidential, then please try to come up
34      with some smaller, releasable data set that still stimulates the
35      bug.  Often this is just a matter of invoking cvs2svn on deeper
36      subdirectories, until you find the minimal reproduction case.
38 The most important thing is that we be able to reproduce the bug :-).
39 If we can reproduce it, we can usually fix it.  If we can't reproduce
40 it, we'll probably never fix it.  So describing the bug conditions
41 accurately is crucial.  If in addition to that, you want to add some
42 speculations as to the cause of the bug, or even include a patch to
43 fix it, that's great!
45 Thank you in advance,
46 -The cvs2svn development team