Rather than repeating it every where keep it one place makes sense. But this case is specific to git I guess. What happens if someone choose to use svn?
Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Aug 14, 2013 at 6:53 PM, Harsha Thirimanna <[email protected]> wrote: > hi danushka, > > On Wed, Aug 14, 2013 at 8:22 AM, Danushka Fernando <[email protected]>wrote: > >> Hi Harsha, >> First point you made is a bug for sure. But second point you made, that >> url needs to change for different versions, isn't true with git. Because >> git don't have different urls for different versions. Git versions can be >> checked out by mentioning them. >> > > I didn't mention about specific URL to each version in above comment :) . > Because GIT has only one URL and default one direct to the master > repository. If we want to check out different version, then we have to use > > git clone -b <my branch> <repo> > > So instead of giving same URL to each and every version, we can give this > complete string to copy that specifically to the different version. In > current Build & Repo Page, we have repeated same master URL and browse URL > for all the version. It is duplicated. We can give browse URL and default > master clone URL in common place. > > > >> >> Thanks & Regards >> Danushka Fernando >> Software Engineer >> WSO2 inc. http://wso2.com/ >> Mobile : +94716332729 >> >> >> On Tue, Aug 13, 2013 at 7:31 AM, Ajanthan Balachandran <[email protected] >> > wrote: >> >>> >>> >>> >>> On Tue, Aug 13, 2013 at 5:18 AM, Dimuthu Leelarathne >>> <[email protected]>wrote: >>> >>>> >>>> Hi Harsha, >>>> >>>> This is a bug. The initial "Auto Build" and "Auto Deploy" was only for >>>> development stages. Opened a ticket. We'll propagate fixes to afpreview. >>>> >>> There is an issue already opened long time ago. >>> https://wso2.org/jira/browse/APPFAC-1171 >>> >>>> >>>> https://wso2.org/jira/browse/APPFAC-1447 >>>> >>>> >>>> On Mon, Aug 12, 2013 at 9:54 PM, Harsha Thirimanna <[email protected]>wrote: >>>> >>>>> hi ashansa, >>>>> >>>>> Another point I noticed , in Repository & Build page , we have icons >>>>> to copy git URL for each version. But all are just default trunk(master) >>>>> related URL. To get specific branch we have to use some more parameter. >>>>> >>>>> git clone -b <my branch> <repo> >>>>> >>>> >>>> +1 instead of copy URL we should put actually the command. This applies >>>> to the mysql as well. >>>> >>>> https://wso2.org/jira/browse/APPFAC-1448 >>>> >>>> >>>> thanks, >>>> dimuthu >>>> >>>> >>>>> So If we can't give that URL with above parameters to specific to the >>>>> version , then no meaning that we repeatedly show it on that page, isn't >>>>> It >>>>> ? >>>>> >>>>> thanks >>>>> >>>>> * >>>>> * >>>>> >>>>> >>>>> On Mon, Aug 12, 2013 at 12:07 PM, Ashansa Perera <[email protected]>wrote: >>>>> >>>>>> Yes Harsh, in that case we should limit auto build and deploy only >>>>>> for the buildable stages. >>>>>> >>>>>> >>>>>> On Mon, Aug 12, 2013 at 9:23 PM, Harsha Thirimanna >>>>>> <[email protected]>wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I just notice, after we promote the app, if some one commit the code >>>>>>> for that branch then it will automatically build and deploy on the >>>>>>> promoted >>>>>>> staging server. Is that the way that we are giving or we should not >>>>>>> build >>>>>>> and deploy it in to the promoted stages ? >>>>>>> >>>>>>> AFAIK It is not right if some one commit the code after released it >>>>>>> to the next stage. But in our side we should control this, isn't it ? >>>>>>> >>>>>>> >>>>>>> >>>>>>> thanks >>>>>>> >>>>>>> *Harsha Thirimanna* >>>>>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com >>>>>>> * <http://www.apache.org/>** >>>>>>> email: **[email protected]* <[email protected]>* cell: +94 71 5186770** >>>>>>> twitter: **http://twitter.com/ <http://twitter.com/afkham_azeez>** >>>>>>> harshathirimann >>>>>>> linked-in: **http: <http://lk.linkedin.com/in/afkhamazeez>**// >>>>>>> www.linkedin.com/pub/harsha-thirimanna/10/ab8/122* >>>>>>> * >>>>>>> * >>>>>>> *Lean . Enterprise . Middleware* >>>>>>> * >>>>>>> * >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Dev mailing list >>>>>>> [email protected] >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks & Regards, >>>>>> >>>>>> Ashansa Perera >>>>>> Software Engineer >>>>>> WSO2, Inc >>>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Dimuthu Leelarathne >>>> Architect & Product Lead of App Factory >>>> >>>> WSO2, Inc. (http://wso2.com) >>>> email: [email protected] >>>> Mobile : 0773661935 >>>> >>>> Lean . Enterprise . Middleware >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> ajanthan >>> -- >>> Ajanthan Balachandiran >>> Senior Software Engineer; >>> Solutions Technologies Team ;WSO2, Inc.; http://wso2.com/ >>> >>> email: ajanthan <http://goog_595075977>@wso2.com; cell: +94775581497 >>> blog: http://bkayts.blogspot.com/ >>> >>> >>> Lean . Enterprise . Middleware >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
