yangzi129 / nginx-upstream-jvm-route

Automatically exported from code.google.com/p/nginx-upstream-jvm-route
0 stars 0 forks source link

can't find file to patch at input line 4 #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.svn checkout http://nginx-upstream-jvm-route.googlecode.com/svn/trunk/ 
nginx-upstream-jvm-route-read-only
2.cd nginx
3.patch -p0 < ../jvm_route.patch 

What is the expected output? What do you see instead?
patch this module success, but the result is as followings:

can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -ruN src_ori/http/ngx_http_upstream.c src/http/ngx_http_upstream.c
|--- src_ori/http/ngx_http_upstream.c   2009-11-16 17:09:51.000000000 +0800
|+++ src/http/ngx_http_upstream.c       2009-11-16 15:09:21.000000000 +0800
--------------------------
File to patch: 

What version of the product are you using? On what operating system?
My os info:
Red Hat Enterprise Linux Server release 6.3 (Santiago)

Please provide any additional information below.
My nginx version info:
nginx version: TDTWS
built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) 

Original issue reported on code.google.com by liuluo...@gmail.com on 5 Jul 2013 at 7:13