-
I got small clarification regarding the usage of History command in CVS.
The History command doesn't return all the records when typed in command prompt.
I tried following command in CVS command prompt,
c:\>cvs history -a -e
This returned 5 rows for 1 particular file(say xyz.java).
I use GNU CVS for version control.
When I see the log through this for that file(xyz.java), it...
2003-11-18 05:02:46 UTC by kmcsekar
-
I have:
CVSSupport-1.3
perl 5.6.1
On line 111 of
CVSSupport::Harness.pm you make regular
expresion:
m!^\s*/(.*?)/(.*?)/(.*?)/(.*?)/(.*?)$!os
get
$1,$2,$3,$4,$5, on next lines save $1 on $file and $2 on $old_rev, in
line 120 you lost $3, $4 and $5, but this variables are used on line 140
"new CVSSupport::Entry".
I fix that in this way (diff
output):
119a120...
2002-10-01 16:40:57 UTC by casz
-
ljnelson committed patchset 86 of module cvssupport to the CVSSupport CVS repository, changing 2 files.
2002-06-04 23:42:48 UTC by ljnelson
-
ljnelson committed patchset 85 of module cvssupport to the CVSSupport CVS repository, changing 2 files.
2002-06-04 23:32:00 UTC by ljnelson
-
ljnelson committed patchset 84 of module cvssupport to the CVSSupport CVS repository, changing 1 files.
2002-06-04 23:30:23 UTC by ljnelson
-
ljnelson committed patchset 83 of module cvssupport to the CVSSupport CVS repository, changing 1 files.
2002-06-04 23:28:20 UTC by ljnelson
-
ljnelson committed patchset 82 of module cvssupport to the CVSSupport CVS repository, changing 1 files.
2002-06-04 23:13:59 UTC by ljnelson
-
ljnelson committed patchset 81 of module cvssupport to the CVSSupport CVS repository, changing 1 files.
2002-06-04 23:08:00 UTC by ljnelson
-
ljnelson committed patchset 80 of module cvssupport to the CVSSupport CVS repository, changing 1 files.
2002-06-04 22:53:00 UTC by ljnelson
-
ljnelson committed patchset 79 of module cvssupport to the CVSSupport CVS repository, changing 6 files.
2002-05-30 00:28:33 UTC by ljnelson