dirq.net

the life and work of dirk watkins

March 2, 2010
by Dirk
0 comments

Compare 2 Local Files with TortoiseSVN

You can compare 2 different files using SVN Diff! Just go into Windows Explorer, select 2 files (ctrl click) and right click on one of them. You’ll get a context menu like this:

Just click SVN Diff (or you might see TortoiseSVN > Diff instead).

You’ll get a nice side-by-side comparison of the differences in the two files.

(P.S. This was done using Tortoise 1.6.6)

June 18, 2009
by Dirk
0 comments

Find the right IIS process with IISAPP

Windows Server has a nice little CScript application called IISAPP that makes it nice and easy to differentiate w3wp.exe processes that are running. By calling this script in the command line you can get an output that shows the process id and the app pool. So if, by chance, you need to attach to a process to debug a new SharePoint feature – you don’t have to attach to them all – you can find the right one.

More info on IISAPP on TechNet