Tagged Questions

0
votes
2answers
59 views

SVN merges massively changed code

I have a question where we have a project who's source code was originally written in Spanish. As more developers join the project, the original developer decides to change all the Spanish syntax to …
0
votes
2answers
27 views

Merge and Left Justify a Range of Rows in Excel

I have a macro to select a range of cells on the same row and then merge & left justify that selection. I would like to enhance it to allow me to select a range or block of rows and perform the …
0
votes
2answers
23 views

Merge two XML and then transform the merged xml

Hi, I'm working on a XSLT transformation that consists on merging two XML and then transform the result using another template. The idea is that depending on a field of the original XML file, the …
0
votes
1answer
31 views

JPA Merge Is Causing Duplicates

I have the entity classes below. When a user first signs up, only the username and password are supplied, so the list of accounts (think profiles) is empty. Later, when they add an account, the user …
0
votes
2answers
49 views

Mercurial no-op merge to preserve history & close branch.

Revision 107 accidentally merged away all the changes from 100-106 Revision 108 was a hg revert --all -r 106, followed by hg commit, which was probably the wrong thing to do, since instead of …
5
votes
6answers
927 views

three way merge

What are the best tools (windows) for performing three way diffs on a folder structure? When performing a three way merge do you have to weigh the productivity gains from allowing the tool to make …
4
votes
1answer
36 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
2answers
99 views

svnmerge vs svn merge

What is the difference between 'svnmerge' (alias svnmerge.py, the python script that comes with svn) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend?
0
votes
3answers
83 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 …
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 …
1
vote
2answers
49 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
198 views

Why won’t JPA delete owned entities when the owner entity loses the reference to them?

Hi! I've got a JPA entity "Request", that owns a List of Answers (also JPA entities). Here's how it's defined in Request.java: @OneToMany(cascade= CascadeType.ALL, mappedBy="request") private …
3
votes
6answers
74 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 …
4
votes
3answers
1k views

Subversion merge history visualisation

Are there any utilities out there which can draw pictures of the merge history of a subversion repo - we always commit merges with a (fairly) consistent log message, and it would be handy to be able …
0
votes
2answers
68 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]) …

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