Merging is a generic term for combining two or more related sets of data. It is commonly associated with revision control systems when reconciling multiple changes made to a revision-controlled collection of files. Merging multiple data sets is another use of this tag.

learn more… | top users | synonyms (1)

0
votes
0answers
18 views

A way to print mailing labels from an iOS app

Is there a way ( 3-rd party SDK maybe ) that allows an app to pass in contact names/data in order to generate labels ( e.g. mailing labels ) that the calling app can then print? Example calling ...
1
vote
1answer
15 views

git merge into master only overwrite changed files

Is it possible to merge branch edits into branch master with the following scenario: many changes were made on edits as well as new files added. many changes were also made to master as well as new ...
0
votes
0answers
11 views

Checked out file was ignored on merge

I merged trunk to my dev branch several times. Now I see that some files don't have changes made in branch. Those files were checked out (with my local changes) when I done merges. Now if I try to ...
0
votes
1answer
14 views

Hibernate : merge detatched instance data in to persistent instance

Session session = HibernateUtil.getSessionFactory().openSession(); Transaction tx = session.beginTransaction(); Course c1 = (Course) session.get(Course.class, 1); tx.commit(); session.close(); ...
0
votes
0answers
14 views

setError() doesnt work on EditText from merged layout using <include layout=“@layout/address_from_merge” />

I m creating signup activity, & in its layout i m "merging address_from_merge"-layout, but at run time setError() doesnt get work on any EditText from merged layout,i.e. doesn't get validated ...
0
votes
1answer
22 views

How to use merge to insert value from a stored procedure

I am trying to do something like this: merge MembershipTEST as T using (select OrganisationID, Name From MembershipPending) as S on T.OrganisationID = S.OrganisationID and T.Name = S.Name when not ...
0
votes
0answers
20 views

Mail Merge from Excel to Word Treating Multiple Rows as One Record

I am trying to create code to perform the following during an Excel to Word mail merge. Have the following data: ID EV DI SE PR 1 A D A 10 1 A D A 10 1 A E B 5 1 B D ...
0
votes
0answers
10 views

StarTeam VCM Merging Main View to Release View

How can I merged my Main view changes to my Release view used for development? Sample data: MAIN VIEW: line 1: /*comment 1*/ line 2: /*comment 2*/ <- this is the update developer wants to merge ...
1
vote
2answers
25 views

VisualBasic 2010 - merge 2 strings and read them as a variable

i have this code, and i want to access some variables. Dim k1 as String = "Something" Dim k2 as String = "Something" ... to k230 ------------------Then i have this: Dim rnd = New Random() ...
0
votes
1answer
24 views

Merge two different XML files based on node value using XSLT

I am trying to merge two XML files using XSLT. I need to match the tradeId node value which must present in both files, and just copy all the content to file1. Any help would be welcome. All similar ...
0
votes
0answers
15 views

Error in merging to parts of mp4 file when downloading from different servers in android

