From: Rob H. <ro...@ro...> - 2003-01-31 06:36:38
|
On Fri, Jan 31, 2003 at 10:46:46AM +0530, Kiran Kumar M wrote: > Hi Rob, > Thanks for the reply ,I am using Redhat 7.2 ..i have attached the output > file . > 1.I create a new Repository ..this is created under the user SandWeb does not actually create repositories, what you are doing is giving SandWeb info about an existing repository ( we may be able to create modules in the future, actual creation of a repository requires access to the server though. That's possible too but not planned ). > 2.Next i select that repository from dropdown and do a checkout (Here is > the Error after this i get the module name,description,repository update > delete entries added for the project i have added with name and description > ...but these folders are not created ). please look at the attachment You need to already have an existing CVS repository and module to check out, according to this error you left the module name field blank. Here's a good introductory guide to doing that : http://www.cvshome.org/docs/blandy.html > 3.After I create a repository how do i add folders/files to the same .. If you check out and existing module, you should be able to add files and folders through SandWeb. > 4.Do you have any Documentation on the usage Unfortunately no, I've been working on API docs mostly :) I'd like to have a user's guide that is linked from the application itself, via a "help" button on every screen. But this is post-1.0 work for me. > 5.If i have existing repositories in the system can i view the same on the > browser and if yes how can that be done The repositories must already exist for SandWeb to use them. Think of SandWeb as a CVS client, it does not help to administer a CVS server in any way. Think of it as you would WinCVS or command-line "cvs". > > > Thanks , > > Kiran > > > Current filename : > > > cvs [checkout aborted]: must specify at least one module or directory > > > > > > > > > DEBUG: (main) action: sandbox submit: Checkout > DEBUG: (main) module_description: > DEBUG: (main) loading prefs > DEBUG: (main) > $VAR1 = bless( { > 'repo' => { > 'Ktest' => { > 'module' => { > 'Ktest' => { > 'description' => '', > 'name' => 'Ktest' > }, > 'description' => '', > 'content' => ' > description="" name="" /> > description="" name="" /> > ', > 'Gentrans' => { > 'description' => '', > 'name' => 'Gentrans' > }, > 'name' => '' > }, > 'username' => 'k', > 'connection' => 'local', > 'server' => 'localhost', > 'root' => '', > 'type' => 'CVS' > }, > 'mysecondrepo' => { > 'module' => { > '' => { > 'description' => '' > }, > 'aaa' => { > 'description' => 'aaa' > } > }, > 'username' => 'k', > 'connection' => 'local', > 'root' => '/tmp/sand/mysecondrepo', > 'server' => 'localhost', > 'type' => 'CVS' > }, > 'Getnrans1' => { > 'module' => { > 'description' => '', > 'content' => ' > description="" name="" /> > ', > 'name' => '' > }, > 'username' => 'k', > 'connection' => 'local', > 'server' => 'localhost', > 'root' => '/home/cvsroot/Gentrans', > 'type' => 'CVS' > }, > 'Getnrans4' => { > 'module' => { > 'description' => '', > 'content' => ' > description="" name="" /> > ', > 'name' => '' > }, > 'username' => 'k', > 'connection' => 'local', > 'root' => '/tmp/sand/cvs', > 'server' => 'localhost', > 'type' => 'CVS' > }, > 'project001' => { > 'module' => {}, > 'username' => 'k', > 'connection' => 'local', > 'root' => '/home/cvsroot/Gentrans', > 'server' => 'localhost', > 'type' => 'CVS' > }, > 'project002' => { > 'module' => {}, > 'username' => 'k', > 'connection' => 'local', > 'server' => 'localhost', > 'root' => '/tmp/sand/cvs', > 'type' => 'CVS' > }, > 'Myfirstproj' => { > 'module' => { > 'description' => '', > 'name' => '' > }, > 'username' => 'k', > 'connection' => 'local', > 'root' => '/tmp/sand/cvs/Project001', > 'server' => 'localhost', > 'type' => 'CVS' > }, > 'myfirstrep' => { > 'module' => { > 'description' => '', > 'name' => '' > }, > 'username' => 'k', > 'connection' => 'local', > 'server' => 'localhost', > 'root' => '/tmp/sand/myfirstrep', > 'type' => 'CVS' > } > }, > 'config_dir' => '/tmp/sand/cache/sandweb/users/k', > 'config_file' => '.user.cfg', > 'personal' => { > 'work_dir' => 'c:\\CVS', > 'full_name' => 'Kiran K' > }, > 'log_obj' => bless( { > 'debug_msgs' => [ > '(main) action: sandbox submit: Checkout', > '(main) module_description: > ', > '(main) loading prefs' > ], > 'log_dir' => '/tmp/sand/log', > 'toggle' => { > 'log' => '1', > 'debug' => '1' > } > }, 'SandWeb::Log' ) > }, 'SandWeb::Config' ); > > > DEBUG: (SandWeb::Config) module_description = '' > DEBUG: (main) > $VAR1 = { > 'errorlevel' => 256, > 'output' => 'cvs [checkout aborted]: must specify at least one module or directory > ' > }; > > > DEBUG: (main) write_config() > DEBUG: (main) HTTP_REFERER: http://intranet.comatindia.com/cgi-bin1/sandweb.cgi?action=sandbox > DEBUG: (main) prev_url http://intranet.comatindia.com/cgi-bin1/sandweb.cgi?action=sandbox |