Tagged Questions
31
votes
4answers
9k views
Ignoring svn folders in WinMerge
I'm trying to recursively compare two subversion working copy folders using WinMerge.
Unfortunately, WinMerge displays lots of differencing files inside of the subversion control folders (.svn or ...
4
votes
6answers
237 views
What is a merge friendly format for entering text tokens
I have an excel list (excel 2003) where user enter translations for tokens. It has 3 columns
(key, value, language). It can be something like key: Login.Header, value: "Please login to the website" ...
3
votes
2answers
407 views
How to diff custom file list with WinMerge
I have a code directory structure, which is this:
modudle1
trunk
pom.xml
branches
1.1
pom.xml
modudle2
trunk
pom.xml
submodule-2.1
pom.xml
...
2
votes
5answers
1k views
TortoiseSVN identifies modified file - so why does svn diff report no differences?
I have a folder checked out using TortoiseSVN. If I copy a newer version of a file over the existing versioned file, TortoiseSVN correctly identifies that the file is modified.
However when I do a ...
0
votes
1answer
43 views
How can you remove the option to use WinMerge when diffing with tortoise svn
I just installed WinMerge on my windows machine. When doing setup it asked if I would like to use WinMerge in conjunction with tortoise svn. The link here sort of describes that functionality.
...