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

Debian Wiki debian-www at lists.debian.org
Sun Aug 24 11:48:03 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:
Tracking upstream development with git-svn

------------------------------------------------------------------------------
  git-buildpackage --git-tarball-dir=<path/to/tarballs/>
  }}}
  
+ == Tracking upstream development ==
+ 
+ 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/ .
+ }}}
+ 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.
+ 



More information about the pkg-boinc-commits mailing list