svndumpfilter, include copied paths - correct procedure?
From: Lasse Kliemann <lasse-subversion-users-2004_at_plastictree.net>
Date: Sun, 3 May 2009 19:57:31 +0200
Suppose I'd like to use svndumpfilter to include just paths
svndumpfilter include p_1 ... p_n < dump-in > dump-out
Now, the operation aborts:
svndumpfilter: Invalid copy source path '/X_1'.
Then I add 'X_1' to the to-be-included paths:
svndumpfilter include p_1 ... p_n X_1 < dump-in > dump-out
The operation gets further, but then stops again:
svndumpfilter: Invalid copy source path '/X_2'.
Again, I augment the list of paths:
svndumpfilter include p_1 ... p_n X_1 X_2 < dump-in > dump-out
And so on.
Finally, a command of the following form runs through without
svndumpfilter include p_1 ... p_n X_1 ... X_m < dump-in > dump-out
My question: is the filtered dump now guaranteed to provide
I did several tests, and it appears so. But I'd like to hear an
Thank you!
|
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.