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)
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
> 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
> --- 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
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
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