Re: [Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Christian Heimes
Martin v. Löwis schrieb: > That never worked for me. TortoiseSVN then insists on fetching the > revisions mentioned in the patch, runs some math, and tells me that > I can't apply the patch because it is out of date (assuming it really > is, which is normally the case when I get to look at a patch)

Re: [Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Paul Moore
On 21/03/2008, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: [...] > I then try cygwin patch, which applies the patch nicely, but messes > up the line endings while doing so. > > So in the end, I conclude that it just isn't possible to apply patches > on Windows, and log into a Linux machine to

Re: [Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Martin v. Löwis
> Totally unrelated to your posting: > > I wonder why http://www.python.org/dev/faq/#how-to-make-a-patch uses tee > instead of > file ? So you can see what the patch looks like? Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://m

Re: [Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Martin v. Löwis
> --- snippet --- > If you're using Windows make sure you have TortoiseSVN installed. > Right-click on the folder containing the trunk source code, expand the > TortoiseSVN submenu and select 'Apply Patch...'. Browse to the patch > file and select it, then right click on the file appearing in the

Re: [Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Christian Heimes
Thanks Giampaolo! Totally unrelated to your posting: I wonder why http://www.python.org/dev/faq/#how-to-make-a-patch uses tee instead of > file ? Christian ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/pyth

[Python-Dev] SVN FAQ for Windows users

2008-03-21 Thread Giampaolo Rodola'
I noticed that http://www.python.org/dev/faq/#how-do-i-apply-a-patch ...does not contain instruction for Windows user willing to apply a patch starting from a .diff file. Since Tortoise SVN is the most common choice I tried to describe the steps to apply a patch by using it. This could be added in