svn hosting

classic Classic list List threaded Threaded
31 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

Hugo <Nabble>
This didn't work. I was able to install the hgsubversion extension, but it simply doesn't work. I keep getting this error:
> hg clone http://cn1socket.googlecode.com/svn cn1socket
aborted: Unrecognized URL scheme for 'http://cn1socket.googlecode.com/svn'
I don't know what else I can try. The only thing that worked smoothly was the "Export to Github" button on the googecode project, see:
https://github.com/hvidal/cn1socket

All revisions are correctly exported. Then I tried to find a tool to convert from github to mercurial and the only option seems to be this tool: http://hg-git.github.io/
I was not able to install the hggit extension, so this didn't work.
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
Hugo <Nabble> wrote
> hg clone http://cn1socket.googlecode.com/svn cn1socket
aborted: Unrecognized URL scheme for 'http://cn1socket.googlecode.com/svn'
Actually it should be:
hg convert http://cn1socket.googlecode.com/svn cn1socket
What happens when you do this?
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
In reply to this post by Hugo <Nabble>
Hugo <Nabble> wrote
I don't know what else I can try. The only thing that worked smoothly was the "Export to Github" button on the googecode project, see:
https://github.com/hvidal/cn1socket

All revisions are correctly exported. Then I tried to find a tool to convert from github to mercurial and the only option seems to be this tool: http://hg-git.github.io/
I was not able to install the hggit extension, so this didn't work.
I was able to convert this with:
git clone https://github.com/hvidal/cn1socket.git cn1socket.git
hg convert cn1socket.git cn1socket
Does this work for you?  If yes, please try converting Luan.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
I tried converting Luan again and this time it worked.
https://github.com/fschmidt-nabble/luan-java

Then this worked:
git clone https://github.com/fschmidt-nabble/luan-java.git luan.git
hg convert luan.git luan

So it seems this is the way to go, svn -> git -> hg .  The next step is for you to look for a tool to convert from svn to git for the svn repos that you manage.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
In reply to this post by Hugo <Nabble>
I found a clean and simple way to do the conversion.
git svn clone --stdlayout https://cn1socket.googlecode.com/svn cn1socket.git
hg convert cn1socket.git cn1socket

git svn clone --stdlayout https://luan-java.googlecode.com/svn luan.git
hg convert luan.git luan
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

Hugo <Nabble>
This seems to work. Now we have to set up the repositories in bitbucket so we can have a centralized place for them. For cn1socket, I created this:
https://bitbucket.org/HugoTeixeira/cn1socket

I sent the invite to you.

Please create one for luan and invite me.
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
This post was updated on .
I converted caching-filter, fschmidt, json-simpler, and luan-java.  You converted cn1socket.  You can also convert cn1shared and simplyhtml.  We can let beanshell2 and plbsh die.

Warning, do not use the Google Code "Project moved" button.  I tried this on a test project and the project was deleted.

Please also try converting luanhost and then transfer that repository to me.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

Hugo <Nabble>
Done.
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
Please give me admin access to cn1shared and SimplyHTML.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

Hugo <Nabble>
Done.
Reply | Threaded
Open this post in threaded view
|

Re: svn hosting

fschmidt
Administrator
thanks, closing
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
12