Version: 2.1.1 (using KDE KDE 3.2.1) Installed from: SuSE RPMs OS: Linux At the moment i can't locate any method to checkout a project without all the CVS folders. When i want to create a release on a public server, i don't want the CVS folders and i always have to delete them manually to do so. Best way to do it would be an checkbox in the checkout dialog, which enables me to checkout without CVS folders.
Thanks for your report, Michael. Okay, you're basically asking for support of cvs' export function. That's definitely feasible. Christian
yes, that's it. I don't know all the commands of CVS, because i'm basically using gui's most of the time. But i searched for export on cvshome.org and that's exactly what i need.
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