Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.23 KB

janrain openid4java mirror

Initial Setup

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
    precomposeunicode = false
[svn-remote "svn"]
    url = http://openid4java.googlecode.com/svn/trunk
    fetch = :refs/remotes/git-svn
[remote "origin"]
    url = ssh://[email protected]/janrain/openid4java
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[branch "upstream"]
    remote = origin
    merge = refs/heads/upstream

Sync Mirror

  • git checkout upstream
  • git svn rebase
  • git push origin HEAD
  • git checkout master
  • git merge --rebase upstream

Sync Mirror

Never make any changes in the upstream branch. That branch should always be a direct mirror of the upstream svn repo.