SVN : 500 internal server error on my repository access

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

    I recently ran into the same problem. Permissions and other items mentioned were OK. But the timestamps on the files were wrong (because copied from an older working copy when needing to change a repository). Just touched everything.

提交回复
热议问题