0
votes
0answers
13 views
Linked video files in Linux/OSX [closed]
Hi all!
I have some anime tv series with linked opening and ending.
E.g.:
Code Geass - Lelouch of the Rebellion - 01.mkv
Code Geass - Lelouch of the Rebellion - 02.mkv
Code Geass - …
0
votes
3answers
52 views
Tools that automate merging of text files?
I have trouble where, for some reason, SVN would only merge the newly generated template code to implemented code (thus overwriting whatever I had done), but not the other way arou …
0
votes
7answers
75 views
Deleting from dict if found in new list in Python
Say I have a dictionary with whatever number of values.
And then I create a list.
If any of the values of the list are found in the dictionary, regardless of whether or not it is a …
2
votes
1answer
38 views
Tool like 2to3, except for merges
I maintain a fork of my project for Python 3.1. When I initially made the port from 2.6, I used 2to3, but now I constantly have to merge new code from the 2.6 fork into the 3.1 for …
3
votes
2answers
56 views
Git merge and resolve any conflicts to current branch.
So I have my master branch, along with branch 'bob'.
I've made many changes in both and now I want merge master into bob to keep him updated. The only thing is, if there is a conf …
1
vote
2answers
38 views
How to handle xml/html in git feature branch workflow ?
Our project is working within fairly close quarters code-wise (a lot of changes happening in parallel in a fairly small geographical area of the code), and our feature branch based …
0
votes
2answers
42 views
How do I get my git merge conflicts back after merging incorrectly?
I'm trying to merge 2 branches that have a lot of changes in them, several with merge conflicts. I merged the files using git mergetool, but I've subsequently realized that I merg …
1
vote
2answers
57 views
Git merge from a specific folder only.
OK, here's my problem, let me try to make it all make sense...
I've created a rails website for client X. I now have a client, Y, who wants a website that does the exact same thin …
4
votes
2answers
73 views
How do I merge a single commit?
Sometimes I'm working with several branches at once. Say I have branches called master, release-1.1, and experimental. I create a new file or make a change in experimental and I …
0
votes
1answer
43 views
appending to hash while looping
I will make this quick. I'm using Ruby/LDAP to search using my base_dn criteria. I get a result back (of type Entry). I can convert object of type Entry to Hash with to_hash metho …
0
votes
2answers
64 views
svnmerge vs svn merge
What is the difference between 'svnmerge' (the python script) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend?
0
votes
3answers
29 views
Create a new branch with correct parent /child relationships in TFS
On our TFS server we have a branch structure like this
9
8.3
8.2
8.1
8.0
Where each branch is a child of the branch above it, so that it's easy for developers to merge changes t …
2
votes
2answers
70 views
What’s the difference between git reset --hard and git reset --merge
In my experiments I haven't been able to find any functional difference between
git reset --hard
and
git reset --merge
The usage instructions don't give any hint either
-- …
0
votes
2answers
50 views
Can Mercurial merge a named-branch that isn’t a head?
Basically, I have dev branch, and what I like to do is to create a feature branch while I implement something, and then merge it back. So situations like the following occurs
a
…
0
votes
2answers
17 views
Copy Table and Merge field
Could you please help me with present SQL?
I am copy 1 table to another table and the same time merge the fields.
I get an error on the +
INSERT INTO [dSCHEMA].[TABLE_COPY_TO]
( …
