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

[WIP PATCH] svnrdump dump --incremental

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 25 Sep 2010 20:09:05 +0200

Here's a stab at implementing 'svnrdump dump --incremental'.

It does what 'svn checkout' does to get the first revision --- namely,
calls svn_ra_do_update2() with start_empty=TRUE.

TODO: it passes send_copyfrom_args=TRUE to svn_ra_do_update2(), so it
still has to go by itself and requests fulltexts (or, copyfrom fulltexts
and txdeltas against those) for files that have been copied. Currently,
for a cp-with-changes, it dumps nothing (neither fulltext nor delta).

TODO: dump revprops for the first revision. (haven't tested this)

Daniel

Received on 2010-09-25 20:15:55 CEST

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

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