Re: How to Patch

2008-04-18 Thread [EMAIL PROTECTED]
Thank you very, very much On Apr 18, 5:28 pm, "Chris Czub" <[EMAIL PROTECTED]> wrote: > Follow the instructions on the Django website > athttp://www.djangoproject.com/download/and run `svn > cohttp://code.djangoproject.com/svn/django/trunk/` > > After that, you should be able to `svn up` to get

Re: How to Patch

2008-04-18 Thread Chris Czub
Follow the instructions on the Django website at http://www.djangoproject.com/download/ and run `svn co http://code.djangoproject.com/svn/django/trunk/` After that, you should be able to `svn up` to get the latest version. On Fri, Apr 18, 2008 at 5:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro

How to Patch

2008-04-18 Thread [EMAIL PROTECTED]
Hey guys and gals I want to update my current version of Django .96.1 by adding patches instead of downloading the current dev version. So basically I was wondering how do you go about applying patches to this framework, I ask because I am very used to applying patches by launching an executable.