|
Re: Newbie question: msg#00085web.wiki.phpwiki.talk
method 1: # remark: always diff old to new # but you want your changes from 1.2 back into cvs...: diff -rbu phpwiki-cvs phpwiki-1.2 > phpwiki-1.2.patch # now you can apply the patches blindly cd phpwiki-cvs; patch -p1 < phpwiki-1.2.patch method 2: or better check the patch file in a editor which can do diff's, such as XEmacs or emacs: C-x 2 M-x ediff-buffers split the window, load the patch and file-wise both files. and see what's different. you can also apply the diff's, but manually. that's preferred ,but needs more time. russ schrieb: I'm not actually a newbie, but I'm afeared this question is.-- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Newbie question: 00085, Joby Walker |
|---|---|
| Next by Date: | Re: PHPWIKI crashes Apache2 on windows: 00085, Carsten Klapp |
| Previous by Thread: | Re: Newbie questioni: 00085, Norberto Meijome |
| Next by Thread: | Re: Newbie question: 00085, Steve Wainstead |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |