[Bug 56782] New: CVS operations give errors
Jan Ekholm
chakie at infa.abo.fi
Thu Apr 3 09:45:05 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=56782
Summary: CVS operations give errors
Product: kdevelop
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: chakie at infa.abo.fi
Version: 3.0.0a4 (using KDE 3.1.1)
Installed from: (testing/unstable)
Compiler: gcc version 3.2.3 20030309 (Debian prerelease)
OS: Linux (i686) release 2.4.18-1
Doing certain CVS operations on files in a project gives errors. The project uses CVS and all operations work fine when done on the commanline (such as the embedded konsole). When the "File groups" view is shown and a file is highlighted at least the following operations fail with the error below:
* Add to repository
* Update
* Commit
The error is:
cd 'src' && cvs -f add 'new_file.h'
/bin/bash: line 1: cd: src: No such file or directory
*** Exited with status: 1 ***
Doing the same operations in the "File Tree" view works ok. The difference seems to be that doing them there performs a "cd" to the absolute path of the 'src' directory, not to a relative path. Could it be that the "File Groups" view has a wrong working directory, one where 'src' is not a subdir?
More information about the KDevelop-devel
mailing list