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

Re: newbie questions about DAV semantics

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-01 18:12:24 CEST

jwsacksteder@ramprecision.com writes:

> I am considering the use of Subversion for version control of CNC program
> files at a manufacturing firm. It would not be a major inconvenience to
> switch programmers to using Subversion-aware editors, but the production
> area pc's would be limited to using DAV with Webdrive or some other
> drive-mapping tool to retrieve programs.

A generic dav client won't do versioning. DAV has no versioning, you
need the DeltaV extensions for that. And there are no deltaV clients
out there.

Your only option is to use svn's "autoversioning" feature. Read about
it at svnbook.red-bean.com, Appendix D.

> Would they be able select different branches or versions based on
> the path?

Yes, because in svn, branches & tags are just directories.

But I'm not sure if the win32 webfolders client will issue a COPY when
you duplicate a directory via windows explorer.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 1 18:13:53 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.