Changes

Jump to navigation Jump to search

Git branch creation

147 bytes removed, 09:42, 9 June 2014
cp ../relax_trunk/relax_commit.txt .
git config --add commit.template "relax_commit.txt"
# And build
scons
# Make an executable to this.
ln -s $PWD/relax $HOME/bin/relax_${BRANCH}
# If you have a Mac
sed -i "" "s/archs = \['i386', 'ppc', 'x86\_64']/archs = \['i386', 'x86\_64'\]/g" sconstruct
# And build
scons
# Get file back
git co sconstruct
#Now check out the svn branch, which we will keep to perform certain svn commands.

Navigation menu