git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git-svn fails
@ 2008-06-14  5:50 Guido Governatori
  2008-06-15 21:12 ` Sam Vilain
  0 siblings, 1 reply; 2+ messages in thread
From: Guido Governatori @ 2008-06-14  5:50 UTC (permalink / raw)
  To: git

I'm trying to convert an svn repository. But when I run

git svn clone --prefix=file://PATH --sdtlayout URL

the program exist with an error message like

r341 = eaa122678de1d79883f578f3f57b73e31f5d7a6d (file%3A//PATH/tags/ 
NAME)
fatal: refs/remotes/file%3A//PATH/tags/NAME: not a valid SHA1
update-ref refs/heads/master refs/remotes/file%3A//PATH/tags/NAME:  
command returned error: 128

What am I doing wrong?

The revision is the most recent revision on the svn repository.

I use Mac OS X10.5.3, git 1.5.5.4 (from the installer).

Thanks in advance for the helps

Guido

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

* Re: git-svn fails
  2008-06-14  5:50 git-svn fails Guido Governatori
@ 2008-06-15 21:12 ` Sam Vilain
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Vilain @ 2008-06-15 21:12 UTC (permalink / raw)
  To: Guido Governatori; +Cc: git

Guido Governatori wrote:
> I'm trying to convert an svn repository. But when I run
> 
> git svn clone --prefix=file://PATH --sdtlayout URL
> 
> the program exist with an error message like
> 
> r341 = eaa122678de1d79883f578f3f57b73e31f5d7a6d (file%3A//PATH/tags/ 
> NAME)
> fatal: refs/remotes/file%3A//PATH/tags/NAME: not a valid SHA1
> update-ref refs/heads/master refs/remotes/file%3A//PATH/tags/NAME:  
> command returned error: 128
> 
> What am I doing wrong?

Looks like something very strange in your .git/config under the svn
remote section, like a file:// URI placed where something expected a
regular path name.

Sam.

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

end of thread, other threads:[~2008-06-15 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-14  5:50 git-svn fails Guido Governatori
2008-06-15 21:12 ` Sam Vilain

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).