* git-svn v1 layout migration even though there was no git-svn layout
@ 2012-06-19 19:43 Jörg Olschewski
0 siblings, 0 replies; only message in thread
From: Jörg Olschewski @ 2012-06-19 19:43 UTC (permalink / raw)
To: git
Sometimes I accidentally try to fetch changes by doing a "git-svn fetch"
in a git repository that is not connected to any SVN repository.
Then git tells me that data from a previous version of git-svn exists,
and migrates to a new git-svn layout.
I think this is unexpected and unintended behavior and thus I consider
this to be a bug.
How to reproduce:
$ git init tmp && cd tmp && git svn fetch
Initialized empty Git repository in /home/jo/tmp/.git/
Migrating from a git-svn v1 layout...
Data from a previous version of git-svn exists, but
.git/svn
(required for this version (1.7.11) of git-svn) does not exist.
Done migrating from a git-svn v1 layout
[svn-remote "svn"] unknown
$
I would expect some output like "this is not a git-svn layout", but
maybe I miss a point here?
Best regards
Jörg
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-19 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 19:43 git-svn v1 layout migration even though there was no git-svn layout Jörg Olschewski
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 NNTP newsgroup(s).