FUDforum 2 CVS [message #1440] |
Sun, 14 April 2002 16:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
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 18:38] Report message to a moderator
|
|
|
Re: FUDforum 2 CVS [message #1595 is a reply to message #1440] |
Fri, 19 April 2002 15:18 |
|
basse
Messages: 164 Registered: March 2002 Location: Åbo, Finland
Karma: 0
|
Senior Member |
|
|
How do I update my local files? Can I use the same command or should I alter it in some way? I mean, there's no need to download the whole thing if one can simply download the diffs.
[Updated on: Fri, 19 April 2002 15:19] Report message to a moderator
|
|
|
|
|
|
|
Re: FUDforum 2 CVS [message #1629 is a reply to message #1623] |
Sat, 20 April 2002 15:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Very true...
To rebuild the install script you need to do:
rm install.php
cvs -z9 -d :pserver:anonymous(at)asuka(dot)prohost(dot)org:/forum2 update install.php
./create_file_list install >> install.php
FUDforum Core Developer
[Updated on: Sat, 20 April 2002 23:38] Report message to a moderator
|
|
|
Re: FUDforum 2 CVS [message #1667 is a reply to message #1440] |
Sat, 20 April 2002 23:13 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
I tried to create the install but just ended up with bash: ./create_file_list: bad interpreter: no such file or directory.
Did I do something wrong?
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
Re: FUDforum 2 CVS [message #1668 is a reply to message #1667] |
Sat, 20 April 2002 23:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
In that case you need to edit the 1st line of the create_file_list script, and change the path of the php binary.
FUDforum Core Developer
|
|
|
Re: FUDforum 2 CVS [message #1676 is a reply to message #1668] |
Sat, 20 April 2002 23:33 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
ok, in redhat php is located in /usr/bin
Seems un-standard.
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
Re: FUDforum 2 CVS [message #1677 is a reply to message #1676] |
Sat, 20 April 2002 23:35 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The default PHP installation puts its binary into /usr/local/bin/, I dunno why r-hat decided to put it else where...
FUDforum Core Developer
|
|
|
Re: FUDforum 2 CVS [message #1679 is a reply to message #1676] |
Sat, 20 April 2002 23:37 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
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 23:38 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
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 #1681 is a reply to message #1679] |
Sat, 20 April 2002 23:39 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
rgr, I will revise the CVS instructions
FUDforum Core Developer
|
|
|
Re: FUDforum 2 CVS [message #1682 is a reply to message #1681] |
Sat, 20 April 2002 23:44 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
Now I'm in business. Took only 10 seconds.
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
Re: FUDforum 2 CVS [message #1684 is a reply to message #1682] |
Sat, 20 April 2002 23:47 |
JayЩ~
Messages: 37 Registered: April 2002 Location: Florida, USA
Karma: 0
|
Member |
|
|
if you use the domain socket for mysql in Redhat, it's located in :/var/lib/mysql/mysql.sock . Redhat keeps everything in a weird place.
Picture the daffodil. And while you do that, I'll be over here going through your stuff.
|
|
|
|
|
Re: FUDforum 2 CVS [message #1881 is a reply to message #1880] |
Wed, 24 April 2002 01:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
One small note the script above requires Digest/MD5.pm MIME/Base64.pm
FUDforum Core Developer
|
|
|
|
|
Re: FUDforum 2 CVS [message #2413 is a reply to message #2325] |
Wed, 08 May 2002 17:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try using the command without the -d flag
If that does not work then do:
export CVSROOT=:pserver:anonymous(at)asuka(dot)prohost(dot)org/forum2 cvs login [press enter when promted for password] cvs checkout .
FUDforum Core Developer
[Updated on: Wed, 08 May 2002 17:52] Report message to a moderator
|
|
|
|
Re: FUDforum 2 CVS [message #2466 is a reply to message #2461] |
Thu, 09 May 2002 14:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Do: cvs --version
Your cvs version is probably too old, if it less then version 1.11
FUDforum Core Developer
|
|
|
|
Re: FUDforum 2 CVS [message #2476 is a reply to message #2475] |
Thu, 09 May 2002 21:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I'll see about setting up a utility that would generate CVS snapshots every 24 hours or so.
I'll look in to this tonight.
FUDforum Core Developer
|
|
|
Re: FUDforum 2 CVS [message #2477 is a reply to message #2475] |
Thu, 09 May 2002 21:24 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
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 21:29 |
hackie
Messages: 177 Registered: January 2002
Karma: 0
|
Senior Member Core Developer |
|
|
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 21:31] Report message to a moderator
|
|
|
|
|
|
Re: FUDforum 2 CVS [message #2501 is a reply to message #2499] |
Fri, 10 May 2002 14:12 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Do:
touch /home/acct351/.cvspass
Then repeat the commands hackie has listed above.
FUDforum Core Developer
|
|
|