[Bug 55666] New: Committing to CVS fails from FileGroups & FileTree context menus

Mario Scalas mario.scalas at libero.it
Fri Mar 7 23:21:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=55666     
           Summary: Committing to CVS fails from FileGroups & FileTree
                    context menus
           Product: kdevelop
           Version: CVS
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: mario.scalas at libero.it


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.




More information about the KDevelop-devel mailing list