Skip to content

Instantly share code, notes, and snippets.

@eykd
Last active March 23, 2018 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eykd/3fcae8223107768969dd818991426ccb to your computer and use it in GitHub Desktop.
Save eykd/3fcae8223107768969dd818991426ccb to your computer and use it in GitHub Desktop.
$ echo 'hello world' >> /mnt/repo/helloworld.txt
$ cat /mnt/repo/helloworld.txt
$ echo 'hello world' >> /mnt/repo/helloworld.txt
$ cat /mnt/repo/helloworld.txt
hello world
$ cat /mnt/repo/helloworld.txt
hello world
$ cat /mnt/repo/helloworld.txt
hello world
$ echo 'hello world' >> /mnt/repo/test.txt
$ cat /mnt/repo/test.txt
hello world
$ cat /mnt/repo/test.txt
hello world
$ cat /mnt/repo/test.txt
hello world
$ cat /mnt/repo/test.txt
$
http://localhost/svn /mnt/myrepo davfs user,gid=myuser,rw,noauto 0 0
<VirtualHost *>
ServerName localhost
<Location /svn>
DAV svn
SVNPath /var/svn/myrepo
SVNAutoversioning on
ModMimeUsePathInfo On
Include /etc/apache2/ldap-svn.conf
</Location>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment