------- 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=90153 Summary: cvsservice truncates file pathname in cvs commands Product: kdevelop Version: unspecified Platform: unspecified OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: lonniev predictableresponse com Version: 3.1.0 (using KDE 3.3.0, compiled sources) Compiler: gcc version 3.3.3 [FreeBSD] 20031106 OS: FreeBSD (i386) release 5.2.1-RELEASE CvsService commands all pass truncated pathnames to the underlying cvs commands. Eg. "cvs log 'ile'" rather than cvs log 'myDir/mySubDir/myFile.c'. Of course, cvs complains about this and does not perform the proper action. (This is in a custom project if this matters.)