0

Are those 2 mods supposed to be the same, do the same jobs or am i missing the big picture. What I want to achieve is have my subversion repos accessible from the web and be able work on them. Shall I go for mod svn or dav?

Cheers

1 Answer 1

1

svn is for version control - subversion

webdav is for web access on your files - no version control

3
  • To clarify, the dav_svn module does utilize WebDAV, but this is correct; mod_dav_svn is specifically for access to subversion repositories. Commented Apr 2, 2011 at 0:12
  • So i setup svn as usual and install mod_dav to access the repos from the web, is that right? Commented Apr 2, 2011 at 0:54
  • howtoforge.com/debian_subversion_websvn on how to do it on ubuntu - this is for a rpm based (fedora etc) support.railsmachine.com/index.php?pg=kb.page&id=42 Commented Apr 2, 2011 at 2:30

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.