git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-svn: Deleting directories
@ 2007-09-24 14:04 Russ Brown
  2007-09-24 16:37 ` Adam Roben
  0 siblings, 1 reply; 2+ messages in thread
From: Russ Brown @ 2007-09-24 14:04 UTC (permalink / raw)
  To: git

I've just noticed that when deleting entire directory trees in git, when
the dcommit happens only the files in that trees get deleted, which
leaves a 'ghost town' of a directory tree with folders but no files,
which will no doubt have somewhat confused my svn-using colleagues.

This is obviously an interoperability problem, but I understand that git
does not track folders and is so tricky to fix.

The question though is how to handle it. Ideally, dcommit will detect
that an entire directory has gone and send through a changeset which
deletes just that one directory, instead of the current behaviour of
explicitly deleting every file in the directory but leaving the
directories themselves intact.

-- 

Russ

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

end of thread, other threads:[~2007-09-24 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 14:04 git-svn: Deleting directories Russ Brown
2007-09-24 16:37 ` Adam Roben

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