ok, the detail was: I wanted to experiment to merge the hupa-evo to hupa trunk under james. So I create a new svn repo in googlecode to assume it as hupa trunk. It is https://git2svn.googlecode.com/svn/trunk. Then I did as what you referred:
> clone it(the git2svn repo, which is seen as hupa trunk) with git svn, > git svn clone git2svn > git add remote the hupa-evo repo, > git pull hupa-evo master > git svn rebase, > git svn dcommit > Then the terminal would suspend after dcommit. So I guess that might result from that googlecode don't allow us use the git-svn. Thanks. On Tue, Aug 20, 2013 at 4:04 PM, Ioan Eugen Stan <[email protected]>wrote: > Hello Echo, > > Could you please make a detailed explanation of what you did/ are > trying to do? What are the actors here? I saw Google SVN and I know > you must push to Apache SVN but where does git come in to play here? > > Cheers, > > > On Tue, Aug 20, 2013 at 4:57 AM, Echo <[email protected]> wrote: > > 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* > > > > -- > Ioan Eugen Stan > 0720 898 747 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *echo*
