Trying to apply the patch in here:
http://drupal.org/node/1363676
Perhaps I am using the wrong way to apply a patch? (followed these instructions: http://drupal.org/node/620014 )
Please can someone help ...
[16:11:00][root@host:/home/zingleco/public_html/dev2/sites/all/modules/geocoder_autocomplete]# patch -p0 --dry-run < 1363676-4-geocoder_autocomplete-notices.patch
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 28f7f706b690786e5f2b1333f7173b7605b1de4d Mon Sep 17 00:00:00 2001
|From: Pieter Frenssen
|Date: Wed, 14 Mar 2012 01:30:30 +0100o
|Subject: [PATCH] Issue #1363676 by cyborg_572, pfrenssen: Fix notices.
|
|---
| geocoder_autocomplete.module | 6 +++---
| 1 file changed, 3 insertions(+), 3 deletions(-)
|
|diff --git a/geocoder_autocomplete.module b/geocoder_autocomplete.module
|index 26a95e4..79a4f88 100644
|--- a/geocoder_autocomplete.module
|+++ b/geocoder_autocomplete.module
--------------------------
File to patch:
[Here I hit ctrl-C as I didn't expect this?]
PS, files are all there:
[16:13:23][root@host:/home/zingleco/public_html/dev2/sites/all/modules/geocoder_autocomplete]# ls
./ 1363676-4-geocoder_autocomplete-notices.patch geocoder_autocomplete.module LICENSE.txt
../ geocoder_autocomplete.info geocoder_autocomplete.pages.inc .svn/
Comments
bump
bump
http://www.twoggle.com
are you sure your running in the correct directory?
You need to run the patch within the directory in which the file is located.