Don't see my changes on a client from mirrored repo

0 views
Skip to first unread message

bhupesh

unread,
Dec 6, 2009, 10:48:19 PM12/6/09
to Repo and Gerrit Discussion
I created a local mirror following the steps outlined in one of the
discussions. Create a client by doing repo init of the branch that I
created for the mirror. Made some changes and did a git push of those
changes. Now when somebody creates a client using repo init, they
don't see my changes unless the do a git pull on those projects.

Shawn Pearce

unread,
Dec 7, 2009, 10:11:59 AM12/7/09
to repo-d...@googlegroups.com
The other user needs to perform repo sync to pick up the changes.
Git does not automatically update a client's checkout, the user
needs to perform some action like `repo sync` or `git pull` to see
new changes.

bhupesh

unread,
Dec 13, 2009, 1:58:44 AM12/13/09
to Repo and Gerrit Discussion
Thanks Shawn. They were doing repo sync which was not getting the
changes. I had to change the default.xml file to point to the mirror
branch and remove existing revisions to use the default revision
pointing to the branch and things seem to work now.

On Dec 7, 7:11 am, Shawn Pearce <s...@google.com> wrote:
Reply all
Reply to author
Forward
0 new messages