Tagged Questions

4
votes
1answer
34 views

Mercurial: how can I see only the changes introduced by a merge?

I'm trying to get in the habit of doing code reviews, but merges have been making the process difficult because I don't know how to ask Mercurial to "show only changes introduced by the merge which …
0
votes
3answers
72 views

Improving performance of merging lots of sorted maps into one sorted map - java

I have a method that gets a SortedMap as input, this map holds many SortedMap objects, the output of this method should be one SortedMap containing all elements of the maps held in the input map. the …
0
votes
3answers
76 views

beginner question: how to do a simple merge?

want to get file_3 by merging file_1 and file_2 if manual merge needed, text editor or merge tools can be used. preferably file_3 is in git merge like format. file_1 is in git, but both with or …
1
vote
2answers
48 views

“git merge -s theirs” needed — but I know it doesn’t exist

I have a number of remote repositories that I want to merge together. Some of the subtrees in those repositories are unique to the remote (they contain data that is host-specific), other subtrees …
0
votes
2answers
60 views

Prolog List Question

I'm trying to understand lists in prolog when I stumbpled over this problem: there's a predicate mergeandmap/2 that should basically do this: mergeandmap([[a1,...,an],...,[z1,...,zm]],[x1...xn]) …
3
votes
6answers
68 views

Are there any free Xml Diff/Merge tools available?

I have several config files in my .net applications which I would like to merge application settings elements etc. I was about to begin doing it manually as I usually do, however thought there must …
2
votes
2answers
62 views

Problems using git merge

I'm fairly new to git. Just a few minutes ago, I performed a merge on two branches; let's call them A and B. I was 'on' branch A; my next command was 'git merge B'. It said there was one conflict, but …
0
votes
3answers
47 views

svn: How to undo a merge (without commit)?

I just did an svn merge to merge changes from the trunk to a branch: $ svn merge -r328:HEAD file:///home/user/svn/repos/proj/trunk . --- Merging r388 through r500 into '.': A foo A bar C …
1
vote
3answers
39 views

Merging XML save files

My Java application's save files are in XML, and in certain cases, a user might want to merge two save files together. What packages have people used to do this? Any caveats to offer?
1
vote
1answer
23 views

CVS silently brings back deleted code during update

Our team has noticed that CVS brings back deleted code if you have changes in your working file within the block of code that has been deleted. CVS does this silently without presenting the merge …
0
votes
1answer
27 views

Using VBA how to automatically run a Microsoft Word macro after a merge

Hi What do I need to do to get a macro to run after a Microsoft Word document has been merged? We are using the XML or Word ML format in Office 2003. The Merge is not happening inside of the MS …
0
votes
1answer
25 views

How to Run VBA Macro in Word Doc after being Merged by external application

Hello We are using the XML or Word ML format from Office 2003. How do I get a macro to run after a MS Word ML document has been merged by another application (not Word) called SIMS by Capita. How …
5
votes
2answers
60 views

How do I merge multiple .net assemblies into a single assembly?

I have a .net application with about 10 assemblies. It would be nice to have them all together as a single assembly. Is this possible? How do I do it? I guess something like a jar file for java …
0
votes
1answer
21 views

If a branch in SVN was created against the wrong revision in trunk should I just created the branch?

If I create a branch in SVN off trunk rev 10 then realized that what I want was rev 9 should i just ditch this branch and create a new one off of rev 9 or is there a way to "rebase" it off of rev 9? …
3
votes
2answers
94 views

ediff as mergetool

I would like to be able to use ediff with "git mergetool". I found some patches that alter the source code, which I don't want to do. Instead, I'd like to add ediff support with my .gitconfig. I …

1 2 3 4 5 31 next
15 30 50 per page