Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は新しいユーザーで、初めてSVNを使用しますが、SVNダンプリビジョンを賢く使用する方法がわかりません。誰か助けてください。
(たとえば) リビジョン 12 をダンプするには:
svnadmin dump -r 12 /path/to/repository > /tmp/revision12.dump
これはリモートリポジトリにアクセスできないことに注意してください。リポジトリが物理的に配置されているのと同じサーバーでsvnadminを実行する必要があります。