Hello Ealden,
On Jun 22, 2008, at 7:44 PM, Ealden Escañan wrote:
On Mon, Jun 23, 2008 at 12:54 AM, Steffen Prohaska <[EMAIL PROTECTED]>
wrote:
On Jun 19, 2008, at 1:24 AM, Junio C Hamano wrote:
The latest feature release GIT 1.5.6 is available at the usual
places:
The msysgit Windows installer is available at
http://code.google.com/p/msysgit/downloads
Steffen
Thanks for this release. I did a quick test with git-svn and it seems
to fail with clone and rebase. This is with a clean install of
Git-1.5.6-preview20080622.exe on Vista Business 32-bit.
git svn clone https://...
Initialized empty Git repository in d:/Ealden/...
r100 = 725619d88696fb5dcc07500ea1347e7b01c1b93e (git-svn)
Can't locate object method "hash_and_insert_object" via package "Git"
at C:/Program Files/Git/bin/git-svn line 3254.
git svn rebase
Can't locate object method "cat_blob" via package "Git" at C:/Program
Files/Git/bin/git-svn line 3201.
I'm wondering if SVN support is built in by default?
Preliminary git svn support has been added recently. Personally,
however,
I do not use git svn nor do I test it. I only care about the core git
functionality that is needed by a git-only workflow.
I hope that someone else on the list who is actively using git svn will
answer your question.
Steffen