« Return to Thread: Re: svn dump format

Re: svn dump format

by Ben Collins-Sussman-3 :: Rate this Message:

Reply to Author | View in Thread

On 8/10/06, Syed Uzair Aqeel <uzair@...> wrote:

> Am I missing anything? Is there a format design document I can consult?

http://svn.collab.net/repos/svn/trunk/notes/fs_dumprestore.txt

Be warned of two things:

1. it looks like a text format, but it's really a binary format.

2. in svn_repos.h, there are already public APIs you can call to
produce or consume a dumpfile.  You probably don't want to reinvent
this wheel.

(What are you doing, anyway?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Re: svn dump format