forked from mhagger/cvs2svn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUGS
58 lines (42 loc) · 2.26 KB
/
BUGS
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
47
48
49
50
51
52
53
54
55
56
57
58
-*- 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:
a) Verify that you are running the latest version of cvs2svn.
b) Read the current frequently-asked-questions list at
http://cvs2svn.tigris.org/faq.html to see if your problem has a
known solution, and to help determine if your problem is caused
by corruption in your CVS repository.
c) Check to see 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 [email protected].
To be useful, a bug report should include the following information:
* The revision of cvs2svn you ran. Run 'cvs2svn --version' to
determine this.
* The version of Subversion you used it with. Run 'svnadmin
--version' to determine this.
* The exact cvs2svn command line you invoked, and the output it
produced.
* The contents of the configuration file that you used (if you used
the --config option).
* 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. The cvs2svn project includes one script that can often help
you narrow down the source of the bug to just a few *,v files,
and another that helps strip proprietary information out of your
repository. See the FAQ (http://cvs2svn.tigris.org/faq.html) for
more information.
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