|
Re: Newbie question: msg#00083web.wiki.phpwiki.talk
On Wednesday, December 17, 2003, at 03:55 pm, russ wrote: I'm not actually a newbie, but I'm afeared this question is. Hi Russ, I think the best way to keep your PhpWikis absolutely up-to-date is through CVS. Learning diff and patch is a very good place to start. Next, learn the basics of CVS: how to check out a project, how to do diffs with CVS, how to update files to the latest revisions from the server, and how to resolve conflicts between modifications of your personal copy with similar changes newly added to the copy on the server. (Hopefully conflicts don't happen too often but they are usually pretty easy to fix with a text editor). Even when you make modifications to your local files, CVS can keep your files up-to-date by automatically merging your own changes with any changes in the code published/checked in at the SF server, using built-in diff and patch functions. If there is a conflict between your mods and a new change on the server, cvs will tell you where the conflict is. Say you don't always want to run "cvs -q up" etc. every day to keep your PhpWiki code *absolutely* current, that's fine too (and probably a good idea on a production PhpWiki). In that case CVS is still handy for doing things like: "cvs diff index.php". Then cvs will display a patch which shows how your copy of that file differs from that particular revision of the same file on the SF server. Sourceforge has some O.K. docs about how to use CVS. It's been a while since I first learned CVS, does anyone have a link to a good CVS getting started tutorial? Carsten ------------------------------------------------------- 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: | Newbie question: 00083, russ |
|---|---|
| Next by Date: | Re: Newbie question: 00083, Joby Walker |
| Previous by Thread: | Newbie questioni: 00083, russ |
| Next by Thread: | Re: Newbie question: 00083, Joby Walker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |