Moderators: Nexuiz Moderators, Moderators
divVerent wrote:So how would it help to use git-svn to mirror the svn repository, like you suggested?
git clone git://github.com/psychcf/nexuiz-classbased.git
C167 wrote:commit access to the github mirror does not help as far as i know, cause you still need svn commit access
divVerent wrote:So in other words, you people already have your toy. can you post the access data to the mirror on github so everyone can be happy and use it, instead of demanding we switch to another SCM?
mkdir repo
cd repo
git init
git svn init --prefix=svn/ -s svn://svn.icculus.org/nexuiz
git fetch git://github.com/psychcf/nexuiz-classbased.git refs/remotes/*:refs/remotes/svn/*
git checkout -b master svn/trunk
git svn rebase
Return to Nexuiz - Development
Users browsing this forum: No registered users and 1 guest