Daniel Shahaf wrote:
> > $ svnadmin dump repos/configs |\
> > svndumpfilter --drop-empty-revs include /cisco/trunk/caracal-confg \
> > > tmp/test1.svn
> > [copious output deleted]
> >
> > $ svnadmin create test2
>
> Run 'svn mkdir --parents file://$(pwd)/test2/cisco/trunk' at this
Victor Sudakov wrote on Fri, Mar 11, 2016 at 22:33:32 +0600:
> $ svnadmin dump repos/configs |\
> svndumpfilter --drop-empty-revs include /cisco/trunk/caracal-confg \
> > tmp/test1.svn
> [copious output deleted]
>
> $ svnadmin create test2
Run 'svn mkdir --parents file://$(pwd)/te
Dear Colleagues,
I need to export one file's history to another repository. Here is
what I do and what error I get:
$ svnadmin dump repos/configs |\
svndumpfilter --drop-empty-revs include /cisco/trunk/caracal-confg \
> tmp/test1.svn
[copious output deleted]
$ svnadmin create tes