3 Jan 2011 17:28
Using a local git repository with OProfile CVS
William Cohen <wcohen <at> redhat.com>
2011-01-03 16:28:23 GMT
2011-01-03 16:28:23 GMT
Hi All, The OProfile source repository is currently CVS-based. I have been using git more lately because I have found git pretty convenient. Looking around the web I found some instructions on using CVS repository with a local git repository: http://drupal.org/node/288873 I thought other people working on OProfile might also be interested in using git for their local repository. I did some minor tweaks on the commands to use environment variables to minimize typing. You will need to adjust the environment variables for local conditions. Below are the commands used to setup a local and use a local OProfile git repository. -Will Environment variable setup: export CVSROOT=:ext:USER_NAME <at> oprofile.cvs.sourceforge.net:/cvsroot/oprofile export MODULE_NAME=oprofile export GIT_CVS_CLONE=~/oprofile/oprofile.git export CVS_WC_MODULE=~/oprofile/oprofile export WORKING_SAND_BOX=~/oprofile/oprofile.work.git Importing your module's CVS tree cvs login mkdir $GIT_CVS_CLONE cd $GIT_CVS_CLONE git cvsimport -a -p -x -v -d $CVSROOT $MODULE_NAME(Continue reading)
RSS Feed