Bug 55666 - Committing to CVS fails from FileGroups & FileTree context menus
Summary: Committing to CVS fails from FileGroups & FileTree context menus
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 23:20 UTC by Mario Scalas
Modified: 2010-12-16 19:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Scalas 2003-03-07 23:20:03 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2.2  
OS:          Linux

1) Created a KParts KDE Application with local CVS support (/home/cvsroot)
(Initial creation of repository successfull)

2) Modified a line in main.cpp and wanted to update the repository.
(Now the problem).
(a) Using the context menu->CVS->Commit from File Groups group on file main.cpp gives error:
cd 'src' && cvs -f commit -m 'My nice comment' 'main.cpp'
/bin/bash: line 1: cd: src: No such file or directory
*** Exited with status: 1 ***
(b) Using the same context menu fron FileTree gives the error
cd '/home/mario/test/src' && cvs -f commit -m 'My nice comment' 'main.cpp'
cvs commit: cannot open CVS/Entries for reading: No such file or directory
cvs commit: nothing known about 'main.cpp'
cvs [commit aborted]: correct the above errors first!
*** Exited with status: 1 ***

3) Now checked out the repository into another directory (from konsole) with "cvs co test/testpart": ok.

4) Opened the project in the newly checked out directory: ok.

5) Made some trivial modifications to file main.cpp and tried committing: (a) still fails, while (b) succeeds.
Comment 1 Amilcar do Carmo Lucas 2003-04-03 22:50:28 UTC
These bugs have been fixed in CVS. Test it if for some reason it doesn't work, 
complain 
Comment 2 Mario Scalas 2003-04-03 23:36:12 UTC
I confirm that it works nice :)