HowToCWS

From Apache OpenOffice Wiki
Revision as of 11:02, 15 August 2006 by KaiB (Talk | contribs)

Jump to: navigation, search

How To CWS using Subversion

NB: This page is about working with the OpenOffice.org ChildWorkSpace (CWS) commit process using Subversion as the version control system. The workflow described here is used by many community developers but some Sun engineers might find it interesting as well.

Quickstart

Workflow

Prerquisites: You have your CWS system setup for Subversion support and a MixedTree without the sc module.

1  export CWS_WORK_STAMP=<your_username>svntest01
2  cwscreate -s SRC680 m180 $CWS_WORK_STAMP
3  cwsadd -c sc
4  echo // Replace this with hacking| cat sc/source/filter/excel/biffdump.cxx -
5  cwsresync -m m181 sc
6  mkdir /tmp/__analyze_$(CWS_WORK_STAMP); cd /tmp/__analyze_$(CWS_WORK_STAMP)
7  cwsanalyze sc

Setup for existing CWS users

  1. Install Subversion from the Subversion site or use the one included with your distribution. Warning: Cygwin SVN is broken and will not work!.
  2. Add these lines to your .cwsrc:
# Subversion server root
SVN_SERVER_ROOT=https://ooo-svn.osuosl.org
Personal tools