How to recover repository using SVN hotcopy?

前端 未结 3 723
独厮守ぢ
独厮守ぢ 2021-02-09 06:53

Okay. I used svn\'s hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly?

I searched the posts here regarding hotcopy. Most o

3条回答
  •  北海茫月
    2021-02-09 07:22

    Are you just looking for a smoke test? Just point any client at it (directly on the machine, with the file:// protocol if you want) and do some checkouts- the files constitute a valid repo. The hotcopy is just to make sure you get a consistent copy (eg, checkins that happen during the hotcopy don't screw up the backup).

提交回复
热议问题