Hello
I am trying to setup replication of git notes between 2 gerrit
servers(central server + remote mirror). The remote mirror currently works
fine in keeping the repo branches in sync. I am trying to add git notes
replication as well to repliation.config file. Here is what i have on the
central gerrit server in the site/etc/replication.config file:
[remote "RemoteMirrorHostName"]
url = git@RemoteMirrorHostName:/
home/git/repositories/${name}.git
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
*push = +refs/notes/*:refs/notes/*
push = +refs/notes/commits:refs/notes/commits*
threads = 3
authGroup = MNI replication
I thought, the above lines in bold will do the trick. But, looks like the
Notes objects are not getting in-sync even after re-start.
I have tried *push = +refs/notes/*:refs/notes/* *alone first, doesnt seem
to work, hence, i tried* **push = +refs/notes/commits:refs/notes/commits as
well. No Luck !*
Please help, if possible.
thanks
Krishna.
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.