4

I have deleted my main repository on my server accidentally. This is a personal server so it does not affect anyone else. I have a local check out (via svn co) of the files in tact on my desktop. I am wondering if it is possible to reconstruct the Svn server repository from a local check out ?

I am not a pro Svn user so I really do not know the details of svn much, but I know that unlike Git, Svn`s server repo is not same as the a local check out. So it is not as easy as copying it back, at least that is what I assume myself.

thanks

4

2 に答える 2

2

最善の方法は、新しいレポをセットアップし、作業コピーの .svn ディレクトリを削除してから、ファイルを新しいレポにインポートすることです。次に、既存の作業コピーに移動して、それらを新しいリポジトリに切り替える必要があります。おそらく、スイッチ --relocate を実行する必要があります。

于 2012-11-10T18:26:43.060 に答える