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

Problem with applying patches from Windows to Linux

From: Michael Heuberger <mick_at_deafzone.ch>
Date: 2005-09-20 15:25:09 CEST

Hello guys

I love Tortoise SVN, I use your great tool for the open source project
Seagull.

But I am having problem when I am changing a part of the source code on
Windows, creating a patch there with Tortoise SVN Version 1.2.2: the
team leader of the project can't apply my patch on his Linux machine
(see sample patch file on attachement).

I think it's a problem with the whitespaces in the patch-file. Do you
know this problem? How can I solve it? I hope very because I need to
participate this open source project.

Thank you for any help

Mickey from Switzerland

-- 
Dipl. Ing. Inf. Michael Heuberger
Dammstrasse 2
4434 Hölstein
SWITZERLAND
Fax:                    +41 61 301 99 85
Mobile (nur SMS!!):     +41 79 514 15 07
mailto:                 mick@deafzone.ch
W(orld)W(ide)W(ait):    http://www.deafzone.ch
<=Good=Things=Come=To=Those=Who=Wait=>

Index: lib/SGL/BlockLoader.php
===================================================================
--- lib/SGL/BlockLoader.php (revision 415)
+++ lib/SGL/BlockLoader.php (working copy)
@@ -211,7 +211,7 @@
     {
         // sort into left/right
         if (count($this->_aData) > 0) {
- foreach ($this->_aData as $index => $oBlock) {
+ foreach ($this->_aData as $oBlock) {
                 if ($oBlock->is_onleft) {
                     $this->aBlocks['left'][] = $oBlock;
                 } else {

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 20 15:40:43 2005

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.