[Debian Wiki] Update of "BOINC/Development/GitUsage" by FrankThomas

Debian Wiki debian-www at lists.debian.org
Sun Aug 24 15:54:35 UTC 2008


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The following page has been changed by FrankThomas:
http://wiki.debian.org/BOINC/Development/GitUsage

The comment on the change is:
add git-svn prefix

------------------------------------------------------------------------------
  
  With `git-svn` upstream development can be directly tracked in your Git repository. For example if you are in the `boinc` repository, run the following command to clone BOINC's `trunk` from upstream's Subversion repository into your Git repository:
  {{{
- git svn clone --trunk=trunk/boinc --prefix=upstream/ http://boinc.berkeley.edu/svn/ .
+ git svn clone --trunk=trunk/boinc --prefix=git-svn/upstream/ http://boinc.berkeley.edu/svn/ .
  }}}
- This creates a new remote branch `upstream/trunk` which contains BOINC's complete trunk. This branch can for example be used as argument for `git-buildpackage`'s  `--git-upstream-branch` option to build packages directly from trunk.
+ This creates a new remote branch `git-svn/upstream/trunk` which contains BOINC's complete trunk.
  



More information about the pkg-boinc-commits mailing list