git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fixing branches from a (really messed up) subversion repository
@ 2010-06-15 16:26 Joshua Shrader
  2010-06-15 16:29 ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua Shrader @ 2010-06-15 16:26 UTC (permalink / raw)
  To: git

I've finally convinced my project to switch to Git...  However, when
my project first began, the people responsible for branching/tagging
were fairly unfamiliar with standard procedures.  As such, the
beginnings of our repository look a little something like this:

.
`----project
     |
     `branch1
     |          |
     |          `----project
     |                        `src
     `branch2
     |          |
     |          `----project
     |                        `src
     `src

That is, the branches were essentially inside the trunk.  In order to
check out the "mainline" of development, you also got all of the
branches.  After a few branches, they realized that this was a
problem, and someone found out about the trunk/branches/tags paradigm.
 Our branches were svn mv'd to separate directories under "branches",
and all was well.  Now everything looked like a sane version control
repository.

Now, we want to import this into Git.  I tried git svn import
--stdlayout..., but this just stalled.  I'm assuming because the first
version didn't have a trunk/branches/tags structure.  So, I had to
import it leaving off the --stdlayout option.  Is there any way to
manually fix this in Git?  After the import is complete, my master
branch will have a trunk, branches, and tags directory in it.  Can I
create real branches out of the directories under the branches
directory and then remove them from master?

Any help is greatly appreciated.  I've been hoping for a while that
we'd switch to Git, and I don't want this to hang us up.

Thanks,

Josh

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

end of thread, other threads:[~2010-06-18 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 16:26 Fixing branches from a (really messed up) subversion repository Joshua Shrader
2010-06-15 16:29 ` Ævar Arnfjörð Bjarmason
2010-06-15 16:40   ` Joshua Shrader
2010-06-15 16:42     ` Ævar Arnfjörð Bjarmason
     [not found]       ` <AANLkTingIuZQ8BB9NW0UpGt7a9uccnBX0_R7YZwJpVsd@mail.gmail.com>
2010-06-18 21:01         ` Ævar Arnfjörð Bjarmason
2010-06-18 21:40           ` Joshua Shrader

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