'webdav' Category
-
Jan242007
Apache Configuration for SVN, WebDAV
Here is my current Apache2 config file’s subsection for serving Subversion and WebDAV folders: default-server.conf (webdav fragment). Comments: I’m using AuthType Basic for svn, viewcvs, and filesystem DAV access. It provides some security, and is also necessary for WindowsXP, which apparently will not connect to a Web Folder with no authentication. The viewCVS location needs its […]
-
Jan102007
WebDAV Web Folders for WindowsXP, FrontPage
Now that I have dynamic DNS working, I gave WebDAV another try. My goal was to connect from WindowsXP using the “Add Network Place” wizard. There is a good overview of using WebDAV folders in Version Control with Subversion (the “SVN book”), Appendix C . After reading this, I reviewed the mod_dav and mod_dav_fs sections […]
-
Nov152006
Windows XP and WebDAV
Tried to connect to my SVN WebDAV folder from Windows XP, both from Add Network Place and using FrontPage. FrontPage worked first try and was able to download the repository. To upload, I need a dav_fs filesystem, not dav_svn. Add Network Place failed as described in a Caltech web page found with Google(Windows XP WebDAV […]
-
Nov142006
CVS to SVN, day 2
Trouble with $Id: sdogWP-X10.sql,v 1.4 2014/11/18 06:10:40 tguthrie Exp tguthrie $ and related keyword properties solved after finding a “How to get keywords to work” search result and learing that while double-quotes are required when using svn propset, they must not be used in the config file. Next, the output of svn diff is a […]