You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Grigory Petrov <gr...@gmail.com> on 2011/10/12 14:45:32 UTC

Why it is not possible to use svndumpfilter with dump files created by new svnrdump tool?

Hello.

I have downloaded and installed new Subversion 1.7 for Windows. Thanks
for a great work, guys! But one question seems very strange to me. I
created a dump of a repository via new svnrdump tool - all works file.
But now i want to use this dump - filter it (i will use svnsync if i
just want to dump-and-load, yes?). So i supplied this dump file to
svndumpfilter tool... and recived following strange error:

"svndumpfilter: E140001: Unsupported dumpfile version: 3"

Why such strange design decision? I was sure that svnrdump was created
to be used with svndumpfilter - all other tasks can be done with
svnsync.

Re: Why it is not possible to use svndumpfilter with dump files created by new svnrdump tool?

Posted by Stefan Sperling <st...@elego.de>.
On Wed, Oct 12, 2011 at 04:45:32PM +0400, Grigory Petrov wrote:
> Hello.
> 
> I have downloaded and installed new Subversion 1.7 for Windows. Thanks
> for a great work, guys! But one question seems very strange to me. I
> created a dump of a repository via new svnrdump tool - all works file.
> But now i want to use this dump - filter it (i will use svnsync if i
> just want to dump-and-load, yes?). So i supplied this dump file to
> svndumpfilter tool... and recived following strange error:
> 
> "svndumpfilter: E140001: Unsupported dumpfile version: 3"
 
svnrdump creates format 3 dump files only.

This format can also be created with 'svnadmin dump' by passing the
--deltas option. This option was added in Subverison 1.1, so it
has been around for some time. For backwards compatibility with
Subversion 1.0 the default format of 'svnadmin dump' remained format 2.
See https://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt

> Why such strange design decision? I was sure that svnrdump was created
> to be used with svndumpfilter - all other tasks can be done with
> svnsync.

svnrdump was created with a different use case in mind. It's purpose
is to allow people to create git clones of remote SVN repositories
with git-fast-import, which reads Subversion dump files.

I suppose we should extend svndumpfilter to support format 3.
It simply doesn't implement the necessary support at the moment.

In the meantime, you can work around this by loading the format 3
dumpfile into a new repository, and dumping that with 'svnadmin dump'
without passing the --deltas option. Then filter the resulting dump
file with svndumpfilter.

visualsvn error connecting to a Subversion server with SSL client certificates

Posted by Volker <sa...@yahoo.de>.
Dear list,

a colleague is using Visualsvn to access a Linux-based Subversion server with SSL client certificates. It is working with TortoiseSVN, but within Visualsvn doing checkouts or commits he got a 'SSL handshake failed' error. Is anyone familiar with that settings ?

Many greetings from NY
Volker