Would it be possable to create a dump formatted with 'full' files and not delta? Both 'svnadmin dump' and the older 'svnrdump' tool had a '--delta' flag to enable/disable the file dump format. Thanks, Paul
rsvndump can create both type of dumps. It defaults to full content mode; the '--deltas' command-line option enables delta mode.
Log in to post a comment.
rsvndump can create both type of dumps. It defaults to full content mode; the '--deltas' command-line option enables delta mode.