> If the hack is not too Evil, you should consider sending it to the
> developer.

I fully intend too, but my contract at work requires me to clear that up
with my boss first. Those evil, all-your-code-are-belong-to-us type of
contracts.

On a large repository I've shrank memory usage from approx. 500MB to
60MB. It can probably be reduced further, the on disk data is 30MB. But
at least now it fits in main memory. So the change is worth it. There is
only a single part that may be considered ugly, and that can be dropped,
it wasn't a major space saver.

Baruch

On Sat, 2002-06-22 at 19:50, Shlomi Fish wrote:
> On Sat, 22 Jun 2002, Baruch Even wrote:
> 
> > Check out a program called cvsps for CVS Patch Sets, I believe it does
> > what you want.
> >
> > Incidentally I've worked on it today, it's not mine but I needed to
> > improve it's memory usage. If you don't have a repository of several
> > hundred megs you will be fine.
> >
> 
> If the hack is not too Evil, you should consider sending it to the
> developer.
> 
> Regards,
> 
>       Shlomi Fish
> 
> > Baruch
> >
> > On Sat, 2002-06-22 at 14:09, Shlomi Fish wrote:
> > >
> > > I'd like to retrieve the CVS ChangeLog for an entire directory structure
> > > so that:
> > >
> > > 1. The entries are sorted chronologically.
> > >
> > > 2. The files affected by each entry are mentioned.
> > >
> > > 3. There are no duplicate entries in case several files were affected.
> > >
> > > Regards,
> > >
> > >   Shlomi Fish
> > >
> > >
> > > ----------------------------------------------------------------------
> > > Shlomi Fish        [EMAIL PROTECTED]
> > > Home Page:         http://t2.technion.ac.il/~shlomif/
> > > Home E-mail:       [EMAIL PROTECTED]
> > >
> > > "Let's suppose you have a table with 2^n cups..."
> > > "Wait a second - is n a natural number?"
> > >
> > >
> > > =================================================================
> > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > the word "unsubscribe" in the message body, e.g., run the command
> > > echo unsubscribe | mail [EMAIL PROTECTED]
> > >
> >
> >
> 
> 
> 
> ----------------------------------------------------------------------
> Shlomi Fish        [EMAIL PROTECTED]
> Home Page:         http://t2.technion.ac.il/~shlomif/
> Home E-mail:       [EMAIL PROTECTED]
> 
> "Let's suppose you have a table with 2^n cups..."
> "Wait a second - is n a natural number?"
> 



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to