Difference between revisions of "CVS"

From Apache OpenOffice Wiki
Jump to: navigation, search
(add basic questions and links)
({{Bug}}, {{CWS}} templates)
Line 20: Line 20:
 
  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]]
+
{{Bug|23306}}
  
 
=== how to track the patch code of a issue which has been fixed and integrated ? ===
 
=== how to track the patch code of a issue which has been fixed and integrated ? ===
(e.g) The issue 69010, belongs to the CWS impress110, has been integrated into m192.
+
(e.g) The issue {{Bug|69010}}, belongs to the {{CWS|impress110}}, has been integrated into {{m|192}}.
  
there are two possibilties to track this:
+
There are two possibilties to track this:
  
1. Use EIS (eis.services.openoffice.org). Login into EIS, search for the impress110 cws and look  there for the modules and files section. There you find the registered task and the files affected by this task. Following the link of the revision shows you the diff.
+
# Use EIS (eis.services.openoffice.org). Login into EIS, search for the <code>impress110</code> cws and look  there for the modules and files section. There you find the registered task and the files affected by this task. Following the link of the revision shows you the diff.
2. use bonsai (go-ooo.org/bonsai) to track all the changes of the cws (e.g.  http://bonsai.go-oo.org/cvsquery.cgi?treeid=default&module=all&branch=cws_src680_impress110&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=all&mindate=&maxdate=&cvsroot=%2Fhome%2Fooweb%2Fcvsup)
+
# use bonsai (go-ooo.org/bonsai) to track all the changes of the cws (e.g.  http://bonsai.go-oo.org/cvsquery.cgi?treeid=default&module=all&branch=cws_src680_impress110&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=all&mindate=&maxdate=&cvsroot=%2Fhome%2Fooweb%2Fcvsup)
using the first alternative work fine once a cws has been integrated, the second alternative works  fine before integration of the cws.
+
using the first alternative work fine once a cws has been integrated, the second alternative works  fine before integration of the cws.
 +
 
 +
{{LinkBanner}}

Revision as of 10:17, 3 April 2008

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

FAQ

How do I setup a CVS client?

http://specs.openoffice.org/servlets/ProjectSource

How do I setup a tunnel?

http://www.openoffice.org/scdocs/ddSSHGuide

Why do I need a tunnel?

A tunnel is used to commit files to the CVS system. Otherwise you have just read acccess.

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

Issue 23306

how to track the patch code of a issue which has been fixed and integrated ?

(e.g) The issue Issue 69010 , belongs to the CWS impress110  , has been integrated into m192  .

There are two possibilties to track this:

  1. Use EIS (eis.services.openoffice.org). Login into EIS, search for the impress110 cws and look there for the modules and files section. There you find the registered task and the files affected by this task. Following the link of the revision shows you the diff.
  2. use bonsai (go-ooo.org/bonsai) to track all the changes of the cws (e.g. http://bonsai.go-oo.org/cvsquery.cgi?treeid=default&module=all&branch=cws_src680_impress110&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=all&mindate=&maxdate=&cvsroot=%2Fhome%2Fooweb%2Fcvsup)

using the first alternative work fine once a cws has been integrated, the second alternative works fine before integration of the cws.

Tip: On this wiki you can use {{CWS}}, {{m}}, {{Bug}} templates to easily link to child workspaces, milestones and issues.

Personal tools