CVS

From Apache OpenOffice Wiki
Revision as of 08:34, 26 January 2007 by Mh (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Personal tools