File: BUGS

package info (click to toggle)
cvs2svn 1.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,008 kB
  • ctags: 1,366
  • sloc: python: 9,098; sh: 128; makefile: 62
file content (46 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
                                                       -*- text -*-

                        REPORTING BUGS
                        ==============

This document tells how and where to report bugs in cvs2svn.  It is
not a list of all outstanding bugs -- we use an online issue tracker
for that, see

   http://cvs2svn.tigris.org/issue_tracker.html

Before reporting a bug, check to see

   a) if you are already running the latest version of cvs2svn

   b) if your bug is already filed in the issue tracker (see
      http://tinyurl.com/2uxwv for a list of all open bugs).

Then, mail your bug report to dev@cvs2svn.tigris.org.

To be useful, a bug report should include the following information:

   * The revision of cvs2svn you ran.  Run 'cvs2svn --version' to
     discover this.

   * The version of Subversion you used it with.

   * The exact cvs2svn command line you invoked, and the output it
     produced.

   * The data you ran it on.  If your CVS repository is small (only a
     few kilobytes), then just provide the repository itself.  If it's
     large, or if the data is confidential, then please try to come up
     with some smaller, releasable data set that still stimulates the
     bug.  Often this is just a matter of invoking cvs2svn on deeper
     subdirectories, until you find the minimal reproduction case.

The most important thing is that we be able to reproduce the bug :-).
If we can reproduce it, we can usually fix it.  If we can't reproduce
it, we'll probably never fix it.  So describing the bug conditions
accurately is crucial.  If in addition to that, you want to add some
speculations as to the cause of the bug, or even include a patch to
fix it, that's great!

Thank you in advance,
-The cvs2svn development team