How to recover a svn server from local checkouts

后端 未结 2 887
旧巷少年郎
旧巷少年郎 2021-01-15 14:20

Our svn server has accidently lost its all data, and our svn repository files are lost. Currently we have only local checkouts of the svn repository, is there any way to rec

2条回答
  •  温柔的废话
    2021-01-15 14:59

    By any chance do you use TortoiseSVN as your SVN client?

    TortoiseSVN caches log data from repositories it communicates with. Click Log Caching/Cached Repositories, and from there you can "Export" cached log data in .CSV format.

    Granted, this is not resurrecting a dead repository, (which is not possible using only a working copy) but perhaps some log data would be beneficial to you to see your former repository's change history.

提交回复
热议问题