Difference between revisions of "CVS"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(I can't checkout with a certain tag)
Line 12: Line 12:
 
  cd test/playground
 
  cd test/playground
 
  cvs tag -b cws_src680_asyncdialogs2 Makefile
 
  cvs tag -b cws_src680_asyncdialogs2 Makefile
 +
 +
[[http://qa.openoffice.org/issues/show_bug.cgi?id=23306 IssueZilla 23306]]

Revision as of 08:40, 26 January 2007

CVS

This page describes some difficulties with the modified CVS version, which is used for OpenOffice.org

FAQ

I can't checkout with a certain tag

OpenOffice.org CVS is loosing from time to time it's CVSROOT/valtags file so one needs to recreate this tags, this can be done by creating just another dummy branch:

cvs -d:pserver:mh@my-tunnel:/cvs co test
cd test/playground
cvs tag -b cws_src680_asyncdialogs2 Makefile

[IssueZilla 23306]

Personal tools