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

Re: [lord@regexps.com: business models and revision control]

From: Tom Lord <lord_at_regexps.com>
Date: 2002-08-13 07:05:13 CEST

>> * svndiff (our delta format) isn't very "cvs annotate" friendly.
>> This is really depressing, esp. after Brane spent a lot of hard work
>> writing a delta combiner for us. :( Thoughts about how to handle the
>> delta-window problem wrt svndiff would be most welcome.

        I think arch-style revision libraries are the current best way to go
        here. Better file systems in the next few years will yield other
        approaches. If you want to be BSD specific, you could just use
        directory stacks.

To expand on that a bit --

Having a tool that can generate reports about various revisions and
their relations is nice, but why should such a tool be in any way
intricately tied to the revision control system implementation?

Why does your delta-window foo have _anything_ to do with this at all?

That's an example of a way in which svn looks too complicated to me:
you push in here and it pops out there; delta combiner screws cvs
annotate. Things like that shouldn't happen.

-t

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 06:57:45 2002

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.