Skip to main content

Posts

Showing posts with the label SharpDevelop

How to get SharpDevelop to start working with svn

SharpDevelop can take advantage of the installed SVN (TortoiseSVN) if it is installed. To get this to work need to ensure the following: - TortoiseSVN is installed - TortoiseSVN is in the system path. One way to test this is to install TortoiseSVN with the command line tools. After installation open up console and run svn.exe. If it responds with " Try 'svn help' for usage. " then you are good. - Create TortoiseSVN repo (if you don't have any). - Checkout snv repo to a SharpDevelop project directory. At this point SharpDevelop should detect that solution is under source control and you should now be able to make commits/diffs/updates/etc. Info: SharpDevelop: 4.2.0 build 8649 (beta 2) TortoiseSVN: 1.7.6 ~ts