Re: [webkit-dev] git and svn out of sync?

2011-01-03 Thread William Siegrist
The git repo should be in sync within a minute after each commit, though there is no transactional guarantee that they are always in sync. If something crashes during the sync, it won't retry until the next svn commit. -Bill On Jan 2, 2011, at 12:36 PM, Robert Hogan wrote: Looks like this

[webkit-dev] git and svn out of sync?

2011-01-02 Thread Robert Hogan
Hi, I committed http://trac.webkit.org/changeset/74869 from a git-svn checkout. The change hasn't propagated to git.webkit.org for some reason. My git-svn copy is set up to point directly to refs/remotes/origin/master per the recommendation in:

Re: [webkit-dev] git and svn out of sync?

2011-01-02 Thread Robert Hogan
Looks like this was a false alarm. The revision is now in git. It took an awfully long time to sync though. Was there a problem, or does the git repo wait for a minimum number of revisions before sync'ing? On Sunday 02 January 2011 18:47:40 Robert Hogan wrote: Hi, I committed