Is it possible to import a subversion (SVN) repository?
Is it possible to import a subversion (SVN) repository? I am trying to migrate a subversion repository and would like to ideally import a subversion repository with all of the history preserved.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 28 Jan, 2014 06:53 AM
Hi,
Yes, this is possible, but not from within HgLab itself.
You will need to use the
convert
extension that is bundled with Mercurial ( http://mercurial.selenic.com/wiki/ConvertExtension ) to, well, convert your repository to Mercurial and then push it up to HgLab.See this StackOverflow answer and this article for more information. Or ask here in case you need more help.