Bug 77894

Summary: JJ: checkout project as release without CVS folders
Product: [Applications] cervisia Reporter: Michael Virnstein <michael.virnstein>
Component: generalAssignee: Dermot Daly <dermdaly>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 2.1.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Virnstein 2004-03-18 09:33:33 UTC
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.
Comment 1 Christian Loose 2004-03-18 10:29:29 UTC
Thanks for your report, Michael.

Okay, you're basically asking for support of cvs' export function. That's definitely feasible.

Christian
Comment 2 Michael Virnstein 2004-03-18 11:06:57 UTC
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.
Comment 3 Christian Loose 2004-06-02 23:15:07 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