现在我正在使用绝对路径来连接
server/var/svnroot/repositoryname
我希望能够做到
/server/repoistoryname
有办法设置吗?我想避免使用符号链接,因为这会增加开销。我宁愿让 SVN 自动转到文件夹,类似于 DocumentRoot 与 Apache 的工作方式。
答案1
运行 svnserve 时,使用-r
选项设置“根”路径。因此,在您的示例中,像这样启动 svnserve:。svnsrve -r /var/svnroot
当然,您还需要在其中添加选项( -d
、等)...--listen-host