[tor-bugs] #21718 [Internal Services/Service - git]: git-rw.torproject.org is out of sync with git.torproject.org for webwml repo

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Mar 13 11:43:56 UTC 2017


#21718: git-rw.torproject.org is out of sync with git.torproject.org for webwml
repo
---------------------------------------------+----------------------------
 Reporter:  gk                               |          Owner:  tor-gitadm
     Type:  defect                           |         Status:  new
 Priority:  High                             |      Milestone:
Component:  Internal Services/Service - git  |        Version:
 Severity:  Normal                           |     Resolution:
 Keywords:                                   |  Actual Points:
Parent ID:                                   |         Points:
 Reviewer:                                   |        Sponsor:
---------------------------------------------+----------------------------

Comment (by boklm):

 Replying to [comment:1 teor]:
 > This also breaks cloning the repository:
 > {{{
 > $ git clone https://git.torproject.org/tor-browser.git/
 > Cloning into 'tor-browser'...
 > remote: Counting objects: 5042617, done.
 > remote: Compressing objects: 100% (2208/2208), done.
 > remote: Total 5042617 (delta 1652), reused 0 (delta 0)
 > Receiving objects: 100% (5042617/5042617), 1.16 GiB | 318.00 KiB/s,
 done.
 > Resolving deltas: 100% (4125718/4125718), done.
 > warning: remote HEAD refers to nonexistent ref, unable to checkout.
 > $ cd tor-browser/
 > $ git checkout master
 > error: pathspec 'master' did not match any file(s) known to git.
 > $ git branch
 > }}}

 This is expected. The repository does not have a `master` branch, so you
 need to checkout one after cloning.

 >
 > (`git branch` lists no branches)

 This is because there is no local branches after cloning, but `git branch
 -r` should list some remote ones.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21718#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list