Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Which branch should I work on?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Farhadi  
View profile  
 More options Jul 1, 2:45 am
From: Farhadi <a.farh...@gmail.com>
Date: Tue, 30 Jun 2009 23:45:04 -0700 (PDT)
Local: Wed, Jul 1 2009 2:45 am
Subject: Which branch should I work on?
Hi everyboy,

I want to contribute developing cakephp. so i forked it. but I don't
know in which branch should I make changes?
I'm going to fix a bug that is actually an enhancement for cakephp 1.3
in configure class.
so which branch should I work on (master or 1.3 or 1.3-configure or
1.3-misc)?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Bingham  
View profile  
 More options Jul 1, 8:54 am
From: "Matthew Bingham" <mattyh...@gmail.com>
Date: Wed, 1 Jul 2009 08:54:16 -0400
Local: Wed, Jul 1 2009 8:54 am
Subject: RE: Which branch should I work on?
Actually, this brings up something I've wondered about...  Some time ago (on
the podcast) Nate or someone said that the way to contribute (at that time)
was to write some good tests.  What's the word from the core developers on
what they want now?

Matt Bingham, CakePHP Noob


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gwoo  
View profile  
 More options Jul 1, 2:31 pm
From: Gwoo <gwoo.cake...@gmail.com>
Date: Wed, 1 Jul 2009 11:31:04 -0700 (PDT)
Local: Wed, Jul 1 2009 2:31 pm
Subject: Re: Which branch should I work on?
master is most recent stable version. (1.2.3.8166)
1.2 is the current working branch for master
1.3 is the new development branch
1.3-* are dev branches, and are not considered stable until merged
into 1.3

Create a branch off of 1.3 in your fork and start coding.

Patches with test cases take priority. Writing good tests are still
the best way to start contributing.
Message me in #cakephp on irc.freenode.net if you have any questions.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Farhadi  
View profile  
 More options Jul 2, 2:35 am
From: Farhadi <a.farh...@gmail.com>
Date: Wed, 1 Jul 2009 23:35:36 -0700 (PDT)
Local: Thurs, Jul 2 2009 2:35 am
Subject: Re: Which branch should I work on?
Thanks Gwoo,

I created a branch of 1.3-misc and made my changes before seeing your
post.

The changes includes patch+test for ticket #5750:
http://thechaw.com/forks/farhadi/cakephp/commits/view/3c1b01dc72c2bce...

Can you review and apply it to the main project?

On Jul 1, 10:31 pm, Gwoo <gwoo.cake...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Farhadi  
View profile  
 More options Jul 2, 6:31 pm
From: Farhadi <a.farh...@gmail.com>
Date: Thu, 2 Jul 2009 15:31:19 -0700 (PDT)
Local: Thurs, Jul 2 2009 6:31 pm
Subject: Re: Which branch should I work on?
I have another question.

When I checkout to master branch, everything is ok. but when I check
out to 1.3 branch the code will be broken with some php errors. I
tested 1.3-misc branch too and it is broken some where else in the
code.

To be more precise, it's what I did:

$ git clone g...@thechaw.com:forks/farhadi/cakephp.git
// I launched cake in the browser. everything is ok.

$ git checkout -b 1.3 origin/1.3
// I couldn't launch it any more. (Failed opening required 'cake/libs/
session.php')

$ git checkout -b 1.3-misc origin/1.3-misc
// Another error in the browser (Cannot redeclare class Set in ...)

$ git checkout master
// Switch back to master branch and everything is ok again.

Am I doing something wrong?

By the way, I'm new to git.

On Jul 1, 10:31 pm, Gwoo <gwoo.cake...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Farhadi  
View profile  
 More options Jul 3, 2:50 pm
From: Farhadi <a.farh...@gmail.com>
Date: Fri, 3 Jul 2009 11:50:54 -0700 (PDT)
Local: Fri, Jul 3 2009 2:50 pm
Subject: Re: Which branch should I work on?
I talked to AD7six at IRC about problems I mentioned above and he said
it's normal because cakephp 1.3 is still in development state.

On Jul 3, 2:31 am, Farhadi <a.farh...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Miles J  
View profile  
 More options Jul 3, 3:58 pm
From: Miles J <mileswjohn...@gmail.com>
Date: Fri, 3 Jul 2009 12:58:14 -0700 (PDT)
Local: Fri, Jul 3 2009 3:58 pm
Subject: Re: Which branch should I work on?
Well of course 1.3 is broken, its heavily in development.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google