From kde-bugs-dist Wed Jun 09 14:42:39 2004 From: Mario Scalas Date: Wed, 09 Jun 2004 14:42:39 +0000 To: kde-bugs-dist Subject: [Bug 82920] cvsroot isn't passed to cvs commit Message-Id: <20040609144239.4398.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=108680679108494 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=82920 ------- Additional Comments From mario.scalas libero it 2004-06-09 16:42 ------- I've tried #5's steps and got to the same solution: I've locally replaced the current CvsPartImpl::createNewProject() code with something using cervisia's import() method and got a similar error: Started job: cd /home/mario/helloprova && cvs -f -d /home/mario/cvsroot import -m "new project" vendor start Usage: cvs import [-d] [-k subst] [-I ign] [-m msg] [-b branch] [-W spec] repository vendor-tag release-tags... -d Use the file's modification time as the time of import. -k sub Set default RCS keyword substitution mode. -I ign More files to ignore (! to reset). -b bra Vendor branch id. -m msg Log message. -W spec Wrappers specification line. (Specify the --help global option for a list of other help options) Job finished with exitCode == 1 (No scattered files though ;-)) So I think that the simplest solution is to make the module field mandatory and to fill it with the project name, just for user convenience. Better ideas?