[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Antwort: Re: cvs2svn.py fails converting repository with the attached file

From: <kfogel_at_collab.net>
Date: 2003-06-27 18:54:00 CEST

mark benedetto king <mbk@lowlatency.com> writes:
> Yes, that's true. Lucky for me, I was able to deal with one ,v at a time.
> Since cvs2svn wants all fulltexts for all ,v files for a particular txn
> (I presume) that would be quite a bit of data; essentially every fulltext
> of every file all at once.
>
> Aha! We could *invert* the delta as we go. I.e., start with HEAD, work
> back to rev-1, dropping forward-deltas along the way. Neat, though
> it does trade the CPU and IO for the space savings.

Sure, but it's not as bad as the Fibonaccism we have right now (and
now that I think of it, that's exactly the technique Greg was
describing).

> Attached is my quick-hack-in-perl RCS delta applyer. It may not be
> completely correct, but it (seems to have) worked for all of my data.
>
> I'm sure it would port pretty quickly to python.

Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 19:43:47 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.