From: Steve F. <st...@co...> - 2003-06-04 00:00:10
|
Hi Rob, Thanks for the quick reply. > What kind of fiddling did you have to do (out of curiosity)? Well I read the INSTALL and README files and did the fiddling (probably bad word to use) required to get it installed .. downloaded various Perl modules, set permissions for 'apache' user, edited 'sandweb.cfg' > Please include what OS/version you are using. Linux version 2.4.9-31 (RH 7.1 2.96-98) > Short answer: > If it's a local repository, username/password isn't really needed. It is a local repository, so your saying it doesnt matter what username/password I use > SandWeb is a client, it does everything that e.g. the command line "cvs" > does (it actually uses the command line "cvs" to do it's job). What > you are doing is the usual behaviour (e.g. "cvs checkout dataset"). Where does it 'checkout' to then ? > Yeah, that's an open bug. Ok > Did you read the included INSTALL file, and make sure you have all > needed software? Make sure your repository is set up correctly > in SandWeb (look in the "repository" menu). Read the INSTALL file, followed everything as best I know how to Here is the output from a checkout SandWeb : VCS checkout Current filename(s) : dataset An error occurred. A call to the shell gave us this error code : 1 DEBUG: (main) action: sandbox - submit: Checkout DEBUG: (main) module_description: Wow DEBUG: (main) loading prefs DEBUG: (main) $VAR1 = bless( { 'log_obj' => bless( { 'log_dir' => '/var/log', 'toggle' => { 'debug' => '1', 'log' => '1' }, 'debug_msgs' => [ '(main) action: sandbox - submit: Checkout', '(main) module_description: Wow ', '(main) loading prefs' ] }, 'SandWeb::Log' ), 'repo' => { 'Albury Computers' => { 'password' => '', 'connection' => 'local', 'remember_repo_password' => 'on', 'root' => '/cvs/alburycomputers', 'server' => 'cdserver2', 'type' => 'CVS', 'module' => { 'website' => { 'name' => 'website', 'description' => 'AC WebSite' }, 'business' => { 'name' => 'business', 'description' => '' }, 'name' => '', 'description' => '' }, 'username' => 'stevef' }, 'macedon' => { 'connection' => 'pserver', 'username' => 'stevef', 'password' => '??????', 'remember_repo_password' => 'on', 'root' => '/cvs/macedon', 'type' => 'CVS', 'server' => 'cdserver2', 'module' => { 'Horsekeep' => { 'name' => 'Horsekeep', 'description' => '' } } } }, 'personal' => { 'confirm_delete' => 'on', 'full_name' => 'Steve Fillingham' }, 'config_file' => '.user.cfg', 'config_dir' => '/usr/local/share/sandweb/users/stevef' }, 'SandWeb::Config' ); DEBUG: (SandWeb::Config) module_description = 'Wow' DEBUG: (main) write_config() DEBUG: (main) module_name: DEBUG: (main) username: stevef DEBUG: (main) location: DEBUG: (main) main_window_url: http://cdserver2:8080/cgi-bin/sandweb.cgi?action=sandbox DEBUG: (main) Repo name: Albury Computers DEBUG: (main) Repo root: /cvs/alburycomputers DEBUG: (main) VCS sandbox: /usr/local/share/sandweb/users/stevef/Albury Computers// DEBUG: (main) Repo type: CVS DEBUG: (main) Filename(s): dataset DEBUG: (SandWeb::Repository) Performing checkout operation DEBUG: (SandWeb::Repository) Params: file dataset DEBUG: (SandWeb::Repository::cvs) Performing checkout operation DEBUG: (SandWeb::Repository::cvs) Params: checkout -d dataset DEBUG: (SandWeb::Repository::cvs) File: dataset DEBUG: (SandWeb::Repository::cvs) Creating Shell object DEBUG: (SandWeb::Shell) VCS call to Unix shell DEBUG: (SandWeb::Shell) VCS command is : cd /usr/local/share/sandweb/users/stevef/Albury Computers// && MESSAGE_FILE="/usr/local/share/sandweb/users/stevef/commitmsg" && export MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs -q -d /cvs/alburycomputers checkout -d dataset 'dataset' DEBUG: (SandWeb::Shell) Not using VCS username/password I am guessing the last line does not look Ok, but I have set the correct username/password for the repository. Thanks Steve F |