Closed (fixed)
Project:
PEAR Wiki Filter
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Mar 2008 at 01:12 UTC
Updated:
2 Apr 2018 at 12:03 UTC
Jump to comment: Most recent
Comments
Comment #1
cwgordon7 commentedIt means to checkout the code using CVS. If you require a GUI, see http://drupal.org/handbook/cvs/clients.
Comment #2
Anonymous (not verified) commentedThank you so much. Is there no way to install it without doing all that? The other modules I just ftp them up.
I installed XCode tools, and copied the command into terminal...
cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text
cvs checkout: warning: failed to open /Users/Addison/.cvspass for reading: No such file or directory
cvs checkout: Updating Text
cvs checkout: Updating Text/Wiki
cvs checkout: Updating Text/Wiki/BBCode
cvs checkout: Updating Text/Wiki/BBCode/Parse
cvs checkout: Updating Text/Wiki/BBCode/Render
cvs checkout: Updating Text/Wiki/BBCode/Render/Latex
cvs checkout: Updating Text/Wiki/BBCode/Render/Plain
cvs checkout: Updating Text/Wiki/BBCode/Render/Xhtml
cvs checkout: Updating Text/Wiki/Parse
cvs checkout: Updating Text/Wiki/Parse/BBCode
cvs checkout: Updating Text/Wiki/Parse/Cowiki
cvs checkout: Updating Text/Wiki/Parse/Creole
cvs checkout: Updating Text/Wiki/Parse/Default
cvs checkout: Updating Text/Wiki/Parse/Doku
cvs checkout: Updating Text/Wiki/Parse/Mediawiki
cvs checkout: Updating Text/Wiki/Parse/Pedia
cvs checkout: Updating Text/Wiki/Parse/Tiki
cvs checkout: Updating Text/Wiki/Render
cvs checkout: Updating Text/Wiki/Render/Cowiki
cvs checkout: Updating Text/Wiki/Render/Creole
cvs checkout: Updating Text/Wiki/Render/Docbook
cvs checkout: Updating Text/Wiki/Render/Doku
cvs checkout: Updating Text/Wiki/Render/Latex
cvs checkout: Updating Text/Wiki/Render/Plain
cvs checkout: Updating Text/Wiki/Render/Tiki
cvs checkout: Updating Text/Wiki/Render/Xhtml
cvs checkout: Updating Text/Wiki/Rule
Now what do I do?
Comment #3
cwgordon7 commentedMove the package you want into your pearwiki filter module directory. There are instructions in the README.
Comment #4
Anonymous (not verified) commentedI know, I am sure this is really simple...I'm just unsure what to do. I am on mac and just typed that command in terminal. I have no idea where the package is stored.
Where does it put the package?
Thanks so much in advance for your help.
Comment #5
cwgordon7 commentedIt puts the package wherever the current active directory was when you check it out.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
citronica commentedAt the risk of reinforcing some stereotypes, I'll confess that I needed my programmer husband to walk me through this, but here's what I did, in excruciating detail:
cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text-- that will download all the required PEAR packages into the "Text" directory.cd ../tar cf - pearwiki_filter | gzip > pearwiki.tar.gzComment #8
nirvanajyothi commented@heartsutra -Thank you!