RE: cvs log (newbie)

2003-02-06 Thread Bobby Rahman

Hiya

When using cvs log filename does anyone know where this function is called 
from and when the actual log information is retrieved from.

I know it has something to do with loginfo file in cvsroot/CVSROOT
but cant see where it retrieves the log info from exactly.

Thanx

(this info)
RCS file: C:\cvsproject/phpproject/login.php,v
Working file: login.php
head: 1.2
branch:
locks: strict
access list:
symbolic names:
	arelease: 1.1.1.1
	avendor: 1.1.1
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:

revision 1.2
date: 2003/02/05 19:18:26;  author: bobby_rahman;  state: Exp;  lines: +1 -1
This is a test to see CVS works

revision 1.1
date: 2003/02/05 19:15:46;  author: bobby_rahman;  state: Exp;
branches:  1.1.1;
Initial revision

revision 1.1.1.1
date: 2003/02/05 19:15:46;  author: bobby_rahman;  state: Exp;  lines: +0 -0
no message
=

*CVS exited normally with code 0*




_
Worried what your kids see online? Protect them better with MSN 8 
http://join.msn.com/?page=features/parentalpgmarket=en-gbXAPID=186DI=1059



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: cvs log (newbie)

2003-02-06 Thread david
 
 Hiya
 
 When using cvs log filename does anyone know where this function is called 
 from and when the actual log information is retrieved from.

The function exists within CVS, and it retrieves the log information from
the file in the repository.
 
 I know it has something to do with loginfo file in cvsroot/CVSROOT
 but cant see where it retrieves the log info from exactly.

It has nothing to do with loginfo.  The loginfo file is there to
provide processing after commit.
 
 Thanx
 
 (this info)
 RCS file: C:\cvsproject/phpproject/login.php,v

OK, so now log into the server (if it isn't local), fire up your
favorite editor, and look at that file above.  You will find the
cvs log info directly in the file.  CVS just copies it out,
as far as I can tell offhand, without changing it in any way
(except to delete parts of it as requested by the options).

 Working file: login.php
 head: 1.2
 branch:
 locks: strict
 access list:
 symbolic names:
   arelease: 1.1.1.1
   avendor: 1.1.1

There is one oddity to notice here:  if you have a branch (like 
release_1), it will show up as something like 1.1.0.2 rather
than the more intuitive 1.1.2.

-- 
Now building a CVS reference site at http://www.thornleyware.com
[EMAIL PROTECTED]



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs