Thread (5 messages) flat view 5 messages, 5 authors, 2016-06-15

Re: Breaking up repositories

From: Dave Hanson <hidden>
Date: 2016-06-15 22:43:13

I had similar problem; I split my monolithic repo, monolithic-git, as follows.

1. When I did the git-svn, I ended up with git branches for each
project in my svn repo. I think I created these by hand, but I don't
recall.

2. To split project foo into its own repo, foo-git, from monolithic-git, I did:

mkdir foo-git
cd foo-git
git init
git pull ../monolithic-git foo
From then on, I worked in foo-git. Eventually, I pitched
monolithic-git. I suspect there's a better way to do this...others
will surely chime in.
dave h
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help