Click here to Skip to main content
15,867,453 members
Home / Discussions / Application Lifecycle
   

Application Lifecycle

 
AnswerRe: I want an example of implementation of sql trigger in asp.net on updation or deletion Pin
Richard MacCutchan11-Jun-13 21:45
mveRichard MacCutchan11-Jun-13 21:45 
AnswerRe: I want an example of implementation of sql trigger in asp.net on updation or deletion Pin
jschell12-Jun-13 8:54
jschell12-Jun-13 8:54 
Questionhow to edit my gmail addres Pin
Amak K12-Apr-13 10:13
Amak K12-Apr-13 10:13 
AnswerRe: how to edit my gmail addres Pin
somnathdgaikwad23-Apr-13 9:23
professionalsomnathdgaikwad23-Apr-13 9:23 
GeneralRe: how to edit my gmail addres Pin
Volynsky Alex29-Apr-13 21:42
professionalVolynsky Alex29-Apr-13 21:42 
AnswerRe: how to edit my gmail addres Pin
sankarsan parida19-May-14 23:39
professionalsankarsan parida19-May-14 23:39 
QuestionSquish vs. Ranorex Pin
Marco Bertschi20-Feb-13 22:20
protectorMarco Bertschi20-Feb-13 22:20 
QuestionUse of Software Estimation and Analytics Tools Pin
John Aivazian25-Jan-13 6:24
John Aivazian25-Jan-13 6:24 
AnswerRe: Use of Software Estimation and Analytics Tools Pin
jschell25-Jan-13 9:34
jschell25-Jan-13 9:34 
GeneralRe: Use of Software Estimation and Analytics Tools Pin
John Aivazian25-Jan-13 14:46
John Aivazian25-Jan-13 14:46 
GeneralRe: Use of Software Estimation and Analytics Tools Pin
jschell26-Jan-13 14:47
jschell26-Jan-13 14:47 
AnswerRe: Use of Software Estimation and Analytics Tools Pin
R. Giskard Reventlov12-Apr-13 10:51
R. Giskard Reventlov12-Apr-13 10:51 
QuestionTFS Pin
BigBaga25-Nov-12 22:40
BigBaga25-Nov-12 22:40 
AnswerRe: TFS Pin
jschell26-Nov-12 11:04
jschell26-Nov-12 11:04 
GeneralRe: TFS Pin
BigBaga26-Nov-12 20:46
BigBaga26-Nov-12 20:46 
GeneralRe: TFS Pin
Nandakishore G N24-Jan-13 2:21
professionalNandakishore G N24-Jan-13 2:21 
QuestionBenchmark deviations Pin
S. Becker4-Oct-12 1:37
S. Becker4-Oct-12 1:37 
AnswerRe: Benchmark deviations Pin
jschell4-Oct-12 11:47
jschell4-Oct-12 11:47 
GeneralRe: Benchmark deviations Pin
S. Becker5-Oct-12 2:00
S. Becker5-Oct-12 2:00 
GeneralRe: Benchmark deviations Pin
Richard MacCutchan5-Oct-12 2:52
mveRichard MacCutchan5-Oct-12 2:52 
GeneralRe: Benchmark deviations Pin
jschell5-Oct-12 9:55
jschell5-Oct-12 9:55 
AnswerRe: Benchmark deviations Pin
S. Becker22-Oct-12 21:33
S. Becker22-Oct-12 21:33 
QuestionTFS build best practise Pin
tomas.ivan2-Sep-12 21:19
tomas.ivan2-Sep-12 21:19 
AnswerRe: TFS build best practise Pin
jschell4-Sep-12 12:15
jschell4-Sep-12 12:15 
QuestionMercurial: Pushing and Pulling Between Local Branches Pin
M-Badger4-Jul-12 7:25
M-Badger4-Jul-12 7:25 
I have just started using Mercurial, for a website project in this case.
It is all done on a local repo (backed up), not using BitBucket (or similar host).

===Preamble===
This is my first step into version control beyond keeping sepearte folders, one for production (essentially a static folder representing the current live state) and one for development (both feature updates and content). The prior approach was beginning to give me all kinds of headaches when I had an incomplete feature but needed to update the content, keeping the two folders in sync (for content only) was horrid.

I started by doing the features in a clone and content updates in the original. Then Pulling the Feature clone into the original clone (and managing conflicts was a pita but not really that bad), but have now switched to using named branches and it's working absolutely fine. I haven't tried bookmarks yet, simply haven't found a reason that has caused me to understand what they do differently to named branches).
============

===The Question===
The one thing I can't work out how to do is to move single changesets from one branch to another. Let's say I have a feature branch that has 5 changesets but is incomplete, then I need to make a bug fix to the live site. I make the bug fix in the default branch and want to push it into the feature branch but without merging - otherwise the merge would have an incomplete (broken) feature!
==============

===Extra Info===
For clarity I need to get the bug fix out to the live server and whilst I might do the work in a new branch, once done it would get merged back into the default, so once again I'd have two branches, default and the feature branch.

I think, from descriptions I have read (but haven't tried), that this kind of thing is pretty easy to do when you are using BitBucket (or similar host), you just pull the specific changeset (and its history) into your local clone. So I imagine it's also easy to do so between local clones (again I haven't tried it), but for lone nor money i can't work out how to do it within a single repo - i.e. between local branches.
===========

Any help gratefully received.

Thanks,
Mike

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.