Thank's for the reply. I do use tortoise and I tried what you
suggested: nothing happened. Now I look at the patch file I think
maybe it was generated by git (which I am not familiar with). The
first few lines of the patch file (downloaded from django source) are:

diff --git a/django/contrib/admin/media/js/admin/
RelatedObjectLookups.js b/django/contrib/admin/media/js/admin/
RelatedObjectLookups.js
index 1bc78f8..3941752 100644
--- a/django/contrib/admin/media/js/admin/RelatedObjectLookups.js
+++ b/django/contrib/admin/media/js/admin/RelatedObjectLookups.js

so I guess that explains it, but I thought django used used svn!

Paul Hide



On Nov 25, 7:43 pm, Tim Valenta <tonightslasts...@gmail.com> wrote:
> It's meant to be done through an SVN checkout, since that's the format
> that the Django development repository is kept.
>
> If you haven't got SVN, I'd start there.  If you're on Windows, the
> "nicest" solution is "tortoisesvn", which integrates pretty simply
> into the Windows shell for easy right-click controls.  If you've got
> some form of Unix, then you'll have to decide if you've already got
> the commandline client program.
>
> If you've got SVN under your belt, then you're pretty much already
> almost there.  If you're using the command line, you'll have to
> navigate to your repository, and then use:
>
>     patch -p0 < /path/to/patch.diff
>
> If you're using that Windows "TortoiseSVN", you can right-click the
> repository folder, and use the menus to find the "Apply patch"
> command.  Just locate it and it should be done.
>
> There are some complications with command line patching where file
> renames are involved.  Hopefully your patch is pretty simple.  There's
> quite a bit of info in the blog circles about this stuff, so you can
> find more specifics by searching online.
>
> Tim
>
> On Nov 25, 12:12 pm, paulh <paul.h...@gmail.com> wrote:
>
> > I am interested in applying patch 7028, but I don't know what to apply
> > it to.
> > Any help would be appreciated.
>
> > Paul Hide

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to