HEADS UP: svn->git transition

Denys Vlasenko vda.linux at googlemail.com
Thu Apr 30 19:15:02 UTC 2009


On Thursday 30 April 2009 20:47, Denys Vlasenko wrote:
> So far I read all relevant emails and I do not see instructions
> how can I check out new tree. (I will also need instructions
> how to push/commit/latest_fashionable_term_of_the_week_for_it
> changes).
> 
> Such instructions can't possibly be longer than 2 to 5 lines.


On Thursday 30 April 2009 20:29, Ian Milligan via RT wrote:
> I have finished the git conversion and http://git.busybox.net/ should be
> ready to use.  Let me know if there are any problems.

Thanks!

I tried

git clone git://busybox.net/var/lib/git/busybox.git

and it worked. Checked-out tree matches latest svn tree.

git clone git+ssh://vda@busybox.net/var/lib/git/busybox.git

works too.


I trivially modified shell/hush.c and ran

git push -v --thin git+ssh://vda@busybox.net/var/lib/git/busybox.git

It did not have any effect, the remote repository wasn't updated.
Running "git commit" prior to this command does not change anything.

What do I have to do?
--
vda


More information about the busybox mailing list