All of lore.kernel.org
 help / color / mirror / Atom feed
* SVN -> Git *but* with special changes
@ 2011-09-28 16:37 Abscissa
  2011-09-28 17:10 ` Stephen Bash
  2011-09-28 19:04 ` Jeff King
  0 siblings, 2 replies; 21+ messages in thread
From: Abscissa @ 2011-09-28 16:37 UTC (permalink / raw)
  To: git

I have a couple big projects in SVN that I'd like to convert to Git. Being in
SVN, they've operated under a couple assumptions that are not true under
Git. These assumptions are:

1. Directories can exist even if there's nothing in them (just like any
filesystem).

2. Keeping binary files in version control isn't a big deal because the
whole repo doesn't get copied to everyone's system or use up people's GitHub
storage space.

The SVN repos have been relying on those, but both are false under Git, so I
need to do a "modified" conversion, rather than just a straight one.

So, how can I convert an SVN repo to Git, and have the conversion add dummy
files to empty directories and exclude specific files? (Also, there are tags
and branches to be converted too, in the SVN-standard "tags" and "branches"
directories.)

--
View this message in context: http://git.661346.n2.nabble.com/SVN-Git-but-with-special-changes-tp6840904p6840904.html
Sent from the git mailing list archive at Nabble.com.

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

end of thread, other threads:[~2012-01-14  3:43 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28 16:37 SVN -> Git *but* with special changes Abscissa
2011-09-28 17:10 ` Stephen Bash
2011-09-28 17:44   ` Matthieu Moy
2011-09-28 19:07     ` Jeff King
2011-09-28 18:03   ` Abscissa
2012-01-07 22:30   ` Abscissa
2011-09-28 19:04 ` Jeff King
2012-01-08  5:03   ` Abscissa
2012-01-08  5:10     ` Jeff King
2012-01-08  5:17       ` Abscissa
2012-01-08  5:25         ` Abscissa
2012-01-08 10:33           ` Carlos Martín Nieto
2012-01-08 10:47             ` Andreas Schwab
2012-01-08 12:08               ` Adam Borowski
2012-01-08 22:28                 ` Abscissa
2012-01-08 23:38                   ` Abscissa
2012-01-12 21:52                     ` Abscissa
2012-01-14  3:43                       ` Abscissa
2012-01-09  8:26                   ` Michael Haggerty
2012-01-08 11:24           ` Thomas Hochstein
2012-01-08 11:20         ` Thomas Hochstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.