How to make Subversion use Linux system accounts for authentication?

后端 未结 3 745
慢半拍i
慢半拍i 2021-02-04 12:31

I\'ve set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux sys

3条回答
  •  暖寄归人
    2021-02-04 12:42

    Couldn't you use ssh to access subversion repositories instead of WebDAV?

    svn checkout svn+ssh://user@server:/home/svn/repository/trunk
    

提交回复
热议问题