Cloning gets all the history of all the branches. Run 'git checkout test'
to switch your working copy to the test branch.

On Wed, Jun 13, 2012 at 11:30:30AM -0400, Harry Wang wrote:
>    It cloned master instead of test branch. Is there another place to change
>    the branch? I can try that. 
>    The following line does not show cloning the test branch
>    [2012-06-12 16:28] INFO: Cloning [email protected]:harrywang/3akai-ux.git to
>    ../3akai-ux
> 
>    On Wed, Jun 13, 2012 at 10:51 AM, D. Stuart Freeman
>    <[1][email protected]> wrote:
> 
>      That looks like it's properly picking up the config and using it.
>      On Tue, Jun 12, 2012 at 04:32:46PM -0400, Harry Wang wrote:
>      >    Hi Stuart,
>      >    I added the following line in the settings.rb file
>      >    ui = {"path" => "../3akai-ux", "repository" =>
>      >    "[email protected]:harrywang/3akai-ux.git", "branch" => "test",
>      "localbranch"
>      >    => "test", "remote" => "origin"}
>      >    The following are the output for running rake bld:clone:
>      >    roaming-217-195:OAE-Builder harrywang$ rake bld:clone
>      >    [2012-06-12 16:28] INFO: Using settings:
>      >    [2012-06-12 16:28] INFO:   JAVA:   java -Dfile.encoding=UTF8
>      -Xms256m
>      >    -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=512m
>      >    [2012-06-12 16:28] INFO:   MVN:    mvn -B -e -Dmaven.test.skip
>      >    [2012-06-12 16:28] INFO:   UI:     {"path"=>"../3akai-ux",
>      >    "repository"=>"[email protected]:harrywang/3akai-ux.git",
>      "branch"=>"test",
>      >    "localbranch"=>"test", "remote"=>"origin"}
>      >    [2012-06-12 16:28] INFO:   SERVER: [{"path"=>"../nakamura",
>      >    "repository"=>"git://[1][2]github.com/sakaiproject/nakamura.git",
>      >    "branch"=>"master", "localbranch"=>"master", "port"=>"8080"}]
>      >    [2012-06-12 16:28] INFO: Cloning
>      [email protected]:harrywang/3akai-ux.git to
>      >    ../3akai-ux
>      >    [2012-06-12 16:29] INFO: Cloning
>      >    git://[2][3]github.com/sakaiproject/nakamura.git to ../nakamura
>      >    Thanks for your help.
>      >    Harry
>      >    On Tue, Jun 12, 2012 at 4:13 PM, D. Stuart Freeman
>      >    <[3][4][email protected]> wrote:
>      >
>      >      OK, are you setting that line in the Rakefile or settings.rb?
>      Also could
>      >      you paste the first 5 lines of the output from a rake run?
>      >      On Tue, Jun 12, 2012 at 02:16:48PM -0400, Harry Wang wrote:
>      >      >    Yes. The test branch can be viewed on Github.�
>      >      >
>      >      >    On Tue, Jun 12, 2012 at 2:04 PM, D. Stuart Freeman
>      >      >    <[1][4][5][email protected]> wrote:
>      >      >
>      >      >      Does your repo already have a branch called test? The
>      oae-builder
>      >      won't
>      >      >      create the branch for you if it doesn't exist (because it
>      >      wouldn't know
>      >      >      where to branch from).
>      >      >      On Tue, Jun 12, 2012 at 01:54:27PM -0400, Harry Wang
>      wrote:
>      >      >      > � �Hi,
>      >      >      > � �In the OAE-Builder doc, it says:
>      >      >      >
>      >      >      > � � If you'll be working on the front-end code, change
>      the
>      >      repository
>      >      >      to your
>      >      >      > � � own 3akai-ux repo.
>      >      >      >
>      >      >      > �ui = {"path" => "../3akai-ux", "repository" =>
>      >      >      "[1][2][5][6][email protected]:<your github username
>      >      here>/3akai-ux.git",
>      >      >      "branch" => "master", "localbranch" => "master", "remote"
>      =>
>      >      "origin"}
>      >      >      >
>      >      >      > �I want to use another branch instead of the master
>      branch,
>      >      e.g. test
>      >      >      and made
>      >      >      > �the following changes
>      >      >      >
>      >      >      > �ui = {"path" => "../my-3akai-ux", "repository" =>
>      >      >      "[email protected]:myname/my-3akai-ux.git", "branch" =>
>      "test",
>      >      >      "localbranch" => "test", "remote" => "origin"}
>      >      >      >
>      >      >      > �When I try to rake bld:clone, OAE-builder still pull
>      the
>      >      master
>      >      >      branch instead
>      >      >      > �of test branch. Did I miss anything? Thanks for the
>      help.
>      >      >      >
>      >      >      >
>      >      >      > �Harry
>      >      >      >
>      >      >      > References
>      >      >      >
>      >      >      > � �Visible links
>      >      >      > � �1. mailto:[3][6][7][email protected]
>      >      >
>      >      >      > _______________________________________________
>      >      >      > oae-dev mailing list
>      >      >      > [4][7][8][email protected]
>      >      >      >
>      [5][8][9]http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>      >      >
>      >      >      --
>      >      >      D. Stuart Freeman
>      >      >      Georgia Institute of Technology
>      >      >
>      >      > References
>      >      >
>      >      >    Visible links
>      >      >    1. mailto:[9][10][email protected]
>      >      >    2. mailto:[10][11][email protected]
>      >      >    3. mailto:[11][12][email protected]
>      >      >    4. mailto:[12][13][email protected]
>      >      >    5.
>      [13][14]http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>      >      --
>      >      D. Stuart Freeman
>      >      Georgia Institute of Technology
>      >
>      > References
>      >
>      >    Visible links
>      >    1. [15]http://github.com/sakaiproject/nakamura.git
>      >    2. [16]http://github.com/sakaiproject/nakamura.git
>      >    3. mailto:[17][email protected]
>      >    4. mailto:[18][email protected]
>      >    5. mailto:[19][email protected]
>      >    6. mailto:[20][email protected]
>      >    7. mailto:[21][email protected]
>      >    8. [22]http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>      >    9. mailto:[23][email protected]
>      >   10. mailto:[24][email protected]
>      >   11. mailto:[25][email protected]
>      >   12. mailto:[26][email protected]
>      >   13. [27]http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>      --
>      D. Stuart Freeman
>      Georgia Institute of Technology
> 
> References
> 
>    Visible links
>    1. mailto:[email protected]
>    2. http://github.com/sakaiproject/nakamura.git
>    3. http://github.com/sakaiproject/nakamura.git
>    4. mailto:[email protected]
>    5. mailto:[email protected]
>    6. mailto:[email protected]
>    7. mailto:[email protected]
>    8. mailto:[email protected]
>    9. http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>   10. mailto:[email protected]
>   11. mailto:[email protected]
>   12. mailto:[email protected]
>   13. mailto:[email protected]
>   14. http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>   15. http://github.com/sakaiproject/nakamura.git
>   16. http://github.com/sakaiproject/nakamura.git
>   17. mailto:[email protected]
>   18. mailto:[email protected]
>   19. mailto:[email protected]
>   20. mailto:[email protected]
>   21. mailto:[email protected]
>   22. http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>   23. mailto:[email protected]
>   24. mailto:[email protected]
>   25. mailto:[email protected]
>   26. mailto:[email protected]
>   27. http://collab.sakaiproject.org/mailman/listinfo/oae-dev

-- 
D. Stuart Freeman
Georgia Institute of Technology

Attachment: signature.asc
Description: Digital signature

_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to