Bug 54492 - CVSROOT Not set when creating a new project
Summary: CVSROOT Not set when creating a new project
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 18:00 UTC by Barry Stokes
Modified: 2003-02-11 19:14 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 Barry Stokes 2003-02-11 18:00:57 UTC
Version:           Alpha 3 (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          GCC 3.2.1 
OS:          Linux

$CVSROOT is not set when a new project using CVS is created. This means that $CVSROOT would have to be set before gideon is loaded, which, if running from run, rather than konsole, means it has to be set before KDE/X is loaded. It also means that you can't easily work on more than one project at a time.
Comment 1 Harald Fernengel 2003-02-11 18:41:06 UTC
You don't need CVSROOT, if a repository is already checked out (and there is a CVS/ 
directory) cvs will use that. During checkout and checkins just use the "-d" parameter (check 
the cvs manpage for details). You can set the parameters for cvs in the gideon project options. 
Comment 2 Barry Stokes 2003-02-11 19:00:39 UTC
I don't see this as a fixed bug. The problem is that cvs is expecting there to be a 
CVSROOT defined. So obviously there isn't a CVS directory, or it cannot be used 
properly. As KDevelop set up the CVS stuff, I would have assumed it would have 
done it so that CVS was in a usable state. Considering that this is not the case, then 
there is still a bug somewhere, whether it's CVSROOT nor being set, or KDevelop 
not setting it up correctly. 
 
I would have thought that I should not need to do things such as looking in the man 
pages for cvs, as I assumed that KDevelop would handle such things properly. 
Comment 3 Harald Fernengel 2003-02-11 19:14:30 UTC
*sigh* Bug 54489 is a bug which stays in the database until it is fixed. 
Your request for setting $CVSROOT doesn't make sense for KDevelop, so I mark this as 
resolved. Use "-d" or wait until 54489 is resolved or try to fix it yourself and send a patch to the 
list. 
 
Thanks, 
Harry