SVN : 500 internal server error on my repository access

后端 未结 5 728
终归单人心
终归单人心 2021-01-24 03:23

(OS is Ubuntu Server)

I create a new repository with SVN like that :

$ svnadmin create myrepo --pre-1.6-compatible

The first time, when

5条回答
  •  花落未央
    2021-01-24 03:32

    I suspect the repositories have the 'group'. Set it to the same as the group as the webserver:

    sudo chown -R :www-data myrootrepositories
    

提交回复
热议问题