[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bitkeeper-users
Subject:    Re: [Bitkeeper-users] All changes files from a date, command line
From:       "Tim M. Sanders" <tsanders () synergymicro ! com>
Date:       2003-04-22 20:21:47
[Download RAW message or body]

Perfect answers.

Thanks

On Tue, Apr 22, 2003 at 12:47:18PM -0500, Wayne Scott wrote:
> From: "Tim M. Sanders" <tsanders@synergymicro.com>
> > From the command line:
> > How would I find all files in my tree that have changed since a particular date?
> 
> 
> Well that is an interesting question and the answer depends on exactly
> what you want.
> 
> If you want to get a list of changesets that were created after a
> certain date, you can use 'bk changes -c'.
> 
>    # view all changes on or after 4/19/2003
>    bk changes -c030419..
> 
>    # same with deltas to files included
>    bk changes -c030419.. -v
> 
> See 'bk help changes' and 'bk help range' for info about that command.
> 
> 
> If you really just wanted the list of files that were changed in the
> above csets then you would do something like this:
> 
>    bk changes -c030419.. -v -nd:GFILE: | sort -u
> 
> 
> Now if you didn't want to use changeset dates, but actual dates when
> the files were delta'ed then you would use prs instead:
> 
>    bk -r prs -c030419.. -nd:GFILE: | sort -u
> 
> Now what you might be asking is a slight different question.  What has
> changed in this repository in the last 3 days?  That I can't actually
> answer becuase bk doesn't know what you had stored in this repository
> 3 days ago.  You might pull in another repository containing changes
> written 6 months ago, but you would consider them 'new' because they
> are new to your tree.  That kind of tracking has to be done with other
> repositories that are used as snapshots and using the -L and -R
> options to 'bk changes' to compare them.
> 
> -Wayne
> 
> _______________________________________________
> Bitkeeper-users mailing list
> Bitkeeper-users@bitmover.com
> http://bitmover.com/mailman/listinfo/bitkeeper-users
> To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.

-- 
--
====================================================
Tim M. Sanders             tsanders@synergymicro.com
Synergy Microsystems       Phone: 520.690.1709 x323
3895 N Business Center Dr. Fax:   520.690.1796
Tucson, AZ 85705-6906

_______________________________________________
Bitkeeper-users mailing list
Bitkeeper-users@bitmover.com
http://bitmover.com/mailman/listinfo/bitkeeper-users
To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic