* Splitting a repository
@ 2007-10-18 17:35 Gonzalo Garramuno
2007-10-19 0:33 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Gonzalo Garramuno @ 2007-10-18 17:35 UTC (permalink / raw)
To: git
I have a project I have been working on for some time and one of its
libraries has grown too much.
I'm now wanting to split that library into a separate git repository.
I'm wondering what's the best way to go around this. Ideally I would
like to have:
* all history on those library files be moved to the new repository.
* all history on those library files be removed from the original
repository.
or:
* have the original repository library directory be "linked" to the new
repository.
--
Gonzalo Garramuño
Film Aura
A New Dawn in Media Companies
gga@filmaura.com
http://www.filmaura.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Splitting a repository
2007-10-18 17:35 Splitting a repository Gonzalo Garramuno
@ 2007-10-19 0:33 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2007-10-19 0:33 UTC (permalink / raw)
To: Gonzalo Garramuno; +Cc: git
On Thu, Oct 18, 2007 at 02:35:00PM -0300, Gonzalo Garramuno wrote:
> I have a project I have been working on for some time and one of its
> libraries has grown too much.
> I'm now wanting to split that library into a separate git repository.
> I'm wondering what's the best way to go around this. Ideally I would like
> to have:
Look at the documentation for "git-filter-branch". You can make a new
history for each of the split parts that you want.
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-19 0:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 17:35 Splitting a repository Gonzalo Garramuno
2007-10-19 0:33 ` Jeff King
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).