git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* renaming a file into a directory causes a pull error on older repos
@ 2008-03-16  4:31 Greg KH
  2008-03-18  0:16 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2008-03-16  4:31 UTC (permalink / raw)
  To: git

So I had heard from someone else that this was a problem with git, but
brushed it off as something that no one "normal" would ever run into.
Well, I did tonight.

The problem:
  If you turn a file in a repository into a directory, and place files
  in that dir and commit it, any other person who had that repo cloned
  somewhere else will get an error when they try to pull and update
  their version.

The error for me is:
	fatal: Entry 'stats/results-18-22.txt' would be overwritten by merge. Cannot merge.
	Merge with strategy recursive failed.

I had turned the file "stats" into a directory.

So, any thoughts as to how to solve this for real?  It's trivial to just
blow away this repo and clone it again, which will solve the issue for
now, but it seems like this might be good to get fixed...

thanks,

greg k-h

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

end of thread, other threads:[~2008-03-19 22:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16  4:31 renaming a file into a directory causes a pull error on older repos Greg KH
2008-03-18  0:16 ` Junio C Hamano
2008-03-18  0:48   ` [PATCH] git-merge-one-file: fix longstanding stupid thinko Junio C Hamano
2008-03-19  1:51   ` renaming a file into a directory causes a pull error on older repos Greg KH
2008-03-19  6:31     ` Junio C Hamano

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