-
Releasing new version, data lines are added (bit like other basic interpreters, provides a basic array like functionality to store and read data). Preliminary shell functionality is implemented. I expect to replace my aging bash with this soon :-).
2007-06-03 14:48:16 UTC in wsbasic a basic interpreter with bash li
-
wschrep committed patchset 41 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 1 files.
2007-06-03 14:41:30 UTC in wsbasic a basic interpreter with bash li
-
wschrep committed patchset 40 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 3 files.
2007-06-03 14:39:53 UTC in wsbasic a basic interpreter with bash li
-
wschrep committed patchset 39 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 1 files.
2007-06-01 16:33:19 UTC in wsbasic a basic interpreter with bash li
-
wschrep committed patchset 38 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 4 files.
2007-06-01 16:25:46 UTC in wsbasic a basic interpreter with bash li
-
wschrep committed patchset 37 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 2 files.
2007-06-01 16:05:50 UTC in wsbasic a basic interpreter with bash li
-
Problem is solved.
I had the variables CVSROOT set for my work cvs in my bash profile. Even though I did an export CVSROOT="..." with correct settings somehow when executing the checkout command the .profile is reread and the previous setting is used which resulted in the strange error. Solution is by removing all settings from the .profile and .bashrc regarding cvs and then manually selecting...
2007-05-31 22:12:41 UTC in SourceForge.net
-
Hi,
I found the problem and solved it. Cvs is working perfectly now :)
Because I also use cvs at work I had set the environment variables for that in my .profile.
When doing a checkout for wsbasic I did the export commands so that they where set for sourceforge (they were correct thats why it so baffling, even when you do a echo $CVSROOT etc. everything seems fine).
But apparantly when...
2007-05-31 14:39:02 UTC in SourceForge.net
-
To answer your question. Yes as of today I'm able to do a checkout and commit from the local shell on wsbasic.sourceforge.net.
But in Mac OS 10.4.9 I get the following (this time some more info than yesterday when I only got a single end of file error):
walter-schreppers-computer:~ wschrep$ export CVS_RSH=ssh
walter-schreppers-computer:~ wschrep$ cvs -z3...
2007-05-24 22:33:20 UTC in SourceForge.net
-
wschrep committed patchset 36 of module wsbasic to the wsbasic a basic interpreter with bash li CVS repository, changing 1 files.
2007-05-24 22:25:06 UTC in wsbasic a basic interpreter with bash li