Discussion:
Get commit history from head, ignoring branches?
robert
2010-01-27 03:18:13 UTC
Permalink
Hi all, I've googled for hours and can't find an answer to what I'm
trying to do. when I execute this command:

cvs history -z EST -c -a -D 10/7/2009 -pmy_repo

I get all the commits for all branches. I just want the HEAD commits
since that date, ignoring all branches. How can I do that?
Amaresh Ch Das
2010-01-27 06:21:59 UTC
Permalink
Hi Robert,

 Please Use tag as HEAD for HEAD n BASE for BASE information

                                               "-r HEAD" with your command

Thanks,
-Amaresh Chandra Das
www.eodissa.com


--- On Wed, 27/1/10, robert <***@gmail.com> wrote:

From: robert <***@gmail.com>
Subject: Get commit history from head, ignoring branches?
To: info-***@nongnu.org
Date: Wednesday, 27 January, 2010, 8:48 AM

Hi all, I've googled for hours and can't find an answer to what I'm
trying to do. when I execute this command:

cvs history -z EST -c -a -D 10/7/2009 -pmy_repo

I get all the commits for all branches. I just want the HEAD commits
since that date, ignoring all branches. How can I do that?



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
robert
2010-01-27 11:54:10 UTC
Permalink
On Jan 27, 3:21 am, Amaresh Ch Das <***@yahoo.co.in> wrote:
> Hi Robert,
>
>  Please Use tag as HEAD for HEAD n BASE for BASE information
>
>                                                "-r HEAD" with your command

I tried that but it didn't help for some reason. Running this command
however from a dir with a checked out head did work:

cvs log -N -S -r::HEAD -d">=2009-10-07"
Rez P
2010-01-27 17:58:21 UTC
Permalink
Loading...