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

Re: svnadmin dump encoding?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-26 23:00:50 CET

"Arthur Penn" <APenn@quilogy.com> writes:

> Does anyone have any idea what type of encoding I could use on the
> stdout captured from svnadmin to make this work, or what the problem
> might be? I've tried every encoding System.Text.Encoding exposes
> (ASCII, UTF7, UTF8, Unicode) except for BigEndianUnicode. Thanks for
> any input you might provide.

The dumpfile format is a mixture of UTF8 text and binary data.
Specifically, all the headers and stuff are UTF8, but once you get to
text and property contents, it's straight binary data.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 23:02:18 2004

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

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