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

Re: Autoversioning and WebFolders

From: Sindbad the Seafarer <sindbad.the.seafarer_at_gmx.net>
Date: 2003-09-06 23:15:22 CEST

Concerning Autoversioning and WebFolders
Michael Marchant wrote on 5 Sep 2003, 20:41, at least in part:

> I am trying to access Subversion repository on RH8 through WebFolders
> on a Windows 2000 client. I have Subversion .24 installed. I can
> create a WebFolder and Get documents from the repository.
>
> According to Appendix D. WebDAV and Autoversioning of the Definitive
> Guide, The principle method to use is a "copy-edit-paste" to edit and
> autoversion a file in the repository.
>
> I can currently open, edit, and save a document with MS Word to a
> non-subversion directory set up for WebDAV using Apache 2.0.46.

Not familiar with Linux and MS Webfolders, but to all I have read on
SVN so far you should at least use Apache 2.0.47. Additionally it
might be worth to update SVN to a more current version, either .26
(latest Windows release) or .27 to avoid mixing your issue with the
change of the database schema or to go for the most current .29
(not yet available for Windows though).

Jan hendrik

>
> When I try to use autoversioning, per Appendix D. When coping to the
> subversion repository, I get an error reported by the client program,
> MS Word or Windows Explorer indicating -- "An error occured while
> copying some or all of the select files"
>
> The Apache error_log reports 2 errors:
>
> First: Unable to checkout resource ...<path/to/file>
> Second: (17)File Exists: Activities cannot be created at that
> location; query the DAV:activity-collection-set property
>
> These two error log entries repeat a second time.
>
>
> My httpd.conf for the repository is as follows.
>
> <Location /svn>
> DAV svn
> SVNParentPath /usr/local/svn
> SVNAutoversioning on
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile /etc/svn-auth-file
> Require valid-user
> </Location>
>
> I also have the following DavLockDB configured in httpd.conf
>
> DavLockDB /usr/local/Security/DavLock
>
> I am curious as to whether anyone has been able to get the
> WebDAV/autoversioning features of Subversion working.
>
> I would appreciate any help in solving this configuration issue.
>
>
> Thanks
> Michael
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For
> additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------
Freedom quote:

     We who live in free market societies believe
     that growth, prosperity and ultimately human fulfillment,
     are created from the bottom up, not the government down.
     Only when the human spirit is allowed to invent and create,
     only when individuals are given a personal stake
     in deciding economic policies and benefiting from their success --
     only then can societies remain economically alive, dynamic,
     progressive, and free. Trust the people.
     This is the one irrefutable lesson of the entire postwar period
     contradicting the notion that rigid government controls
     are essential to economic development.
                -- Ronald Reagan, September 29, 1981

---------------------------------------
Mailed with Pegasus Mail 3.12c (32bit).
Never heard of it?
Easy to use, full featured - and freely available.
And *no* automatic virus activation and spreading.
Take a look at http://www.pmail.com
Give it a try - and you'll never miss anything else.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 6 23:20:28 2003

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.