Is there any simple way how to copy directory from one repository into another one with copying all of the history?
|
|
|
|
|
|
|
Simplest way is using:
This will create a portable format for your repository (with history) in the file repos.out. You can then use:
to load your 'dumped' repos to the new or existing one. |
||
|
|
|
|
You can create dump file using "svnadmin dump", then import to a new repository. |
||
|
|
|
|
If you don't want history, you can use With history, you would need to use the Topics to read: |
|||
|
|
|
|
As suggested in the subversion book :
with an example :
|
||
|
