11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

WebDAV and Autoversioning$ mount -t webdav http://svn.example.com/repos/project /some/mountpoint$Note that if your mod_dav_svn is older than version 1.2, OS X will refuse to mount theshare as read/write; it will appear as read-only. This is because OS X insists on lockingsupport for read/write shares, and the ability to lock files first appeared in <strong>Subversion</strong> 1.2.Also, OS X's WebDAV client can sometimes be overly sensitive to HTTP redirects. If OS Xis unable to mount the repository at all, you may need to enable the BrowserMatch directivein the Apache server's httpd.conf:BrowserMatch "^WebDAVFS/1.[012]" redirect-carefullyLinux davfs2Linux davfs2 is a filesystem module for the Linux kernel, whose development is organizedat http://dav.sourceforge.net/. Once you install davfs2, you can mount a WebDAV networkshare using the usual Linux mount command:$ mount.davfs http://host/repos /mnt/dav377

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!