Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 217.1
edited by David Avendasora
on 2012/03/05 04:06
on 2012/03/05 04:06
Change comment:
There is no comment for this version
To version 219.1
edited by Timothy Worman
on 2012/09/05 16:57
on 2012/09/05 16:57
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.tworman - Content
-
... ... @@ -28,8 +28,8 @@ 28 28 29 29 {{note title="Wonder Committers"}} 30 30 31 -The URL above is the public, read-only URL. 32 -People with commit privileges for Project Wonder should use: *{{git@github.com:projectwonder/wonder.git}}*31 +The URL above is the public, read-only URL. 32 +People with commit privileges for Project Wonder should use: {{{*}git@github.com:projectwonder/wonder.git{*}}} 33 33 {warning}Do *not* change "git@..." to be your username.{warning} 34 34 35 35 {{/note}} ... ... @@ -69,6 +69,18 @@ 69 69 70 70 {{/info}} 71 71 72 +== Work with the Latest Changes - Integration Branch == 73 + 74 +The integration branch of Wonder is where the most recent fixes, additions, new features, etc., are merged in for testing and vetting by the community. By checking out integration you can benefit from all of these latest commits to the Wonder project before they are pulled into master/trunk. And the community can benefit by having another contributor to the improvement of Wonder. To work with the integration branch in Git, you will simply checkout that branch from your repository like so: 75 + 76 +{{code value="none"}} 77 +cd WonderSource 78 +{{/code}} 79 + 80 +{{code}} 81 +git checkout integration 82 +{{/code}} 83 + 72 72 == Use It == 73 73 74 74 * h5. Use Wonder source code projects in your Eclipse workspace