Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created August 24, 2010 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tingletech/548285 to your computer and use it in GitHub Desktop.
Save tingletech/548285 to your computer and use it in GitHub Desktop.
## steps to create new DSC-XTF hg repo with local XTF customizations
## based on http://groups.google.com/group/xtf-user/browse_thread/thread/11c79e82aa2e20c3
hg clone http://xtf.hg.sourceforge.net:8000/hgroot/xtf/xtf#default
cvs co -r OAC_4_1_2009_Dec_branch xtf-cdl
cd xtf
hg branch dsc-server-consolidation
cd ..
# copy files from xtf-cdl into XTF
/usr/local/bin/tar c --exclude-vcs -C xtf-cdl/ . | /usr/local/bin/tar xv -C xtf/
## [EDIT file xtf/style/marc/MARC21slim2XTFDC.xsl so it does not have database passwords in it]
## cdlTest does not compile
rm -rf xtf/WEB-INF/src/org/cdlib/xtf/cdlTest/
cd xtf
hg addremove
hg commit -m "OAC_4_1_2009_Dec_branch + config_reader"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment