Update To SampleStudio Campaign. Oct 24, 2003 21:13 UTC, by Chris Simmons, Senior Journalist From the a-b-cvs department... Peter Moore, network guy and all round great progammer from down under (its ok, we forgive you.. aussie football -is- weird. ;) has posted to the LeBuzz comments section steps detailing how to log into beunited's cvs server. I'll post his full comment here: "you might want to add an update to your site on how to get the source of SampleStudio using this guide: open a Terminal change directory into where you keep your source code. you need to set up your CVSROOT environment variable: export CVSROOT=:pserver:anonymous@209.197.16.19:/cvs/samplestudio the reason there is a tcp/ip address is because beunited.org still have dns issues. now you have to login to the CVS pserver: cvs login the password is "anonymous" (without the quotes) now get the source. Note that this will create a directory called SampleStudio in the directory where you are now: cvs co SampleStudio a lot of stuff will display on the screen. This is the files being downloaded from the server. Once it is done you have the source!! any issues with how to use CVS drop me an email here: peter at loved dot com cheers peter aka mooooooo" That pretty much sums it up. Be warned that its a good idea to edit your .profile file in your /boot/home folder and restarting Terminal for it to take effect. Then cvs will work just dandy. Same goes for logging into OpenBeOS's server, but that's another article... ;) We will endeaver to let you know more as we learn more. Good luck all!