Hiển thị các bài đăng có nhãn SVN. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn SVN. Hiển thị tất cả bài đăng

Thứ Năm, 12 tháng 9, 2019

Configure TortoiseSVN to use Visual Studio 2015 for Diff Viewer (Updated including Visual Studio 2017, 2019)

Settings -> Diff Viewer -> External -> paste the command as below:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe -diff %base %mine

or

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\vsDiffMerge.exe /t %base %mine %bname %yname

Visual Studio 2017 Professional:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe -diff %base %mine

Visual Studio 2019 Enterprise:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe -diff %base %mine

Visual Studio Code:
C:\  ... Microsoft VS Code\Code.exe --wait  --diff %base %mine



Thứ Tư, 21 tháng 9, 2016

Compare 2 branches in TortoiseSVN

http://stackoverflow.com/questions/4675517/compare-files-between-two-branches-in-tortoisesvn

  1. Go to the repository browser (<right click>/TortoiseSVN/Repo-browser/<enter URL>).
  2. Open right click menu on branch B, select 'Mark for comparison'.
  3. Then open right click menu on branch A, select 'Compare URLs' or 'Show differences as unified diff'.