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

svndumpfilter SOS

From: Attila BODY <compi-lists_at_freemail.hu>
Date: 2004-06-06 17:11:28 CEST

Hi,

I am trying to split a repo with svnadmin dump, svndumpfilter and
svnadmin load cycle but I've ran into problems.

The dump file is in my oppnion is rather big, over 200M.

I want to make a separate repo from gfx_related subtree, so I run

svndumpfilter include gfx_related <all_svndump >gfx_svndump

It goes fine, no errors.

Then I make a new repo with:

svnadmin create asdf

then:

svnadmin load asdf <gfx_svndump

The result is:

<<< Started new transaction, based on original revision 1
 
------- Committed revision 1 >>>
 
<<< Started new transaction, based on original revision 2
 
------- Committed revision 2 >>>
 
<<< Started new transaction, based on original revision 3
 
------- Committed revision 3 >>>
 
<<< Started new transaction, based on original revision 4
 
------- Committed revision 4 >>>
 
<<< Started new transaction, based on original revision 5
 
------- Committed revision 5 >>>
 
<<< Started new transaction, based on original revision 6
     * adding path : gfx_related ... done.
     * deleting path :
gfx_related/project_name_censored/createbonussprites.sh ...svn: File not
found: transaction '6', path
'gfx_related/project_name_censored/createbonussprites.sh'

I run into same problems with the second half of the repo filtered with
exclude option

Any ideas?

svndumpfilter does not seem to be operational.

Thanks,

compi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 6 17:12:47 2004

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.