>
> svnadmin dump -rHEAD /path/to/oldrepo > dump
> svnadmin load /path/to/newrepo < dump
>
Thanks Ryan! That worked!
On Oct 6, 2010, at 07:03, Nico Kadel-Garcia wrote:
> 2010/10/5 Ryan Schmidt:
>>
>> If you do not want to preserve the history, then you want to "svn export"
>> from the old repository and "svn import" it into the new repository.
>
> You'll also want to seriously review the Subversion propertie
2010/10/5 Ryan Schmidt :
>
> On Oct 5, 2010, at 15:22, Tech Geek wrote:
>
>> and load project a as project b and take all the history with you.
>> Just create a new project b without adding trunk etc. in revision 1.
>> I do not want all the revision history of projectA into projectB. I just
>> nee
On Oct 5, 2010, at 15:22, Tech Geek wrote:
> and load project a as project b and take all the history with you.
> Just create a new project b without adding trunk etc. in revision 1.
> I do not want all the revision history of projectA into projectB. I just need
> to start projectB with the late
>
> and load project a as project b and take all the history with you.
> Just create a new project b without adding trunk etc. in revision 1.
>
I do not want all the revision history of projectA into projectB. I just
need to start projectB with the latest code (trunk HEAD of) projectA.
May be I am
Guten Tag Tech Geek,
am Dienstag, 5. Oktober 2010 um 21:47 schrieben Sie:
> Is there a better way?
I didn't really understand what exactly your requirements regarding
the revision number of project b are, but it seems you can just dump
and load project a as project b and take all the history with