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

后端 未结 3 2131
北海茫月
北海茫月 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:30

    db\txn-current is a file in the repository data on the server which should contain the current revision number if you open it with a text editor.

    If this is not the case (as the error message seems to indicate), then you should first try to run svnadmin recover D:\SVNROOT\UC\ on the server.

    You should also run svnadmin verify D:\SVNROOT\UC\ to check if there are any other problems with the repository.

提交回复
热议问题