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

svndumpfilter3 Subversion 1.4.6, and errors

From: Bicking, David (HHoldings, IT) <David.Bicking_at_thehartford.com>
Date: Tue, 1 Apr 2008 15:49:12 -0400

Hello,

I am beginning to play with the dumpfilter tools and am having trouble.
I want to use svndumpfitler{2..x} (whatever it takes) to pull out
subprojects and tangled code for deposit into a shiny new repository.
My problem is that I am getting errors, and I don't know Python.

I'm using Python 2.5.2 on Win32. The command syntax I'm using is:
svndumpfilter3.py --untangle=/svnrepos/TempWork My/Subproject/Here
<tempwork.full.svn >ccgcommon.filtered.svn

Here's the error I get from svndumpfilter3:

=========
Traceback (most recent call last):
  File "C:\BIN\svndumpfilter3.py", line 822, in <module>
    main()
  File "C:\BIN\svndumpfilter3.py", line 675, in main
    format, uuid, text = read_dump_header(fr)
  File "C:\BIN\svndumpfilter3.py", line 368, in read_dump_header
    assert mo_version
AssertionError
=========

I examined the code, and it is happening when it attempts to read the
dumpfile header. I am using a standard uncompressed dumpfile. Is it
possible that there is a file format change since the creation of the
script that is causing this?

Does anybody else have any experience with this?

 

--
David Bicking
*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-01 21:49:37 CEST

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.