The version control in our office is nearly nonexistent, which has obviously led to lots of headaches. We\'d like to set something up with SVN and Notepad++... Anyone have a
Unless you're forcing everyone to use Notepad++, it's better to find a more universal client like SmartSVN or TortoiseSVN. From the plugin website, it looks like it's calling TortoiseSVN under the hood anyways.
You can open a diff file in Notepad++ and it will display the colours as desired. Simply save the diff output with extension .diff
e.g. svn diff -c 37190 > changes.diff
Using Notepad++ v6.6.9, I've installed the aforementioned Tortoise SVN plugin v. 2.195, but there are two very useful additions to the information provided to be able to make proper use of this plugin:
After doing both of these my installation now gives me proper use of Tortoise SVN through Notepad++, and I can both do the project options, i.e. project update and project commit, and local file modifications, diffs, reverts, and so on.
Do also note that since only one connection to tsvn is possible at the time, this means that if you want to change the main project/solution, you need to add multiple solutions and even more crucial make the tsvn connections point to the correct solution!
Tortoise SVN at: http://www.incrediblejunior.com/npp_plugins/
I use the bundled Light Explorer on the left pane. I just right-click a file, select 'standard menu', and there's my shell menu with TortoiseSVN. Use "Alt+A" to open the left pane.