git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Obfuscated error message
@ 2009-03-11  4:24 Bernie Innocenti
  2009-03-11  4:28 ` Bernie Innocenti
  0 siblings, 1 reply; 2+ messages in thread
From: Bernie Innocenti @ 2009-03-11  4:24 UTC (permalink / raw
  To: git; +Cc: Giovanni Bajo

A friend who uses Mercurial pointed this out as a reson why
Git is evil:

rasky@lilax:~/src$ git clone git://www.develer.com/doesnt-exist
Initialized empty Git repository in /home/rasky/src/doesnt-exist/.git/
fatal: The remote end hung up unexpectedly

Plus, the directory was not really there :-)

rasky@lilax:~/src$ hg clone hg://www.develer.com/doesnt-exist
abort: repository hg://www.develer.com/doesnt-exist not found!

rasky@lilax:~/src$ svn co svn://www.develer.com/doesnt-exist
svn: URL 'svn://www.develer.com/doesnt-exist' doesn't exist

-- 
   // Bernie Innocenti - http://www.codewiz.org/
 \X/  Sugar Labs       - http://www.sugarlabs.org/

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

* Re: Obfuscated error message
  2009-03-11  4:24 Obfuscated error message Bernie Innocenti
@ 2009-03-11  4:28 ` Bernie Innocenti
  0 siblings, 0 replies; 2+ messages in thread
From: Bernie Innocenti @ 2009-03-11  4:28 UTC (permalink / raw
  To: git; +Cc: Giovanni Bajo

Bernie Innocenti wrote:
> A friend who uses Mercurial pointed this out as a reson why
> Git is evil:
> 
> rasky@lilax:~/src$ git clone git://www.develer.com/doesnt-exist
> Initialized empty Git repository in /home/rasky/src/doesnt-exist/.git/
> fatal: The remote end hung up unexpectedly
> 
> Plus, the directory was not really there :-)
> 
> rasky@lilax:~/src$ hg clone hg://www.develer.com/doesnt-exist
> abort: repository hg://www.develer.com/doesnt-exist not found!
> 
> rasky@lilax:~/src$ svn co svn://www.develer.com/doesnt-exist
> svn: URL 'svn://www.develer.com/doesnt-exist' doesn't exist
> 

And another really nasty one:

trinity:~/foo$ git init
Initialized empty shared Git repository in /home/bernie/foo/.git/
trinity:~/foo$ git push
fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly

Both are with git HEAD as of today.

-- 
   // Bernie Innocenti - http://www.codewiz.org/
 \X/  Sugar Labs       - http://www.sugarlabs.org/

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

end of thread, other threads:[~2009-03-11  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  4:24 Obfuscated error message Bernie Innocenti
2009-03-11  4:28 ` Bernie Innocenti

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