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

Re: Aventures with the dump file format

From: Edmund Horner <edmund_at_chrysophylax.cjb.net>
Date: 2003-12-09 05:04:38 CET

C. Michael Pilato wrote:
> Well, just keep in mind that the dumpfile format, while generally
> human-readable, is a binary one. This mean, for example, that if you
> use fopen() to parse it, you must pass the "b" flag to set the input
> style to binary.

Yup, so I'll have to look into making sure stdin is in binary mode.

>>If a loaded dump file node contains props that are exactly the same as
>>the existing props for that path, will the DB record that as a prop
>>change?
>
> Yes. You will be tainting the history of your repository.

Well, that will be a challenge for my filter. But not insurmountable.

Thanks for the info.

Edmund.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 9 05:05:23 2003

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.