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

Re: [PATCH] #6 OS400/EBCDIC Port: Prevent OS conversion of file contents

From: Paul Burba <paulb_at_softlanding.com>
Date: 2006-02-23 18:19:59 CET

Julian & Philip,

Attached is a new log and patch that incorporates your respective
recommendations. When faced with something too awkward to explain in
words...seek refuge in a table. Which is what I did in the implementation
comments. It's still a rather lengthy comment, but I think this is
unavoidable.

Let me know what you think.

As always, thanks for the review and the suggestions,

Paul B.

----------------------------------------------------------------------
[[[
OS400/EBCDIC Port: Create new files with CCSID 1208.

This is one of several patches to allow Subversion to run on IBM's
OS400 V5R4. It tags files created by Subversion with the CCSID 1208
(UTF-8), which is always correct for text files and irrelevant for
binary files, and allows OS400 applications and utilities to operate
correctly on these files.

* subversion/libsvn_subr/io.c
   (file_open): new function.
   (svn_io_open_unique_file2, svn_io_file_open): Replace calls to
    apr_file_open with new function.
]]]

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

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

Received on Thu Feb 23 18:52:51 2006

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.