Yes, it worked in the experiment repo(git2svn in googlecode). After the long suspend, terminal began to commit to svn repo r by r. So how if I commit it to james hupa trunk? Do I need more privilege besides the apache account?
Thanks. On Wed, Aug 21, 2013 at 7:42 AM, Ioan Eugen Stan <[email protected]>wrote: > Hello, > > git svn has it's quirks but it should work. Please make sure you did > something like this: > > ---- > After you commit first changes into Git you will probably want to push > them back to SVN. Just make sure that you are in master branch (trunk) > by using git gui or git branch commands and then execute > > git svn dcommit > > This command will push your changes back to SVN and that's it! > --- > > You need to commit changes in git, on trunk branch, then do git push. > The idea is that trunk is both an SVN and GIT branch. git commit > commits via git, 'git svn dcomit' pushes the commits to the upstream > svn server. > > I thin it will work, you should give it some more tries. If not, maybe > I can try and push the changes for you as a last resort. > > Good luck, > > > > On Tue, Aug 20, 2013 at 3:11 PM, Echo <[email protected]> wrote: > > 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* > > > > -- > Ioan Eugen Stan > 0720 898 747 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *echo*
