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

Re: WebDAV&DeltaV plus some other questions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-22 19:40:23 CET

On Mon, 2004-03-22 at 12:22, Nebojsa Ciric wrote:
> Hi,
> They say (in the book and other docs) that Subversion supports subset of
> WebDAV and DeltaV. Does anybody know when will full support be available?

Dunno... not for a long time. There are no specific plans.

The problem is that *nobody* has a complete DeltaV implementation out
there... neither client nor server. So it's not like we're actually
under any pressure to get there ourselves.

As for plain old WebDAV compatibility, all we're really missing right
now is support for the LOCK and UNLOCK methods; but that hole will be
patched in an upcoming proposal for implementing reserved checkouts.

> Does anybody know how efficient is diff on binary files (time + size)? I
> know CVS just stores them, no diffs.

Google for the vdelta algorithm; that's the binary diff algo that svn
uses internally.

>
> Is there a way to backup versions older than SOME_TAG and then delete them
> from repository? How about restore?

You can't remove data from the repository. You can make it "gone" from
the latest tree, but the data still exists in history.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 22 19:41:07 2004

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

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