Karl Fogel <kfogel@newton.ch.collab.net> writes:
> "Gerald Richter" <richter@ecos.de> writes:
> > 1.) Is it/will it be possible to access a svn repository somehow with a
> > webdav client that doesn't knows anything about versioning, e.g. every PUT
> > will simply create a new revision , GET will simply retrieve the head
> > revision etc.?
>
> Greg Stein can answer this better. Some operations will be possible,
> others won't (for now at least). He knows which ones will work and
> which ones won't, since he implemented mod_dav_svn, the server side of
> our WebDAV implementation.
In WebDAV/DeltaV language, I believe this is known as
"auto-versioning". It would allow your dumb (non-deltaV-aware) Win32
or OSX dav-browsers to just 'drag and drop' files into the repository.
Currently, mod_dav_svn doesn't support this feature, though it's
planned for SVN 2.0. It wouldn't be that hard to implement, really.
(I've thought about doing it for fun. :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 19 19:15:25 2002