1 |
CvsGraph 1.5.1, 15-Aug-2004 |
CvsGraph 1.5.3, 14-Jun-2005 |
2 |
=========================== |
=========================== |
3 |
CvsGraph creates a graphic representation of the revisions and branches in a |
CvsGraph creates a graphic representation of the revisions and branches in a |
4 |
cvs/rcs repository. CvsGraph is inspired on the 'graph'-option from WinCVS. I |
cvs/rcs repository. CvsGraph is inspired on the 'graph'-option from WinCVS. I |
11 |
New in this version |
New in this version |
12 |
------------------- |
------------------- |
13 |
|
|
14 |
- Add patch from Henrik Carlqvist <henca@users.SourceForge.net> |
- Fix all numeric author ID |
|
* add option rev_hidenumber for disabling revision number display. |
|
|
* add option tag_ignore_merge for disabling merge_from/merge_to display |
|
|
if matched with tag_ignore. |
|
15 |
|
|
16 |
- Add option merge_findall so that merge_from/merge_to tags can have multiple |
- Changed acceptable mail policy. See below in this file |
|
matches. |
|
|
|
|
|
|
|
|
|
|
|
Known BUGS |
|
|
---------- |
|
|
|
|
|
- The timezone variable does not seem to exist on Mac OSX. I have no clue how |
|
|
to patch this yet. |
|
|
Anyhow, the timezone problem is much worse, because it needs to be calculated |
|
|
from the revision's commit-time and not the current timezone (Daylight saving |
|
|
must be accounted for at commit's time, not current). |
|
17 |
|
|
18 |
|
|
19 |
|
|
22 |
|
|
23 |
create directory: |
create directory: |
24 |
$ cd /where/ever/you/want |
$ cd /where/ever/you/want |
25 |
$ tar xzf cvsgraph-1.5.1.tar.gz |
$ tar xzf cvsgraph-1.5.3.tar.gz |
26 |
$ cd cvsgraph-1.5.1 |
$ cd cvsgraph-1.5.3 |
27 |
$ ./configure |
$ ./configure |
28 |
$ make |
$ make |
29 |
|
|
92 |
|
|
93 |
|
|
94 |
|
|
95 |
|
Contributed code |
96 |
|
---------------- |
97 |
|
- contrib/automatic_documentation: |
98 |
|
If you are interested in tag-management with respect to the correct branch |
99 |
|
information, then I suggest that you take a look at the contribution from |
100 |
|
Henrik Carlqvist. He submitted some server-side scripts that can manage tags |
101 |
|
in a better fashion than cvs on its own. |
102 |
|
|
103 |
|
|
104 |
|
|
105 |
Todo |
Todo |
106 |
---- |
---- |
107 |
- do a better job in making a layout (auto moving branches and rubber banding |
- do a better job in making a layout (auto moving branches and rubber banding |
121 |
HomePage: http://www.akhphd.au.dk/~bertho/cvsgraph |
HomePage: http://www.akhphd.au.dk/~bertho/cvsgraph |
122 |
E-mail: cvsgraph@akhphd.au.dk |
E-mail: cvsgraph@akhphd.au.dk |
123 |
|
|
124 |
|
|
125 |
|
|
126 |
|
Mailnote |
127 |
|
-------- |
128 |
|
As of 20 August 2005, if you send me an email with a contained or attached |
129 |
|
disclaimer that includes one or more of the following items: |
130 |
|
|
131 |
|
* legal notice or threat(s) |
132 |
|
* disclosure restriction(s) |
133 |
|
* forward restriction(s) |
134 |
|
* "intended recipient" nonsense |
135 |
|
|
136 |
|
Then you automatically agree to pay me a license fee of DKK 1000,- for using my |
137 |
|
email address and a DKK 250,- fee for wasting my time on reading it. |
138 |
|
|
139 |
Greetings Bertho |
Greetings Bertho |
140 |
|
|