我检查了http://xmltv.cvs.sourceforge.net/xmltv,我希望看到项目的快速记录,希望像git log
输出一样。
但是当我发出csv log | less
时,我会得到一个非常详细的输出;
RCS file: /cvsroot/xmltv/xmltv/.cvsignore,v
Working file: .cvsignore
head: 1.5
branch:
locks: strict
access list:
symbolic names:
V0_5_66: 1.5
V0_5_65: 1.5
V0_5_64: 1.5
V0_5_63: 1.5
V0_5_62: 1.5
V0_5_61: 1.3
V0_5_60: 1.3
V0_5_59: 1.2
V0_5_58: 1.1
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
----------------------------
revision 1.5
date: 2012/03/18 16:26:50; author: knowledgejunkie; state: Exp; lines: +5 -1
Ignore git/mercurial files for any developers using these locally
.....
...我无法判断这是最新提交,还是它是什么。
我最接近的是cvs history -a | less
:
O 2012-01-02 03:46 +0000 alewando xmltv =xmltv= <remote>/*
O 2003-07-15 11:03 +0000 allena28 xmltv =xmltv= <remote>/*
O 2004-08-18 19:50 +0000 andysan xmltv =xmltv= <remote>/*
O 2012-11-28 06:23 +0000 anonymous =.= <remote>/*
O 2012-04-19 02:03 +0000 anonymous [2003.04.04.20.57.50] libxmltv =083= <remote>/*
...
但这肯定不按日期排序(降序 - 我想先看最新的),也没有日志消息。
有没有办法从cvs
获取与每个提交一行的消息类型的日志,类似于git log
和svn log
做什么?