0
votes
2answers
42 views
Any tools to analyze divergent code, get it into sourcecontrol (Subversion)
Say you take over some code that exists in different versions, no sourcecontrol (possibly some backups). Are there some tools that let you analyze relationships (more than diffs), …
2
votes
4answers
118 views
Problem in SVN merging branches into trunk
I have a trunk (A) and two branches (B and C). When I merge A with C its OK, after I merge A with B, the previous C its overwriten and my trunk don't have the C changes.
What I wa …
1
vote
2answers
60 views
How does merging work the second, third, etc. time you merge a file?
I'm interested in knowing how revision-control systems do merging.
Suppose you have a file A. On one branch, file A is modified - call it file B. On another branch, file A is modi …
1
vote
3answers
50 views
Subversion: Merging a vendor’s source code releases into mainline at regular intervals
At regular intervals, I receive a new release of a vendor's software, delivered as source code in a compressed package, and I don't have access to the vendor's source code reposito …
8
votes
7answers
261 views
git: how do I merge between branches while keeping some changesets exclusive to one branch?
There's a special place in hell for people who hardcode absolute paths and database credentials into multiple random places in web applications. Sadly, before they go to hell they' …
1
vote
2answers
98 views
merge heaps algorithm
is there an efficient algorithm for merging 2 max-heaps (stored as an array)?
0
votes
1answer
33 views
git merge results in duplicate commits on published branch
I maintain a public branch called "for-maintainer" into which I push changes for up-stream. I'm having issues pulling changes that make it upstream back into my local private repos …
2
votes
3answers
49 views
SVN - how to apply change made in trunk to all branches
I am a beginner in SVN.I have the SVN directory structure like this:
|-trunk
|-file1.php
|-file2.php
|-branches
|-branch_1
|-file1.php
|-file2.php
|-branch_2
| …
1
vote
2answers
50 views
How to ignore folder during subversion merge
Hi,
I have a whole bunch of changes that I need to be merged in to my branch but I want to ignore a specific folder during the merge. Is it possible to do this using Subversion? I …
0
votes
2answers
23 views
Merging database structure changes from one server to another.
I currently have a website with three builds: development, staging and production. Each of those has it's own MySQL database instance. Each of the instances has different data in i …
1
vote
1answer
48 views
Git: Patching another branch
Often when I work on a feature branch with git, I find a bug and start fixing it right away. I don't want to switch since the new feature is often what I need to reproduce the bug. …
1
vote
6answers
172 views
how do I manage source code using SVN? branching, merging.
We are team of 4 developers/friends located in different locations. We all have started working on the a ProjectX and created branches A, B, C and D using Subversion.
we have just …
2
votes
3answers
213 views
TFS: Merging back into main branch
We have a Current branch where the main development happens. For a while I have been working on something kind of experimental in a separate branch. In other words I branched what …
13
votes
18answers
729 views
Do you feel comfortable merging code?
This morning, I read two opinions on refactoring.
Opinion 1
Opinion 2
They recommend branching (and subsequently merging) code to:
Keep the trunk clean.
Allow a developer to …
14
votes
5answers
518 views
Do you know of any language-aware diffing tools?
I got to thinking about how annoying messy merges can be and was wondering if there are any language aware diffing tools that go beyond the typical language-aware features of comme …
