Hi Ioan, thanks for the advice. I've tried several methods to migrate the git to svn without results and I also experimented to use git with svn like what you suggested. As the later one, I was blocked at the last step after I typed *$ git svn dcommit* The terminal would suspend there saying: *Committing to https://git2svn.googlecode.com/svn/trunk ...* , which is the experiment repo for svn. I guess whether googlecode doesn't allow us to use svn with git-svn? So should I do this using apache's svn repo?
Thanks On Wed, Aug 14, 2013 at 12:47 AM, Ioan Eugen Stan <[email protected]>wrote: > Hello Echo, > > You could use git-svn [1] to help you out. I would: > > - clone hupa with git svn > - add my git repo as remote > - do a merge/rebase > - git svn commit if all is well (after review on github maybe - nice diff) > > Good luck, > > [1] http://wiki.apache.org/general/GitAtApache > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *echo*
