I want to use version control correctly for my personal projects written using Visual Studio 2008 Express Editions. I am using Visual C # Express Edition and Visual Web Developer Express Edition .
I am almost always the only developer of these projects.
I previously used Subversion with the Windows Explorer integration provided by Tortoise SVN , and it worked well, but obviously source control and development were two separate operations.
Is there a better version control system for my situation?
Unfortunately, the express release does not allow the use of Ankh SVN, which is integrated directly into the visual studio interface. I believe that Tortoise SVN / Subversion will be easiest with the express version.
I used the free single-user version of SourceGear Vault , which works great as a local repository. Obviously, you still need to run the standalone client, because Express does not support add-ons, but it does the job.
Ideally, Express SKUs support Codeplex natively !
Beanstalk . . SVN .
But no, SVN and Tortoise make a great solution for a standalone developer.
VisualSVN Server offers an easy way to SVN and is free. Mix this with the TortoiseSVN client and you are sorted.
Interestingly, the TFS2010 can be interesting for single / small teams, but we will see how it unfolds.
Source: https://habr.com/ru/post/1722294/More articles:How to play movies in a C # WinForm application - winformsSpark View Engine Error "Build Error With Same Simple Name" - asp.net-mvcExtracting numbers from a 32-bit integer - bitsHow to get Google Closure to call the init function when the DOM tree completes - javascript"The calling thread must be STA because many user interface components require this." Error in WPF? - exceptionHow to create an arbitrary file name for a socket under Linux? - cXPATH / PHP problem with last () - xmlHow to check which operating system? - windowsDownload failed once, then works correctly - ajaxКак получить каталог файлов с удаленного сервера? - pythonAll Articles