Re: apply a patch

2007-01-15 Thread Vadim Macagon
Install TortoiseSVN, it makes it dead easy to create & apply patches via a nice the right-click context menu in explorer. -+ enlight +- Picio wrote: Thanks Russell, but I'm on windows (sorry if I've not told you before..) I knew about the unix way > patch -p0 < ticket1435.patch but thi

Re: apply a patch

2007-01-15 Thread Nathan R. Yergler
If you're on Windows you might look into using Cygwin (http://cygwin.com) which provides a Unix-like environment for windows (where patch -p0... does work). NRY Picio wrote: Thanks Russell, but I'm on windows (sorry if I've not told you before..) I knew about the unix way > patch -p0 < ti

Re: apply a patch

2007-01-15 Thread Picio
Thanks Russell, but I'm on windows (sorry if I've not told you before..) I knew about the unix way > patch -p0 < ticket1435.patch but this don't work on my platform. Anyway I will search like you said about aggregate functions in the devel group. I need only SUM for now so maybe I can solve

Re: apply a patch

2007-01-15 Thread Russell Keith-Magee
On 1/15/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: The last time this came up, I posted a fairly long counter-proposal, but that managed to kill the conversation. For those interested, here's a link to the thread with that counter-proposal: http://groups.google.com/group/django-devel

Re: apply a patch

2007-01-15 Thread Russell Keith-Magee
On 1/15/07, Picio <[EMAIL PROTECTED]> wrote: Hello, dumb question: which is the chance that patch #1435 will be integrated in trunk before 1.0? If I have anything to do with it, Low to none. Search the django-dev and django-users archives for aggregate functions; I don't like the approach pro

Re: apply a patch

2007-01-15 Thread Michael Radziej
Picio schrieb: Hello, dumb question: which is the chance that patch #1435 will be integrated in trunk before 1.0? I can't tell you, but perhaps this type of question gets more attention at django-developers. You should mention 'aggregate functions' in the subject. How can I aplly this patch

apply a patch

2007-01-15 Thread Picio
Hello, dumb question: which is the chance that patch #1435 will be integrated in trunk before 1.0? How can I aplly this patch to my 0.95 trunk version of django? thanks Picio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: What is the proper way to apply a patch to the release version

2006-08-02 Thread SmileyChris
I've found it easy enough to use TortoiseSVN to create patches. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe

Re: What is the proper way to apply a patch to the release version

2006-08-02 Thread Jay Parlar
SVN doesn't (I believe) offer the ability to apply outside patches. Instead, you'll have to do what we do in the Unix world, use the "patch" program. You can find a Windows version of it here: http://gnuwin32.sourceforge.net/packages/patch.htm This program takes the patch file and applies it to

What is the proper way to apply a patch to the release version

2006-08-01 Thread Porter, Doug
I'm new to Django and want to apply the patches in Ticket #1990 for the Oracle backend to the 0.95 release version I have installed on Windows. Any pointers as to how to handle this. I'm new to SVN and am not sure how to apply the patch, compile the changes, and have them deployed to my exist