public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* git error cloning svn repository: bad index file sha1 signature
@ 2009-09-25 11:38 Saurav Ghosh
  2009-09-25 11:52 ` Eric Blake
  0 siblings, 1 reply; 3+ messages in thread
From: Saurav Ghosh @ 2009-09-25 11:38 UTC (permalink / raw)
  To: cygwin

Greetings.

Using cygwin git version 1.6.1.2,  I am unable to clone an existing
svn repository using "git svn".  The entire output is below.  How can
I fix this?

I am running the "git svn" command without actually launching a cygwin
shell like bash etc.  I can checkout other git repositories just fine,
its just git-svn that's having the problem.

Thanks,
Saurav.


F:\work\MyProjects>git svn clone
https://passwordsafe.svn.sourceforge.net/svnroot/passwordsafe/trunk/pwsafe/pwsafe
pwsafe-git
Initialized empty Git repository in /cygdrive/f/work/MyProjects/pwsafe-git/.git/
        A       StdAfx.h
        A       corelib/MyString.h
        A       corelib/sha1.h
        A       corelib/BlowFish.h
        A       corelib/Util.h
        A       corelib/ItemData.cpp
        A       corelib/MyString.cpp
        A       corelib/sha1.cpp
        A       corelib/BlowFish.cpp
        A       corelib/ItemData.h
        A       corelib/Util.cpp
        A       PasskeySetup.cpp
        A       PasskeyEntry.cpp
        A       sha1.h
        A       QuerySetDef.h
        A       PasswordSafe.h
        A       UsernameEntry.h
        A       variables.cpp
        A       ClearQuestionDlg.h
        A       TryAgainDlg.h
        A       ConfirmDeleteDlg.h
        A       EditDlg.cpp
        A       BlowFish.cpp
        A       Util.cpp
        A       QueryAddName.cpp
        A       MainDlg.h
        A       MyString.h
        A       PasskeyChangeDlg.h
        A       OptionsDlg.cpp
        A       AddDlg.h
        A       FileDialogExt.h
        A       SysColStatic.h
        A       StdAfx.cpp
        A       RemindSaveDlg.h
        A       sha1.cpp
        A       resource.h
        A       ItemData.h
        A       QuerySetDef.cpp
        A       UsernameEntry.cpp
        A       CryptKeyEntry.h
        A       PasswordSafe.cpp
        A       PasskeySetup.h
        A       ClearQuestionDlg.cpp
        A       TryAgainDlg.cpp
        A       PasskeyEntry.h
        A       ConfirmDeleteDlg.cpp
        A       MainDlg.cpp
        A       PasskeyChangeDlg.cpp
        A       MyString.cpp
        A       AddDlg.cpp
        A       FileDialogExt.cpp
        A       EditDlg.h
        A       BlowFish.h
        A       Util.h
        A       PasswordSafe.rc
        A       QueryAddName.h
        A       RemindSaveDlg.cpp
        A       SysColStatic.cpp
        A       notes.txt
        A       OptionsDlg.h
        A       ItemData.cpp
        A       CryptKeyEntry.cpp
        A       Makefile.win32
error: bad index file sha1 signature
fatal: index file corrupt
write-tree: command returned error: 128

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git error cloning svn repository: bad index file sha1 signature
  2009-09-25 11:38 git error cloning svn repository: bad index file sha1 signature Saurav Ghosh
@ 2009-09-25 11:52 ` Eric Blake
  2009-09-26  6:01   ` Saurav Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Blake @ 2009-09-25 11:52 UTC (permalink / raw)
  To: cygwin, sauravg

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Saurav Ghosh on 9/25/2009 5:38 AM:
> Greetings.
> 
> Using cygwin git version 1.6.1.2,  I am unable to clone an existing
> svn repository using "git svn".  The entire output is below.  How can
> I fix this?

Try using the cygwin 1.7 beta and its corresponding newer version of git.
 There have been enough fixes that this may fix your problem, and I no
longer have time to focus on cygwin 1.5 issues.  Also, make sure you are
using a binary mount, not a text mount.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
volunteer cygwin git maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq8rt0ACgkQ84KuGfSFAYDb2wCfZqitY+JuzUVmm7MvOQW/6fRt
OugAn1GA5LeJuwER5/DbQ5tsGaz7WC60
=kQML
-----END PGP SIGNATURE-----

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git error cloning svn repository: bad index file sha1 signature
  2009-09-25 11:52 ` Eric Blake
@ 2009-09-26  6:01   ` Saurav Ghosh
  0 siblings, 0 replies; 3+ messages in thread
From: Saurav Ghosh @ 2009-09-26  6:01 UTC (permalink / raw)
  To: Eric Blake, cygwin

Thanks!  That worked.  I was able to clone the repository with cygwin 1.7.

Regards,
Saurav.


On Fri, Sep 25, 2009 at 5:21 PM, Eric Blake <ebb9@byu.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> According to Saurav Ghosh on 9/25/2009 5:38 AM:
>> Greetings.
>>
>> Using cygwin git version 1.6.1.2,  I am unable to clone an existing
>> svn repository using "git svn".  The entire output is below.  How can
>> I fix this?
>
> Try using the cygwin 1.7 beta and its corresponding newer version of git.
>  There have been enough fixes that this may fix your problem, and I no
> longer have time to focus on cygwin 1.5 issues.  Also, make sure you are
> using a binary mount, not a text mount.
>
> - --
> Don't work too hard, make some time for fun as well!
>
> Eric Blake             ebb9@byu.net
> volunteer cygwin git maintainer
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (Cygwin)
> Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkq8rt0ACgkQ84KuGfSFAYDb2wCfZqitY+JuzUVmm7MvOQW/6fRt
> OugAn1GA5LeJuwER5/DbQ5tsGaz7WC60
> =kQML
> -----END PGP SIGNATURE-----
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-26  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-25 11:38 git error cloning svn repository: bad index file sha1 signature Saurav Ghosh
2009-09-25 11:52 ` Eric Blake
2009-09-26  6:01   ` Saurav Ghosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).