Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for subversion version 3 delta dumps #1

Open
mocleiri opened this issue Sep 3, 2017 · 0 comments
Open

Add support for subversion version 3 delta dumps #1

mocleiri opened this issue Sep 3, 2017 · 0 comments

Comments

@mocleiri
Copy link
Contributor

mocleiri commented Sep 3, 2017

The current converter uses subversion 2 dump streams where the entire file contents is emitted at each change which is wasteful for space.

Subversion version 3 dump streams use the svndiff format for the file contents which applies the provided data to parts of the original file (denoted from the copyfrom version of the file).

It would be very useful for the converter to be able to read the svndiff binary format to restore files at each revision directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant