Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "GitAndHadoop" page has been changed by SteveLoughran: https://wiki.apache.org/hadoop/GitAndHadoop?action=diff&rev1=19&rev2=20 Comment: add git URL for committers; stub MigratingPrivateGitBranches git clone git://git.apache.org/hadoop.git }}} + '''Committers:''' for read/write access use + {{{ + https://git-wip-us.apache.org/repos/asf/hadoop.git + }}} + - The total download is well over 100MB, so the initial checkout process works best when the network is fast. Once downloaded, Git works offline -though you will need to perform your initial builds online so that the build tools (Maven, Ivy &c) can download dependencies. + The total download is well over 100MB, so the initial checkout process works best when the network is fast. Once downloaded, Git works offline -though you will need to perform your initial builds online so that the build tools can download dependencies. == Grafts for complete project history == @@ -43, +48 @@ }}} You can then use commands like `git blame --follow` with success. + + == Migrating private branches to the new git commit history == + + The migration from svn to git changed the commit ids for anyone tracking the history of the project via the svn to git bridge. This means that private forks/branches will not rebase to the new versions. Follow the MigratingPrivateGitBranches instructions. + == Forking onto GitHub ==
