0
votes
0answers
11 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 …
0
votes
2answers
19 views
How to merge project differences using visual source safe?
We have two different projects on our source safe database (one of them is a copy of another one for some reasons there was a problem with our branching operation that didn't pin our branched files …
0
votes
1answer
17 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
20 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?
…
0
votes
1answer
14 views
TFS merge points
is there a good way in Team Explorer (or other) to take a folder and get a list of all the branch points in it? I have some legacy source that was cut up and branched into a nicer folder structure. …
1
vote
0answers
22 views
Subversion: Merging subtrees vs. merge-tracking
Brought forward from http://stackoverflow.com/questions/1525027/subversion-feature-branch-requires-changes-from-another-feature-branch
I have two feature branches: "FeatureA" and "FeatureB". …
2
votes
2answers
43 views
Should I have to merge and commit every time I update my Mercurial branch on the production server?
I'm using Mercurial in a recent project. On the web server where I'm deploying the project I have a slightly different config file with production settings. The problem is when I pull and update, I …
5
votes
2answers
53 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
22 views
Merge virtually two mysql tables
Hi
ist there a way to merge two tables in MySQL virtually so I could query and insert data?
(which is basicly splitted)
exp.
table
id
active
foo
table_meta
table_id
language
text
what I …
1
vote
2answers
66 views
What is a trivial merge in git?
Sometimes when I do a pull instead of a rebase after a simple one file change commit I see the following in the master log:
Trivial merge
But there's no diff of what changed? What's the point of …
0
votes
1answer
30 views
merge background audio file
I have 2 audio files for primary and background music that I want to merge (not concatenate). The final audio file should be as long as the primary file, and if the background music is shorter then it …
1
vote
1answer
31 views
heroku using git branch is confusing!
Ok, so I have a big github project that i'm not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but …
2
votes
2answers
22 views
Preparing a database in access? need help!
I am working in a small law firm and my boss has asked me to put a database together to help with outgoing mail. There are 5 different tables that exist in Access. (Applicants, Attorneys, Lien …
0
votes
0answers
25 views
Problems with Mail Merge macro run from Excel
I have created a macro to automate a Word mail merge from excel. Below is my code. The macro is stopping at the highlighted section
Sub RunMerge()
Dim wd As Object
Dim wdocSource As Object
Dim …
3
votes
2answers
77 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 …
