info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

viewing the history


From: Danial Islam
Subject: viewing the history
Date: 15 Apr 2002 11:05:58 -0400

I've been using "cvs history -e" to view the all the activities made to
my repository.  However, it seems it only shows transactions made with
the current user ID (mine) and not those made by other people.

For example, when I do a 'cvs history -e', I get this:

address@hidden CVSROOT]% cvs history -e
O 2002-04-12 15:18 +0000 dislam CAIPRS =CAIPRS= <remote>/*
T 2002-04-12 15:18 +0000 dislam CAIPRS [CAIPRSMain:A]
T 2002-04-12 15:19 +0000 dislam CAIPRS [CAIPRS7670:CAIPRSMain]
T 2002-04-12 15:20 +0000 dislam CAIPRS [CAIPRS7770:CAIPRSMain]
O 2002-04-15 13:25 +0000 dislam [CAIPRS7670] CAIPRS =branch= <remote>/*

But when I view the CVSROOT/history file, I see activities by another
user, "melgemai":

address@hidden CVSROOT]% more history
O3cb6fab5|dislam|<remote>/*0|CAIPRS||CAIPRS
T3cb6fadb|dislam|<remote>|A|CAIPRSMain|CAIPRS
T3cb6fb1c|dislam|<remote>|CAIPRSMain|CAIPRS7670|CAIPRS
T3cb6fb42|dislam|<remote>|CAIPRSMain|CAIPRS7770|CAIPRS
O3cbad4e5|dislam|<remote>/branch|CAIPRS|CAIPRS7670|branch
O3cbadfc9|melgemai|<remote>/*0|CAIPRS|CAIPRS7670|CAIPRS
O3cbadfc9|melgemai|<remote>/*0|CAIPRS|CAIPRS7670|CAIPRS
O3cbadfc9|melgemai|<remote>/*0|CAIPRS|CAIPRS7670|CAIPRS
O3cbadfc9|melgemai|<remote>/test|CAIPRS|CAIPRS7670|test
O3cbae1e6|melgemai|<remote>/test|CAIPRS|CAIPRS7670|test
O3cbae1fe|melgemai|<remote>/test|CAIPRS|CAIPRS7670|test
O3cbae383|melgemai|<remote>/test|CAIPRS|CAIPRS7670|test


Therefore, how should I run the 'cvs history' command so that it shows
the entire history (i.e. for all users) in a readable format, similar to
when I do a 'cvs history -e'?

Danial.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]