[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin and svndumpfilter version inconsistency

From: Richard Musil <richard.musil_at_gmail.com>
Date: 2004-11-26 10:11:22 CET

This seems to be the issue, since originally I had 'work' folder and
later renamed it to 'Work'. As it is probably internally handled with
'cp' command, it might have produced the discrepancy.
Now I wonder, is it a bug or feature (i.e. protecting the folder history)?

Richard Musil

On Fri, 26 Nov 2004 00:03:00 +0000, Philip Martin
<philip@codematters.co.uk> wrote:
> "Max Bowsher" <maxb@ukf.net> writes:
> svndumpfilter doesn't handle copies from excluded paths:
>
> $ svnadmin create repo1
> $ svn mkdir file://`pwd`/repo1/foo -m ""
> $ svn cp file://`pwd`/repo1/foo file://`pwd`/repo1/bar -m ""
> $ svnadmin create repo2
> $ svnadmin dump -q repo1 | svndumpfilter exclude foo | svnadmin load -q repo2
> Excluding prefixes:
> '/foo'
>
> Revision 0 committed as 0.
> Revision 1 committed as 1.
> ../svn/subversion/svndumpfilter/main.c:360: (apr_err=200003)
> svn: Invalid copy source path '/foo'
>
> --
> Philip Martin
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 26 15:54:20 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.