On 27 July 2010 16:22, anuj <[email protected]> wrote:

> How difficult is it to export an existing svn code repository to git?
>
> Apparently IT IS !!! and we're being charged for it by
> contractor(fellow ruby shop) at the end of contract when we asked for
> code handover !!
>
> what are your ideas on how to deal with it?
>

It's a one-liner:

git svn clone --stdlayout svn+ssh://usern...@host/path/to/repo ./repo

Continuing to develop and push the code back to svn is also very doable, but
you have to learn a specific workflow.

—Ben

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to