On 7/14/2011 12:29 PM, K F wrote:
Recap – I would like to move some directories from one repository to
another while keeping the history.
I went through this a few months ago (and maybe this will help). We
were using a big monolithic repository for all of our jobs. Our
repository was arrang
Recap – I would like to move some directories from one repository to another
while keeping the history.
Repo1/tags/tag1
and move tag1 to Repo2
Repo2/tags/tag1
I’ve run
svnadmin dump /svnrepo/ Repo1/ > repo1/ repo1_dump
and the resulting file appears to be correct (get Dumpe
Please don't send HTML-formatted mail.
On Thu, Jul 7, 2011 at 12:57, K F wrote:
>
> I’ve been searching and can’t seem to find an answer on whether I can move
> some directories from one repository to another while keeping the history.
>
>
>
> Repo1/tags/tag1
>
>
>
> and move tag1 to Repo2
>
On 7/7/2011 11:57 AM, K F wrote:
I’ve been searching and can’t seem to find an answer on whether I can
move some directories from one repository to another while keeping the
history.
Repo1/tags/*tag1*
and move tag1 to Repo2
Repo2/tags/*tag1*
Is it possible?
You'd have to move all of the di
I’ve been searching and can’t seem to find an answer on whether
I can move some directories from one repository to another while keeping the
history.
Repo1/tags/tag1
and move tag1 to Repo2
Repo2/tags/tag1
Is it possible?
Thanks,
Rich