From: Fadjar T. <fa...@ba...> - 2003-06-05 06:49:16
|
Dear Rob, This is the debug message when I use "e:/cvs/blah" DEBUG: (SandWeb::Config) module_description = '' DEBUG: (main) write_config() DEBUG: (main) module_name: DEBUG: (main) username: fadjar DEBUG: (main) location: DEBUG: (main) main_window_url: http://cvsweb.balicamp.com/cgi-bin/sandweb.cgi?action=sandbox DEBUG: (main) Repo name: COMMIT DEBUG: (main) Repo root: e/project/commit DEBUG: (main) VCS sandbox: /export/home/sandweb/cache/users/fadjar/COMMIT// DEBUG: (main) Repo type: CVS DEBUG: (main) Filename(s): documents DEBUG: (SandWeb::Repository) Performing checkout operation DEBUG: (SandWeb::Repository) Params: file documents DEBUG: (SandWeb::Repository::cvs) Performing checkout operation DEBUG: (SandWeb::Repository::cvs) Params: checkout -d documents DEBUG: (SandWeb::Repository::cvs) File: documents DEBUG: (SandWeb::Repository::cvs) Creating Shell object DEBUG: (SandWeb::Shell) VCS call to Unix shell DEBUG: (SandWeb::Shell) VCS command is : cd /export/home/sandweb/cache/users/fadjar/COMMIT// && MESSAGE_FILE="/export/home/sandweb/cache/users/fadjar/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 :pserver:fadjar@172.16.0.253:e/project/commit checkout -d documents 'documents' DEBUG: (SandWeb::Shell) Using VCS username/password DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect vcs /export/home/sandweb/cache/users/fadjar/passwd "cd /export/home/sandweb/cache/users/fadjar/COMMIT// && MESSAGE_FILE="/export/home/sandweb/cache/users/fadjar/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 :pserver:fadjar@172.16.0.253:e/project/commit checkout -d documents 'documents'" DEBUG: (SandWeb::File) removing file : /export/home/sandweb/cache/users/fadjar/passwd DEBUG: (SandWeb::File::Unix) removing file : /export/home/sandweb/cache/users/fadjar/passwd DEBUG: (SandWeb::Shell) VCS call to Unix shell DEBUG: (SandWeb::Shell) VCS command is : rm "/export/home/sandweb/cache/users/fadjar/passwd" DEBUG: (SandWeb::Shell) Not using VCS username/password DEBUG: (SandWeb::File::Unix) error code : Can you give me some expplanation? Regards, Fadjar Tandabawana -----Original Message----- From: Rob Helmer [mailto:ro...@ro...] Sent: 05 Juni 2003 13:20 To: Fadjar Tandabawana Cc: san...@li... Subject: Re: [Sandweb-users] SandWeb with CVSNT On Thu, Jun 05, 2003 at 01:03:29PM +0800, Fadjar Tandabawana wrote: > Dear all, > > I have CVSNT installed and I want SandWeb could access them. But the > problem is the cvs root path. If I use e:\cvs\blah the sandweb > formating to ecvsblah. Is there any support about this matter? Interesting.. we're probably filtering them as "unsafe characters" :) Try using forward slashes, "e:/cvs/blah", see if that helps. -- Rob |