I pulled a cvs update for the xtrn directory about an hour ago. After adding LORD, LORD2, and Minesweeper to my doors menus, I am getting the following errors:
LORD:
!JavaScript /sbbs/xtrn/lord/lord.js line 2979: TypeError: statefile.new is not a function
LORD2:
!JavaScript /sbbs/exec/load/recordfile.js line 26: TypeError: RecordDef[i].type.match is not a function
Minesweeper:
!JavaScript /sbbs/xtrn/minesweeper/minesweeper.js line 39: ReferenceError: BG_HIGH is not defined
This is on a linux machine in an SSH session.
Sounds like you need to cvs-update your exec and exec/load directories.
Sounds like you need to cvs-update your exec and exec/load directories.
cd ~
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 symlinks
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks
cd ~
## do this again because sometimes the machine seems to forget it was done export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d exec
cd /sbbs/ctrl
rm -v text.dat.1
wget 'http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat' cvs update -d text
cd exec
./jsexec update
That is what my compsync.sh currently looks like, minus the exports that
set the SBBS variables, a backup of exec, and the bash header info.
Besides src, 3rdp, exec, and text (and apparently exec/load) are there any other directories that need regular cvs update pulls? Is there anything
you see that is not in the correct order?
Sounds like you need to cvs-update your exec and exec/load directories.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 29:22:36 |
Calls: | 10,736 |
Calls today: | 1 |
Files: | 5 |
Messages: | 443,196 |
Posted today: | 1 |