X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 29 Apr 2008 20:32:11 +0200 From: Spiro Trikaliotis To: cygwin AT cygwin DOT com Message-ID: <20080429183211.GA23299@trikaliotis.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <20080419165955 DOT GD11912 AT trikaliotis DOT net> <20080421102419 DOT GA18922 AT trikaliotis DOT net> <045401c8a39b$78a3d3c0$2708a8c0 AT CAM DOT ARTIMI DOT COM> <20080423170816 DOT GA463 AT mersenne DOT largestprime DOT net> <20080426094145 DOT GB9172 AT trikaliotis DOT net> <041701c8a984$cbec3010$2708a8c0 AT CAM DOT ARTIMI DOT COM> <045001c8a9da$079ea020$2708a8c0 AT CAM DOT ARTIMI DOT COM> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-SA-Exim-Connect-IP: 195.4.205.193 X-SA-Exim-Mail-From: an-cygwin AT spiro DOT trikaliotis DOT net Subject: Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on mail.trikaliotis.net) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, * On Tue, Apr 29, 2008 at 12:58:53PM +0200 Jörg Schaible wrote: > > Well, it might be very well that Subversion always uses binary mode > for file I/O, Indeed, it seems so. This topic came up before (see the thread started at http://svn.haxx.se/dev/archive-2005-02/0993.shtml), and the way Subversion works has not been changed yet. In http://svn.haxx.se/dev/archive-2005-02/1034.shtml, it is described as follows: Look at the function svn_subst_eol_style_from_value() in the file subversion/libsvn_subr/subst.c. That function determines what the various svn:eol-style settings mean and you will see that "native" leads to APR_EOL_STR, i.e. Subversion gets the value from APR. There is even a work-around available to change this behaviour: You could change svn_subst_eol_style_from_value() and rebuild Subversion, or you could change APR_EOL_STR and rebuild all of APR, APR-UTIL and Subversion, it depends what behaviour you want. Anyway, I already asked for the Antivirus-Workaround upstream, I will propose some change here, too. Unfortunately, as Subversion is currently at 1.5 RC4, I doubt they will include such changes for 1.5. Anyway, I will try. Best regards, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/