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

后端 未结 3 2057
北海茫月
北海茫月 2021-02-11 09:42

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:21

    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
    

提交回复
热议问题