FUDforum 2 CVS [message #1440] |
Sun, 14 April 2002 12:05  |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
Here are the instruction how to get FUDforum 2 (Alpha) from CVS:
mkdir forum2
cd forum2
cvs -z9 -d :pserver:anonymous(at)asuka(dot)prohost(dot)org:/forum2 checkout .
This will fetch all of the forum's files.
To create an install script, you'll need to run the following commands:
./create_file_list install >> install.php
Now you can copy install.php into a web browseable dir & install the forum.
**note** if you've already downloaded the sources from the CVS once you can do the following:
cd forum2
rm install.php
cvs -z9 -d :pserver:anonymous(at)asuka(dot)prohost(dot)org:/forum2 update .
For singular file downloads Web CVS is avaliable at:
http://cvs.prohost.org/c/viewcvs.cgi/
FUDforum Core Developer
[Updated on: Thu, 06 June 2002 14:38] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: FUDforum 2 CVS [message #1679 is a reply to message #1676] |
Sat, 20 April 2002 19:37   |
JayЩ~
 Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
add to buddy list ignore all messages by this user
|
|
what I did was to edit the path to php. Then I stayed within the forum2 directory and did ./create_file_list install >> install.php and it all worked. If I cd to the src it wouldn't work.
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
Re: FUDforum 2 CVS [message #1680 is a reply to message #1677] |
Sat, 20 April 2002 19:38   |
JayЩ~
 Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
add to buddy list ignore all messages by this user
|
|
prottoss wrote on Sat, 20 April 2002 7:35 PM | The default PHP installation puts its binary into /usr/local/bin/, I dunno why r-hat decided to put it else where...
|
yeah, that would make more sense to me anyways to have it in /usr/local/bin.
Which Linux variant are you using?
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: FUDforum 2 CVS [message #2477 is a reply to message #2475] |
Thu, 09 May 2002 17:24   |
|
Why not installing CVS on ur local computer? There's no need to call it remotely. Just go to the Unix or Windows home of CVS install the proper version and u don't have any more problems with it. U can also write a shellscript for the commands, so u need not typing them each time u want to retrieve the latest files. bye Ken
|
|
|
Re: FUDforum 2 CVS [message #2478 is a reply to message #2461] |
Thu, 09 May 2002 17:29   |
hackie
 Messages: 177 Registered: January 2002
Karma: 0
|
Senior Member Core Developer |
add to buddy list ignore all messages by this user

|
|
esm2002 wrote on Thu, 09 May 2002 3:12 AM | nope
bash-2.02$ export CVSROOT=:Pserver:anonymous(at)asuka(dot)prohost(dot)org/forum2 cvs login bash-2.02$ cvs checkout . cvs checkout: missing hostname in CVSROOT: :Pserver:anonymous(at)asuka(dot)prohost(dot)org/ forum2 cvs [checkout aborted]: Bad CVSROOT. bash-2.02$
I must have a screwy system!
|
err... prottoss mistyped that! :) try this first
cvs -z3 -d :pserver:anonymous(at)asuka(dot)prohost(dot)org:/forum2 checkout .
cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
[Updated on: Thu, 09 May 2002 17:31] Report message to a moderator
|
|
|
|
|
|
|