First step: Install VisualSVN Server Manager. : http://www.onlinedown.net/soft/89603.htm
Step two: Install TORTOISESVN. Note: If the operating system is 64-bit, download the 64-bit installation.
: 64-bit http://www.onlinedown.net/soft/22795.htm
32-bit http://www.onlinedown.net/soft/85214.htm
Step Three: Install ANKHSVN (vs plugin). : http://download.csdn.net/detail/luqingfei/4538807
ANKHSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2012.
Once installed, use VISUALSVN Server Manager to establish the site MyProject (repository name).
use TortoiseSVN to import the VS project into the SVN site. The project must have *.sln solution files, to be placed in the outermost folder.
Open Visual Studio Select Menu File--Open--subversion--- open from Subversion
Pop-up dialog box, https://my-pc/svn/MyProject/in URL, load out file, select LSYStore.sln.
Pop-up dialog box, select the directory where the items are stored on your computer
after selecting OK, press OK, the final effect:
in the vs2012 solution you can view the SVN sync tag
Reprint Visual Studio 2012 and SVN to implement version control ANKHSVN