i have a problem with merging 2 files when i change from where i download of two servers. here is the code from where i call the download. for (int i = 0; i < intnumbOfChunks; i++) { ...
0
votes
2answers
46 views

Merge Xml files

I need to merge two Xml-files. var xDoc = XDocument.Load(localXMLDocument); xDoc.Root.Add(XDocument.Load(globalXMLDocument).Root.Elements()); where localXMLDocument is <?xml ...
2
votes
3answers
41 views

Show conflict diff part of a merge

I need to present to the team what changes I've made during conflict resolution of a merge. I know this is kind of hard, but I certainly believe it is possible somehow. I've tried already git show -m ...
0
votes
1answer
12 views

how to merge with specific revisions

Suppose I have two branches, A and B. I have made many commits in branchA. I want to merge A onto B only for revision 10 and 12-14. I know that if I do svn merge -r9:10 /src/to/branchA, it will pick ...
-1
votes
0answers
38 views

bash script file merge / piping and Python slicing

here's my issue : I have 2 files generated in linux that has common output and were produced across multiple hosts with the same setup/configs. These files do some simple reporting on resource ...
-2
votes
0answers
13 views

Hyper-V doesn't seem to merge snapshots to VHD file [closed]

I've deleted Hyper-V virtual machine snapshots (from Hyper-V Manager) leaving only the last one and the current state, then created a snapshot accidentally, stopped virtual machine and deleted the ...
0
votes
1answer
16 views

Merging Queries with no common keys

I'm kinda new to Access and would like some advice on how to merge two queries together. The structure of the queries is identical. The column headings are: Test Object,Test Case,Status,Tester ...
0
votes
0answers
9 views

Spring-Data JPA: save new entity referencing existing one

The question is basically the same as below one: JPA cascade persist and references to detached entities throws PersistentObjectException. Why? I'm creating a new entity that references an existing, ...
-4
votes
0answers
35 views

How could I count the compares and moves in my Sort program?

Okay so i'm working on a Sorting program that sorts an identical copy of the array using selection sort and merge sort and then writes a report of the number of compares and moves done in each sort. I ...
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 ...
1
vote
1answer
56 views

TSQL while loop vs. merge

I'm pretty new to SQL and databases in general. I'm using SQL Server 2008 Mgmt Studio. I've read that using set-based operations is better than RBAR (just learned that today!). Shortly I'll show ...
0
votes
1answer
17 views

SSIS Add a new column with a value

I want to add a column (with just a value) to my main table using SSIS (see example below). How do you do? Merge join? Merge? Union all? Derived column? I tried all ways but I couldn't do it.
0
votes
3answers
29 views

Move array with same value inside the same array

This is my array. Array ( [id] => 1 [color] => "White" [something] => Array ( [country] => "France" [city] => "Paris" ) ) Array ( [id] => 2 ...
0
votes
0answers
11 views

Spring Merge List (Prepend not Append)

<bean id="parent" class="org.springframework.beans.factory.config.ListFactoryBean"> <property name="sourceList"> <list> <value>X</value> ...
1
vote
0answers
38 views

Bulk insert using Merge and output clause in sql server 2008

I have a table1 which having one column which is primary key and I have anthoer table2 which have 2 columns and 5 rows. I need to do bulk insert into table 1 depends on rows in table 2 and reterieve ...
0
votes
1answer
47 views

merge same row of different Vector and multiplicate afterwards

I have a dataset like this: MQ = data.frame(Model=c("C150A","B174","DG18"),Quantity=c(5000,3800,4000)) MQ is a data.frame, it shows the Productionplan for a week in the future. With Model producing ...
1
vote
0answers
33 views

Hadoop - look for matching names in two customer lists

I have two lists of people from different events; I would like to look for matching names of people amongst those lists, as well as matching companies. I understand that potentially there will be ...
1
vote
0answers
26 views

Merge font files

Okay, here is the situation, I've extracted a number of font files from pdfs. These are incomplete glyph sets and I'm fine with that. But, what I am looking for is code to take the following glyph ...
1
vote
0answers
17 views

svn merge --dry-run Show svn diff

I'm working with a codebase that has (historically) been merged by hand rather than via svn merge. I'm trying to change that by proving to everyone how useful merge is - but when I do a dry run, I ...
1
vote
3answers
47 views

Boolean operations on mysql results

I have 3 Mysql tables: [block_value] id_block_value file_id [metadata] id_metadata metadata_name [metadata_value] meta_id value blockvalue_id In these tables, there are pairs: ...
1
vote
1answer
64 views

Merge specific rows from two files if number in row file 1 is between two numbers in row in file 2

I'm searching for a couple of hours (actually already two days) but I can't find an answer to my problem yet. I've tried Sed and Awk but I can't get the parameters right. Essentially, this is what ...
1
vote
1answer
51 views

Merge Request not working GitLab

I have been trying to merge two branches with GitLab But I am keep getting this message. I checked no branch is protected. You can accept this request automatically. If you still want to do it ...
-1
votes
1answer
28 views

Trying to do a merge sort, do not know what I'm missing in the code… Can anyone point me in the right direction? [closed]

I'm trying to do a merge sort, using the code found in my book, I understand the concept/idea, and this is what I have: public class MergeSort<T> { public static <T extends Comparable<? ...
0
votes
1answer
17 views

Benefits of removing vowels prior to string encoding

I'm going through C++ code that encodes address data for match-merging. I have very limited expertise in C++, but I'm pretty sure one step of the process is to drop vowels, and encode consonants with ...
0
votes
1answer
28 views

Background is turning out black

I have done everything I could possibly try to fix this. I've spent over an hour researching and trying code, but nothing has helped. This code does the following. Take two completely-white images ...
0
votes
2answers
39 views

Combine some text lines by elements in ruby

I have some files: file1.txt [some] "one" [like] "two" file2.txt [some] "test" [like] "info" ,and so on. I need to combine them by equal []-elements in each file: file_output.txt [some] ...
1
vote
1answer
34 views

git merge omits files within ignored folder?

I have a branch that contains a folder resources/ that is in the .gitignore. However, within this folder are a few files that are managed by git. (We use this for 3rdparty-libraries that we compile ...
2
votes
2answers
61 views

Concurrently merging many sorted arrays

I am currently working on a program to sort strings concurrently. My program takes in a file, reads each line of the file into an array, and splits the array of strings into smaller arrays of strings. ...
0
votes
1answer
25 views

Mysql merge 1 table into a 2nd and count columns together [closed]

TABLE1 | ID | NAME | MONEY | POINTS | | 1 | Tim | 200 | 1 | | 2 | Arne | 500 | 2 | | 3 | Lies | 600 | 3 | ...
0
votes
3answers
38 views

php adding 1d array to 2d array

I have two arrays : Array 1 ( [0] => 976504282322 [1] => 976530000022 ) ===== Array 2 ( [0] => Array ( [Mobile] => 978504282398 [Name] ...
2
votes
1answer
39 views

merging convex hulls in java

I've written a java program which which uses the divide and conquer algorithm to find the convex hull of a polygon in a cartesian coordination. I have a class Coord which has two "double" fields X and ...
2
votes
1answer
84 views

Big O complexity to merge two lists

Given 2 singly linked lists already sorted, merge the lists. Example: list1: 1 2 3 5 7 list2: 0 4 6 7 10 ---> 0 1 2 3 4 5 6 7 7 10 Despite from the fact that the solution is quite simple and ...
-2
votes
1answer
45 views

My mergesort() only working for some arrays [closed]

I have written a mergesort in Java, but it only works for some arrays where both halves of the array are alredy sorted. I believe the error to be inside my mergesort method, or st do you think? Any ...
0
votes
2answers
57 views

SQL Server delete rows not in source based on parameters

I have a table that needs to be updated hourly based on weather forecasts coming in. The create table and merge works great and I have been using them for the last while now. CREATE TABLE ...
0
votes
0answers
9 views

Tortoise Merge - not a working copy error

I am trying to use Tortoise Merge to apply a patch file, generated from WinMerge, to a new file to get an updated file. I've looked at questions/answers on here, but I am getting an error about the ...
1
vote
1answer
34 views

Faster way to do a correspondence replace operation in python?

I am not sure I'm using the right term for this---I'd call this a merge operation maybe? Simple matching? I have two dictionaries. One of them contains a list of tag IDs. The other one is a ...
0
votes
1answer
17 views

Collating values based on constraints [duplicate]

I have a matrix i j values a = 1 2 10 1 2 20 2 1 11 2 2 10 2 1 1 I want to merge rows for the matrix a based on the ...
-4
votes
0answers
30 views

Sequential merge sort vs iterative merge sort

In terms of database systems, why would sequential merging require more block accesses than iterative merging? They both require the same number of merges, but I can't seem to see why one requires ...
0
votes
2answers
25 views

Merge query in H2 db showing null not allowed error

Merge query in H2 is showing error that null is not allowed. I have an apple table with 4 columns : id,type,name,status...where id and type cannot be null (ID being the primary key). I am merging ...
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 ...

1 2 3 4 5 88