Hi Lahiru,
On Sat, Jul 27, 2013 at 7:01 PM, Lahiru Sandaruwan <[email protected]> wrote: > Hi Isuru, > > > On Thu, Jul 25, 2013 at 10:29 AM, Isuru Haththotuwa <[email protected]>wrote: > >> >> On Thu, Jul 25, 2013 at 10:20 AM, Isuru Perera <[email protected]> wrote: >> >>> Hi, >>> >>> In order to use Git DepSync, do we need one of the mentioned Git Servers? >>> >>> How is this done in SVN DepSync? For SVN, we just need to give the SVN >>> repository URL. >>> >>> With your implementation, can we just give a GitHub repository? >>> >>> I'm just trying to understand the context here. >>> >> >> In svn based deployment synchronizer, it is a single repository for all >> the tenants. But in the git based version, there will be repository per >> tenant. So you can't specify a single repository. >> > We needed different repositories for tenants for Stratos setup. Can't we > use one repository for all the tenants for non-Stratos clusters? > We might need to detect whether its Stratos or not. > No, since there is no concept of partial clone it GIT. If we clone a remote repo, we get everything. So if we use a single repo for all the tenants, we won't be able clone separately each tenant's artifacts. > > Thanks. > > >>> Thanks! >>> >>> >>> On Wed, Jul 24, 2013 at 7:46 PM, Isuru Haththotuwa <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> In the git based deployment synchronizer, we have a repository per >>>> tenant. Therefore we need to create git repositories dynamically for the >>>> tenants created. For this we need to communicate with the relevant git >>>> server at the runtime through a java api. Came across two commonly used git >>>> servers, Gitblit [1] and SCM Manager [2]. I implemented support for GitBlit >>>> to test the component and I'm in the process of implementing support for >>>> SCM Manager. WDYT of these options as Git servers for Git based deployment >>>> synchronizer? >>>> >>>> [1]. http://gitblit.com/ >>>> [2]. http://www.scm-manager.org/ >>>> >>>> -- >>>> Thanks and Regards, >>>> >>>> Isuru H. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Architecture mailing list >>>> [email protected] >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>> >>>> >>> >>> >>> -- >>> Isuru Perera >>> Senior Software Engineer | WSO2, Inc. | http://wso2.com/ >>> Lean . Enterprise . Middleware >>> >>> Twitter: http://twitter.com/chrishantha | LinkedIn: >>> http://lk.linkedin.com/in/chrishantha/ >>> >>> _______________________________________________ >>> Architecture mailing list >>> [email protected] >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >> >> >> -- >> Thanks and Regards, >> >> Isuru H. >> >> >> >> _______________________________________________ >> Architecture mailing list >> [email protected] >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > > -- > -- > Lahiru Sandaruwan > Software Engineer, > Platform Technologies, > WSO2 Inc., http://wso2.com > lean.enterprise.middleware > > email: [email protected] cell: (+94) 773 325 954 > blog: http://lahiruwrites.blogspot.com/ > twitter: http://twitter.com/lahirus > linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 > > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Thanks and Regards, Isuru H.
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
