[git-users] Re: Proper git model for multiple instance

2012-01-31 Thread tombert
Since nobody answered so far I would like to give you my opinion:

It is not a good Idea to split up if there are only minor tweaks between 
projects. A way forward is to have a common core library - you need to do 
bug-fixes only once and not for each branch. Then have sub-repositories 
which are specific for each project and only using the common core.

Also if you put each project in a separate repository its hard to compare 
revisions as this is not supported from std. tools like TortoiseGit.

greets

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/ZO-0DJDdpT4J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: Proper git model for multiple instance

2012-01-31 Thread Michal Holub
Cheers, I'm not the author so I don't feel comfortable splitting it up. 
What you say in last paragraph is exactly what I needed to hear, so I'll 
stick to the current approach, each website instance its own separate 
branch.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/TUH75Ky2Z9AJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: Proper git model for multiple instance

2012-01-30 Thread Lars Pensjö
I think you need to say a little more of the 5 websites. Is it 5 
different applications, based on common libraries? How much commonality is 
it? Do they depend on each other in release cycles? Maybe it is the same 
product, tweaked to support 5 major customers with various requirements?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/mbpSk4AoLqAJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.