A "branch" is term used in version control systems to represent an independent line of development. Depending on the system, a repository can contain one or more branches. Branches are merged when changes need to propagate from one branch into another.
0
votes
1answer
12 views
How do I manage inter-branch dependencies in Perforce?
We are using Perforce and Maven and we are in a situation where we have one branch A that hosts a mature project and another branch B, that we are starting to dev on that uses the code hosted in the ...
1
vote
1answer
39 views
Generating big files in .NET
I would like to ask on two things about .NET executables:
.NET executable is in PE format. Does it mean that address generated by CIL compiler is from the beginning of the file ...
0
votes
2answers
33 views
GIT branching issue
I have the following situation:
A - B - C - ... DEVELOP
\
Z - X - ... FEATURE
I have created FEATURE branch to implement some feature in our project. And after I did some work there, I ...
1
vote
1answer
25 views
How to git checkout a remote branch named the same as a directory?
We have a remote branch named deploy for building and testing deploy scripts. Not surprisingly, the deploy scripts end up in a directory called deploy. Now that the directory deploy is in the branch ...
-4
votes
2answers
37 views
How do I work with git? [duplicate]
I'm freelance developer and recently picked up the project that is hosted by git. I decided to use branch to work on my part. However I need some guidance as I never worked with git before.
I did:
...
0
votes
0answers
6 views
Continuous integration per branch with Git + TFS
I'm trying to set up continuous integration in our project using VS 2012 + Git with TFS. I'm following this guide: ...
0
votes
1answer
12 views
Pull branch from Team Foundation Service to Visual Studio 2012
I'm working on a project with 2 others, and we're using Visual Studio 2012 with Git and Team Foundation Service.
I'm able to clone the repository from TFS to my machine, however I can't get a ...
1
vote
1answer
25 views
Git pull origin/master branch to local/master, when in local/develop
I work in develop branch. Sometimes, when I want to push changes to origin, git say, that there are some changes in origin/master branch.
How to pull changes from remote master to local master ...
2
votes
1answer
24 views
creating branch just for merge
*this is one of those "is this a good idea?" questions that I can't really format into a SO acceptable question but....
I'm still not 100% comfortable with git, specifically merging with remote ...
0
votes
0answers
11 views
Good way to maintain multiple branded versions of VS project?
I have a couple of apps that have multiple versions based on branding (i.e. the code is identical and the branding is provided by different images, colours, and data).
I am currently using a messy ...
1
vote
1answer
14 views
How to create a new remote branch with EGit?
Let's say I have an Eclipse Project which uses versioning control with EGit and is connected with a remote repository git@myrepo.com:git2013. In my project, under the local branch newstuff, I create ...
0
votes
1answer
17 views
Access url using branches in svn
I have a test server with a http domain pointing to my repository on the server. Now that we have different developers working on same code, we decided to create branches for each developer. My ...
0
votes
1answer
24 views
Branch does not exist
the command
git branch --set-upstream-to develop origin/develop
results in the error
fatal: branch 'origin/develop' does not exist
I am not sure what this means other than origin develop does ...
0
votes
1answer
13 views
Moving most recent changes from trunk to new branch in TFS
I checked in commit 100 last night on our trunk. Another developer checked in commit 101 this afternoon on the trunk. I wished for him to create a branch instead. What is the easiest way to revert the ...
0
votes
1answer
40 views
Git: should I delete a (unmerged) branch when it is no longer active?
I have some maintenance branches in Git that were used to create emergency releases (i.e. to fix a critical bug in production). These branches are usually not merged back to master, because they ...
0
votes
1answer
18 views
Is it wise to merge changes from head to branch?
We decided to make a branch for some feature so we dont affect the head, now the question is it a good idea to keep merging changes from the trunc in our branch? would this meake the reintegrate ...
0
votes
2answers
19 views
How do you edit a branch in Git?
Coming from a SVN world, wrapping my head around Git has been a little weird, and I'm having trouble letting go of some of the practices ingrained in me from using Subversion for so long. So, for ...
0
votes
0answers
29 views
What are known/discovered kinds(branches) of programming/software development
Programming is a huge area, we can choose to work in any area.
i m a 3rd year comp sci student, i still dont know what field/area i want to work in.
So i would like to try some of those i get ...
0
votes
1answer
18 views
direct and indirect calls/jumps in output of objdump
Looking at the output of "objdump -d ELFfile", I could not distinguish between direct and indirect Jumps/calls. Any suggestions?
Thanks in advance
0
votes
0answers
61 views
Missionaries and Cannibals solving using Branch and Bound in C
I have to make a program which solves the Missionaries and Cannibals problem. I figured out how to solve the problem, using backtracking, but I have to use the Branch and Bound algorithm.
I want to ...
3
votes
2answers
37 views
using git to maintain a shared codebase
I'm not quite sure what the right terminology is to use for this, so please forgive me in advance if I munge things horribly.
I currently maintain a codebase in git for an app that I publish in the ...
2
votes
2answers
59 views
Following git-flow how should you handle a hotfix of an earlier release?
If you try to follow the git-flow branching model, documented here and with tools here, how should you handle this situation:
You have made a 1.0 release and a 2.0 release. Then you need to make a ...
1
vote
0answers
29 views
How do I get the children of a specific branch using Propel 1.6 Nested Set under Symfony2?
I have nested set table like this (partially shown):
ROOT
Boats
ATV
Sport
Utility
Youth
Motorcycle
Outboard Motors
Side x Side
Snowmobiles
WaveRunners
Generator
I have Propel working under ...
3
votes
3answers
71 views
Any Git shortcuts for the current branch and the branch it tracks?
is there any shortcuts for current git branch?
i would like to do something like this:
$ git fetch origin
$ git rebase -i origin/a_very_very_very_long_branch_name
where, my local branch name is as ...
0
votes
1answer
12 views
Depend on a branch using a git URL in a package.json?
Say I've forked a node module with a bugfix and I want to use my fixed version, on a feature branch of course, until the bugfix is merged and released. What would I scribble into the dependencies of ...
2
votes
2answers
79 views
Git - Merge vs rebase
I have had a look at git rebase vs git merge
But I'd like to be sure about which solution to choose in this case :
I want to implement a new feature on Master so i branch it to a new Feature branch.
I ...
1
vote
2answers
30 views
Must every git commit be an ancestor of a branch?
Given this git tree:
A <--- B <--- C (HEAD, master)
is it possible to put the tree into this state:
A <--- B (HEAD, master) <--- C
(There are no branches or tags other than master.) ...
0
votes
1answer
13 views
what “verify branch taken” is?
I would to understand the dalvik/vm/mterp/armv6t2/wincmp.s code:
%verify "branch taken"
%verify "branch not taken"
/*
* Generic two-operand compare-and-branch operation. Provide a "revcmp"
* ...
0
votes
1answer
16 views
Eclipse project with Subclipse: Introduce trunk and branches
I have a project in my workspace (without trunk and branches) and need to create a copy of the current release for providing bug fixes for this release while working on a new feature, as described ...
0
votes
1answer
12 views
Apply change to a folder in all git branches
Im updating a static image resource that was being cached across a few branches. Is there a way I can make a commit of the new folder in each branch without checking in/out each branch?
-1
votes
3answers
47 views
What happends in a define with empty parenthesis? ex: #define CRAPFOO ()?
Put it simply, in my C++ knowledge (or lack of) CRAPFOO will be substituted with what is in parenthesis when this crap was defined. But what happends if parenthesis is empty? it is equivalent to 0 ? ...
0
votes
3answers
23 views
How to unstage github changes (reset --hard, checkout both failing)
I've run into a problem wherein i cannot "back out" of a branch which I've started merging.
The branch is behind master
By checking out the branch, there are several files left from my last branch ...
-1
votes
1answer
44 views
Check out an existing Remote Branch
I am new to GIT. Please help me, I am stuck at this point.
In my Remote Repository (github.com), already a branch by name code-267 is present which was created by a different developer.
My ...
0
votes
1answer
32 views
Branch predictor based on probability
Given some assembly code ,it is known that 90% of branches should be taken.
I have no knowledge regarding branch conditions.And decision about take or not take for each branch should be done only ...
1
vote
1answer
72 views
Git fetch and pull operation on branches
This might have been asked before but I can not find the answer.
Assume following scenario.
I have a local repository with following local branches.
Scenario 1
local
Branch A
Branch B
...
-1
votes
0answers
26 views
branch loop in mplab using C languange
I am trying to create a branch loop in C but I am facing some difficulties.
I have an if statement comparing a variable to a character. If it is not equal to the character I want to go to the ...
0
votes
1answer
12 views
morphing cvs sticky branch tags dont change added files
Quite often I will start coding a feature on our trunk (AKA HEAD) and after starting to change the code realize that I probably want to do this on a branch. This is fairly easy to do, I simply create ...
0
votes
2answers
32 views
How do I pull in a new branch from a remote repo?
I forked a repo on github but they than created another branch inside that repo. When I do git fetch upstream it does not create that branch in my repo. How do I do this?
3
votes
1answer
50 views
How can I push a new branch?
I created a new branch.
After some modification I would like to push the branch to the server
git commit -m 'New branch'
13 files changed, 694 insertions(+), 36 deletions(-)
git push origin ...
1
vote
0answers
38 views
Remove the relationship created when performing a baseless merge?
Recently did a baseless merge, now when merging from the branch that was merged into, the branch that was baselessly merged from is the default branch to merge to in the UI. Is there anyway to remove ...
0
votes
1answer
20 views
How to add a sequence of commits to another branch?
In git, how to apply the sequence of commits "D-E"
master A-B
\
py3-version C-D-…-E
back onto master, so as to obtain
master A-B - <D patch applied> - ...
2
votes
1answer
26 views
Isolate specific folders from updating on git
I'm not that experienced with version control and it's my first time with Git. We're using BitBucket and TortoiseGit, set it up and working.
Now, I would like to be able to isolate a folder (let's ...
0
votes
1answer
32 views
how to get rid of non-fast-forward error message in a git branch?
I forked a branch A from master. Then after some time I forked another branch B from branch A.
Now, whenever I push code onto branch A I see the message below. How can I get rid of it?
...
0
votes
0answers
16 views
Lost svn branch in git-svn
I'm using git svn and usually a git svn fetch fetches all the svn branches available. Today I tried to checkout a specific svn branch, that was also listed in .git/svn/refs/remotes/ but it said, that ...
1
vote
1answer
16 views
How do I force push local project folder (updated) to remote branch of same folder but slightly outdated?
I am using Eclipse with eGit plugin, my problem is: I had to work in college today on project without git (Downloaded as project from Bitbucket), worked on it, did quite a lot of updates, about 600 ...
1
vote
2answers
29 views
Deny creation of branch of a branch in svn
Is it possible to create a hook, denying, the ability to create a branch from a branch?
Allowing it only from the trunk?
If so, how would it be?
1
vote
1answer
40 views
How to structure SVN Repositories?
I have a problem with my SVN structure.
How can I implement the "best practices" in the next case?
I have the following subdirectories:
SYSTEM/
/trunk
/branches
/tags
...
0
votes
1answer
34 views
Continuous merges from Branch to Trunk
If I'm to use Tortoise-SVN in a situation where I'll be wanting to periodically merge from Trunk to Branch and also Branch to trunk, how should I be doing the latter?
The "Branch to Trunk" tutorials ...
5
votes
2answers
37 views
What are the consequences of creating a branch from a subfolder of trunk in SVN?
I thought that normally when you branch, you branch the whole trunk, but in my company I've seen people branch subfolders of trunk and deeper- are there any practical consequences of this besides ...
0
votes
2answers
70 views
Can a Grails dynamic finder be broken by application code?
There is some code in the project I'm working on where a dynamic finder behaves differently in one code branch than it does in another.
This line of code returns all my advertisers (there are 8 of ...



