Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by DavidReiss: http://wiki.apache.org/thrift/GitRepository New page: = Git Repositories for Thrift = Git is a source-control system used by a lot of Thrift developers. While the official Thrift repository is the Apache Incubator Subversion repository, a lot of experimental or in-progress development is posted to the unofficial Git repository. == Read-only Access == * http://gitweb.thrift-rpc.org/?p=thrift.git;a=summary * git://git.thrift-rpc.org/thrift.git The git repo's master branch is updated from svn every hour. Soon it will automatically update after a commit. User's who prefer GitHub's interface can use http://github.com/dreiss/thrift, which is updated from the main Git repo every five minutes. == Write Access == * ssh://git.thrift-rpc.org/pub/scm/thrift.git * (You can just edit your .git/config. You don't need to clone a new repo.) * Email your ssh public key (id_rsa.pub or id_dsa.pub) to dreiss to get an account. You will be able to push to refs/heads/pub/* and refs/heads/pri/$USER/* . == Committer Access == {{{ git clone ssh://git.thrift-rpc.org/pub/scm/thrift.git cd thrift git svn init https://svn.apache.org/repos/asf/incubator/thrift/trunk git update-ref refs/remotes/git-svn HEAD git svn fetch }}} You should be able to "git svn dcommit" normally. (Please be careful!)
