svn - Using Subversion TortoiseSVN Merge Algorithm in a .NET Project -


i have whole bunch of pairs of files have subtle differences. use subversion source control, , merge/diff utility comes tortoisesvn windows. , can use utility manually compare/merge 2 files together. question this: how can programmatically merge 2 files same way utility (and ignore , flag files have conflicts)?

this may help: automating tortoisemerge


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -