[
https://issues.apache.org/jira/browse/S4-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227064#comment-13227064
]
Matthieu Morel commented on S4-46:
----------------------------------
Apache's git default checkout branch is master. However there is currently no
"master" branch in the S4 repository, since in the proposed development
workflow, the master branch refers to the previous release (and there is no
such release of S4 under the Apache umbrella yet). See
https://issues.apache.org/jira/browse/S4-35
Solution: until there is a release, you should checkout either "dev" or "piper"
branches.
See https://issues.apache.org/jira/browse/S4-39.
> git checkout fails
> ------------------
>
> Key: S4-46
> URL: https://issues.apache.org/jira/browse/S4-46
> Project: Apache S4
> Issue Type: Bug
> Environment: mac osx 10.6.8
> git version 1.7.9.2
> Reporter: Valerio Schiavoni
> Labels: git, path
>
> The following happen trying to perform a clean checkout:
> git clone http://git-wip-us.apache.org/repos/asf/incubator-s4.git
> Cloning into 'incubator-s4'...
> remote: Counting objects: 9156, done.
> remote: Compressing objects: 100% (3029/3029), done.
> remote: Total 9156 (delta 4696), reused 8496 (delta 4425)
> Receiving objects: 100% (9156/9156), 18.12 MiB | 635 KiB/s, done.
> Resolving deltas: 100% (4696/4696), done.
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
> Following the suggestion of Harsh J, i tried to go into the created
> incubator-s4 directory (empty) doing:
> git checkout trunk
> error: pathspec 'trunk' did not match any file(s) known to git.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira