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

Re[2]: svndumpfilter questions

From: Ingo Schmidt <list_at_der-ingo.de>
Date: 2007-04-30 20:11:53 CEST

Hi James!

> If you notice, svndumpfilter is placing a leading '/' to the prefix path
> I am using. So, does this mean that I have to replace all of my
> Node-path's to have the leading '/'? Does not make sense that I have to
> do that.

You are right, this seems a bit stupid. However, I tried on a test
repo and it seems like it is just printing it that way. No matter how
I used it, it did exclude the wanted path in both cases.

But I use v1.3.1. Maybe something changed?

svndumpfilter will actually display in the end what it dropped. Does
it tell you that it did drop anything?

By the way, this:

Revision 2987 committed as 2987.
Revision 2988 committed as 2988.

doesn't mean that svndumpfilter did not drop anything! It only clears
out the node, but still leaves the revision in, so this is
the normal default case! If you really want to wipe out and renumber
the dropped revisions, use the appropriate switches, e.g.:

svndumpfilter --drop-empty-revs --renumber-revs exclude /projectA/subcon/component3 < original > without3

Cheers, Ingo =;->

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 30 20:12:01 2007

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

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