svn commit problem, Cannot read 'd:\UC\db\txn-current': End of file found

后端 未结 3 526
灰色年华
灰色年华 2021-02-11 09:51

I have a problem commiting to svn server, Here\'s what I got,

File Can\'t read \'D:\\SVNROOT\\UC\\db\\txn-current\'.: End of file found

3条回答
  •  长情又很酷
    2021-02-11 10:33

    In my case, repository_path/db/current was blank.

    I just write latest revision number in current file and run recovery command.

    I.e.,

    svnadmin recover repository_path
    

提交回复
热议问题