Skip to content

Commit

Permalink
update patch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Sep 29, 2009
1 parent 4edaf11 commit 9f94556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ directory.
Patch the AppEngine Code
------------------------

Patches are found in the *gae_patches/* directory and are stored by
svn revision number. To find the revision number of the repository
This adapter has been tested against revision 77 from Google
AppEngine's svn repository. To find the revision number of the repository
that you checked out, go into the root of the repository and type::

$ svn info

This adapter has been tested against revisions 46 from Google
AppEngine's svn repository. To apply the patch, do
the following from a command line::
To apply the patch, do the following from a command line::

$ cd googleappengine-read-only
$ cd python/ # need to do this if you checked out all the different AE languages
$ patch -p0 < gae_patch_r46.txt
$ patch -p0 < gae_patch.txt

you should see output similar to::

Expand Down
File renamed without changes.
34 changes: 0 additions & 34 deletions gae_patches/gae_patch_r41.txt

This file was deleted.

0 comments on commit 9f94556

Please sign in to comment.