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

Re: [PATCH] #4OS400/EBCDIC Port: Handle xlate page differences.

From: Paul Burba <paulb_at_softlanding.com>
Date: 2006-02-15 18:55:00 CET

Hello All,

This is the fourth in a series of patch submissions that will allow
subversion to run on the IBM iSeries under OS400 V5R4.

See: http://svn.haxx.se/dev/archive-2006-02/0519.shtml

Thanks,

Paul B.

[[[
OS400/EBCDIC Port: Disable svn:executable automatic property setting.

This is the <nth> of several patches to allow Subversion to run
on IBM's OS400 V5R4.

The OS400's IFS (Integrated File System) supports unix-like file
permissions. However, the executable permission has no real meaning
on the iSeries. This becomes a problem because when creating or
copying a file to the IFS via a mapped Windows drive or with the IBM
Rational Software Development Platform (two common practices) because
in these cases the resulting files have permissions set at -rwxrwxrwx
by default. To avoid svn:executable getting set on every svn add(ed)
file this patch turns off that automatic property setting.

* subversion/libsvn_client/add.c
   (svn_client__get_auto_props): Don't automatically set
    svn:executable property on added files.
]]]
======================================================================

_____________________________________________________________________________
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 Wed Feb 15 18:55:50 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.