git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to reorganize git tree
@ 2012-01-26 18:35 Alan Edwards
  2012-01-26 18:57 ` Ben Walton
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Edwards @ 2012-01-26 18:35 UTC (permalink / raw)
  To: git

I was new to git about a year ago and created a git directory  
structure containing several different projects like:

/source/web_server1/project1
/source/web_server1/project2
/source/web_server1/project3
/source/web_server1/project4
/source/web_server2/project5
/source/web_server2/project6

where my massive .git repository is:

/source/.git (containing all the projects on all the web servers....  
Oops!) There seems to be lots of "loose objects".

Somewhere along the way I figured out that this probably wasn't a good  
idea and I ended up making a git repository under one of the projects:

/source/web_server1/project4/.git

Not sure if that was the best decision either. I've already checked in  
changes to the /source/web_server1/project4/.git repository for  
project4 and I've checked in changes to project2 into the /source/.git  
repository.

Of course I now realize the errors of my way and would like to restructure.

the only changes that have been checked into the big upper level  
repository are changes for project2.  Is it possible to carve out  
those changes from the /source/.git repository and create a new  
/source/web_server1/project2/.git repository?

Maybe the way to deal with this is to remove the other directories  
from the /source/.git repository and leave project2 there.

Any one have any suggestions?

I'm not sure if I'm posting this in the right place (I'm at work and  
they don't allow access to many places and I don't have access to the  
news group).

Thanks!

-Alan Edwards
  kae at xnet dot com (my home email address)

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

end of thread, other threads:[~2012-01-26 23:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 18:35 How to reorganize git tree Alan Edwards
2012-01-26 18:57 ` Ben Walton
2012-01-26 23:27   ` Jakub Narebski

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