Bug 119200

Summary: wrong cvs commit arguments
Product: [Applications] cervisia Reporter: p92
Component: generalAssignee: Christian Loose <christian.loose>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description p92 2005-12-29 21:45:13 UTC
Version:           3.5 (using KDE 3.5.0, Kubuntu Package 4:3.5.0-0ubuntu0breezy1 breezy)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.12-10-686

when committing the top level directory of a local cvs module copy, quanta cervisia module issues :

cvs -f commit -m 'v2.0' '/home/pascal/documents/cvs/efiches' 2>&1

which is wrong as the cvs server doesnt like this absolute path.

would be better to cd the top level dir and then issue cvs commit on '.' dir

the update command is OK: cvs -f -q update -d -P  '.' 2>&1
Comment 1 András Manţia 2006-01-10 15:33:49 UTC
This clearly belongs to Cervisia.
Comment 2 Christian Loose 2006-01-10 16:06:32 UTC

*** This bug has been marked as a duplicate of 117220 ***