Summary: | JJ: Checkout project under different name | ||
---|---|---|---|
Product: | [Applications] cervisia | Reporter: | Michael Virnstein <michael.virnstein> |
Component: | general | Assignee: | Dermot Daly <dermdaly> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.1.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Virnstein
2004-04-23 10:08:35 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?) 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 |