You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jason Watkins <ja...@pobox.com> on 2002/05/10 08:03:33 UTC

transparent revisioned archives?

I understand that broader WebDAV support is planned for subversion 1.0. I
wanted to pose the question of clientless repositories using simple WebDAV
protocol. If subversion could pretend to be a simple file store, it could be
convenient in some situations. For example people could use the web folders
features of recent versions of MS desktops to easily access and write to
repositories. If subversion could handle this situation by silently creating
a checkout and a check-in.

So why is this useful? Ever had a junior account executive rewire that
proposal you spent hours on? There are a lot of regular business joes that,
realisticly speaking, are not going to be trainable to use a subversion or
other cvs like client for working documents and data. For these folks,
having a revisioned storage out there could make life a lot more happy when
their desktop craters because they installed bonsai buddy or whatever,
because when they saved that file they were working on last night, it was
locked into the vault with subversion. I'm aware this totally removes the
ability to transmit diffs, etc, and I'm not saying it's ideal for when
people truely are making fine grain edits accross multiple ownerless files.
But, as a small effort to expand the behavior in the slight ways needed,
this could bring subversion to a wider audience.

Or am I a crackpot with a lame idea or something that's been bickered over
before and I just didn't find it in the archive?

jason watkins


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: transparent revisioned archives?

Posted by Greg Stein <gs...@lyra.org>.
On Fri, May 10, 2002 at 01:03:33AM -0700, Jason Watkins wrote:
> I understand that broader WebDAV support is planned for subversion 1.0. I
>...
> repositories. If subversion could handle this situation by silently creating
> a checkout and a check-in.
>...
> Or am I a crackpot with a lame idea or something that's been bickered over
> before and I just didn't find it in the archive?

We use WebDAV for our network protocol, but the server is not a full DeltaV
server, nor does it support DeltaV's concept of "autocheckout" to support
"down-level" clients (such as Web Folders). That kind of support is planned
for version 2.0, unless somebody in the community provides the necessary
patches (read: it isn't on our dev plan, but we won't reject it if somebody
provides it).

The idea certainly isn't lame, and is precisely one of the reasons for our
choice of WebDAV in the first place (over two years ago!).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org