Apache Subversion: Difference between revisions

Content deleted Content added
m added standard port number for svn protocol
Line 44:
* Local filesystem or network filesystem,<ref>[[Berkeley DB]] relies on file locking and thus should not be used on (network) filesystems which do not implement them</ref> accessed by client directly.
* WebDAV/DeltaV (over http or https) using the <tt>mod_dav_svn</tt> module for [[Apache HTTP Server|Apache 2]].
* Custom "svn" protocol (default port 3690), eitherusing plaintext or over [[SSH]].
 
All three means can access both FSFS and [[Berkeley DB]] repositories.