On Feb 5, 2016, at 1:04 PM, Eric Antonio Maquiling wrote:
>> svnadmin dump mainproject > mainproject.dump
>> svndumpfilter include branch/this_new_stuff < mainproject.dump >
>> new_stuff_only.dmp
>
> I guess I did try it bofore and I got this error:
>
> Revision 2003 committed as 2003.
> Revis
>
>svnadmin dump mainproject > mainproject.dump
>svndumpfilter include branch/this_new_stuff < mainproject.dump >
>new_stuff_only.dmp
I guess I did try it bofore and I got this error:
Revision 2003 committed as 2003.
Revision 2004 committed as 2004.
Revision 2005 committed as 2005.
Revision 2006
>
>If the old repository root is svn://x.x.x.x/mainproject and the stuff you want
>to include in the dump is in branch/this_new_stuff in the old repository, then
>you need to run:
>
>svnadmin dump mainproject > mainproject.dump
>svndumpfilter include branch/this_new_stuff < mainproject.dump >
>new
On Feb 3, 2016, at 10:49 AM, Eric Antonio Maquiling wrote:
> I have a new problem. Not a problem with the software I think this is
> sysadmin/user error.
>
> I've read the docs and examples on how to use svnadmin dump and svndumpfilter.
>
> I'm familiar with dumps and loads. But I have a new
I have a new problem. Not a problem with the software I think this is
sysadmin/user error.
I've read the docs and examples on how to use svnadmin dump and svndumpfilter.
I'm familiar with dumps and loads. But I have a new task appointed to me.
I have a directory structure that looks like this