yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #05671
Re: [Yade-dev] YADE on GitHub. Moving main repository.
-
From:
Janek Kozicki <janek_listy@xxxxx>
-
Date:
Tue, 13 Mar 2012 14:11:42 +0100
-
Cc:
yade-users@xxxxxxxxxxxxxxxxxxx, yade-dev@xxxxxxxxxxxxxxxxxxx
-
Face:
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEUBAQEtLS1KSkpRUVFXV1dYWFhjY2Nzc3N3d3eHh4eKioqdnZ24uLjLy8vc3NxVIagyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AIVEzgS1fgQtQAAAjRJREFUOMtt1DFv00AUAOAzFQNbjigSyoQaRaBMhKgLUyKXpVNNeUpk9vyDqFJhQ1kiBuaqAwJCqvPtSLY7RlTn5+5IdnYkkt/AOyfxXVLe5vf53Z1875kd34tOEax8djmj6GyjhB5bxz50GdsVZr9fqRjZwAtKOJw5Wqs2MMZ16ALHsaDncF7xAHix1oEFHAB8f+pRjcO4gfZDykcYzbiucRolOLUJ6kjA0xtVt+A6TySlM0RajIpK6DzwKZ/nOYbF/gclHMo1ZOHYY/+Ha+AWuM+3oMS4eeqYzZ8FiCltgUqI8cd2wwAVpJk+8LWYjBtnJdQpHQqJMd4Oxt4bU9ESiFGc5hkqaH74asAX4iabP5I5gZ+qjgGlJCqZa3h3lxhoeVcSE1qLQC4sqKOK9MGW9E3izFqqHokoztLFEgXg31sbZEKnWi2T74A4NxfVQqlkjKtcAWD+zcArFEES01dR0E/nnV0IgugmDd/2L84sOAouRBBHEc7gtc8teDkRlE0iNQPo2w3Xhh/D4TCIQ4LRLoTvgwjj6RRgavdurxYGMaIuGOyAW/PpNlCcU9/93AHenAWYjPoAwa+G3e3to/MgFNTAEKvKDjzuCzHTnY3qqdXtx24VijzQfZ0yewZ5cwRFQaa+mIYr1uI0I76+3W4xhlvoVRwOA0Fdl64HlJnxP6T8YpX/Lga4Wv4A3ErrU5oTfN7Mu/llXMl8RXEPji/lQkN3H7qXqgC2By47EXeU/7PJ/wPxRKMnuZwIeAAAAABJRU5ErkJggg==
-
In-reply-to:
<4F5E65DE.50908@gmail.com>
Good move.
I hope this will not make additional mess in wiki and/or documentation.
best regards
Janek Kozicki
Anton Gladky said: (by the date of Mon, 12 Mar 2012 22:08:46 +0100)
> Dear yade users and developers,
>
> I'm trying to make some changes on yade repository to allow new
> contributors to push their changes into the yade main branch without
> breaking it.
>
> We (me and Bruno) are on a stage of transition the yade main trunk to
> git. The new project was created on github.com [1].
>
> Many open-source project are moving on git, because it has a lot of
> positive sides, especially branching. You can find tons of information
> on your own language on this topic. I will just shortly give some main
> commands to start to use new yade git-branch.
>
> Please, note, all the history of the yade was saved and migrated onto
> git. Also all names of committers were fixed to escape different names
> of the same person. About 12 committs were not identified, they marked
> as "unknown".
>
> Yade releases were tagged and subscribed by GPG-key (even historical
> 0.08.x versions!) [6].
>
> Steps to start to work with git-branch of yade:
>
> 1. Register on github.com
>
> 2. Add your SSH key to GitHub [2]:
> On the GitHub site Click “Account Settings” >
> Click “SSH Public Keys” > Click “Add another public key”
>
> 3. Set your username and email:
> git config --global user.name "Firstname Lastname"
> git config --global user.email "your_email@xxxxxxxxxxxxx"
>
> 4. Fork A Repo [3]:
> click the “Fork” button on the https://github.com/yade/trunk
>
> 5. Set Up Your Local Repo:
> git clone git@xxxxxxxxxx:username/trunk.git
>
> 6. Configure remotes:
> git remote add upstream git@xxxxxxxxxx:yade/trunk.git
> git fetch upstream
>
> All these steps should be done just once.
> After that you can make changes on your working branch.
> To commit changes:
> git add .
> git commit -am'Commit message'
> git push origin master
>
> "git push" can be performed once per several commits.
>
> Changes will be pushed to your personal "fork", If you have tested your
> changes and ready to push them into the main trunk, just do a "pull
> request" [4]. After reviewing your changes they will be added to the
> main trunk.
>
> To pull new updates from the upstream:
> git fetch upstream
>
>
> It looks a little difficult. But after some practice, you will probably
> find it pretty useful and handy.
> There are a lot of additional commands in git, which can be very useful.
>
> For those, who used git already, it should not cause any problems
> with new repo. The short instruction on using Yade on GitHub can be
> found on wiki-page [5].
>
> Please, note, all other services like a bug-tracker, question-section,
> download files etc will remain on Launchpad.
> Please, do not make direct commits to the lp:yade, this branch
> automatically imports all changes from git.
>
> I want to ask you to test this new repo and give a feedback. The
> git-branch is now importing back to the branch lp:yade
>
> If you have any questions/problems, do not hesitate to ask them.
> I hope this migration will have a positive impact on the YADE development.
>
> If we find this change too complicated, unreliable etc. we will easily
> return back to our bzr-branches.
>
> Thank you.
>
> Anton
>
> [1] https://github.com/yade
> [2] http://help.github.com/linux-set-up-git/
> [3] http://help.github.com/fork-a-repo/
> [4] http://help.github.com/send-pull-requests/
> [5] https://yade-dem.org/wiki/Yade_on_github
> [6] https://github.com/yade/trunk/tags
>
--
Janek Kozicki http://janek.kozicki.pl/ |
References