SVN : 500 internal server error on my repository access

后端 未结 5 731
终归单人心
终归单人心 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:44

    The real cause is an unreadable config file, it can be found on the Cpanel raw error log.

    In my case, I was following instructions for an old repo, the file name I used was .users-conf, then I was trying to access .svn-users, the error was logged in the error log.

提交回复
热议问题