4/22/2010

Again and again... (c) The Bird And The Bee

Gread song btw, but I am again on the line with new issue in msysgit:
If you are in the middle of your 'git svn fetch', and you get the message which looks like the follwoing one: 'Can't locate Config_heavy.pl in @INC ....'

You can go to this issue and get this file and just copy it to your [Dir of Git installation]\lib\perl5\5.8.8\ directory.

Enjoy!

PS: Yep, the way of migration to git is very hard... ;)

4/21/2010

Again about GIT

If you have the following problems with your git-svn bridge:

$ git svn rebase
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: branches/trunk
real path: trunk
Continuing ahead with trunk
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: branches/trunk
real path: trunk
Continuing ahead with trunk

you can fix it quite easily. This article will guide you. Just remove the duplication
and your update/checkout time from/to svn repo will be much faster :)

Hope this helps!

PS: I am again on the line. Git the best so far :)))