Bug 80177 - JJ: Checkout project under different name
Summary: JJ: Checkout project under different name
Status: RESOLVED FIXED
Alias: None
Product: cervisia
Classification: Applications
Component: general (show other bugs)
Version: 2.1.2
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dermot Daly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 10:08 UTC by Michael Virnstein
Modified: 2004-06-02 23:15 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 Michael Virnstein 2004-04-23 10:08:35 UTC
Version:           2.1.2 (using KDE KDE 3.2.2)
Installed from:    SuSE RPMs
OS:          Linux

Cervisia really lacks the feature of checking out a project under different name (alias). 
I often need a checkout of the HEAD and one of a particular branch. At the moment i have to checkout into two different base folders to achive that goal.
Comment 1 Christian Loose 2004-05-17 21:54:30 UTC
- add new parameter for "-d" option to the method CvsService::checkout(...) 
(cervisia/cvsservice/cvsservice.cpp)
- add new line edit to the checkout dialog for the new parameter, so the user can specify a differing target directory.
(cervisia/checkoutdlg.cpp)
- think about also adding support for the "-N" option (checkbox?)

Comment 2 Christian Loose 2004-06-02 23:15:37 UTC
CVS commit by cloose:

* Implemented wish #77894:
  Added support for a checkout of a module without
  the CVS folder. (cvs export)
  Patch by Dermot Daly

* Implemented wish #80177:
  It's now possible to checkout a project under an
  alias name. (cvs checkout -d)
  Patch by Dermot Daly


  M +12 -0     ChangeLog   1.130
  M +2 -1      cervisiapart.cpp   1.147
  M +52 -0     checkoutdlg.cpp   1.36
  M +5 -2      checkoutdlg.h   1.14
  M +10 -4     cvsservice/cvsservice.cpp   1.42
  M +4 -1      cvsservice/cvsservice.h   1.30