[FLOW3-general] Using Git best practice

Adrian Föder afoeder at live.de
Fri Nov 18 09:49:09 CET 2011


Hi Team,

I'd also have a question regarding this; and I'm still learning Git at 
the moment.
I had also this idea regarding having the Base distribution as my 
server's "source code base" and submodules in each of it.
But besides packages, I also want to have e.g. the Configuration under 
version control, also of course I'd have additional submodules in 
".gitmodules". How could I be aware of this case?

Thanks and best regards!

-adrian


On 15.11.2011 13:57, Pankaj Lele wrote:
> Dear all members,
>
> I am looking for starting a FLOW3 based project using Git as a source
> code management system. I liked the concept of having git sub-modules
> for each package developed in the project.
>
> I want to load FLOW3 core from git.typo3.org into my project.
>
> For this I will clone git://git.typo3.org/FLOW3/Distributions/Base.git
> into "MyProject".
>
> Then I will create separate repository for each of my custom developed
> package on my git server. e.g. MyCompany.MyPackage1 MyCompany.MyPackage2
> etc.
>
> Then in MyProject i will git submodule add
> Packages/Application/MyCompany.MyPackage1 -->
> git://mygitserver/MyCompany.MyPackage1 and so on for all modules.
>
> So is this a good way of cloning FLOW3 base distribution and use in the
> project? So this way I can keep FLOW3 and all my packages updated in
> MyProject with "git submodule foreach git pull ....".
>
> Thanks,
> Pankaj
>



More information about the FLOW3-general mailing list