I am new to dot net. Is svn really helpful to developers? how to integrate the svn with visual studio 2010? Please mention procedure
Asked
Active
Viewed 1,005 times
-2
-
1See: http://stackoverflow.com/questions/1408450/why-should-i-use-version-control – KingCronus Sep 26 '12 at 07:45
-
1Svn? everyone has an opinion, some will prefer Svn, some Mercurial, some Git, some (God help us) Visual Source Safe. That you should use a **Source Repository** is not up for debate, _which_ source repository will fuel arguments for centuries to come. Is Svn helpful yes, absoutely, but you need to use it correctly. Do regular (automated if possible) checkouts to a location different to where you work to ensure the code in the repository builds & tests run cleanly. This will help ensure the code in the repository is complete & correct. – Binary Worrier Sep 26 '12 at 07:45
3 Answers
0
Yes it is! Is very important to commit your source code in to a source control system like SVN.
For SVN you can use the Visual Studio Plugin ankhsvn it's compatible with 2005, 2008, 2010 and 2012.:
http://ankhsvn.open.collab.net/
Below a basic tutorial:
http://www.codetunnel.com/blog/post/92/ankhsvn-basics-tutorial

Erwin
- 4,757
- 3
- 31
- 41
-1
There are so many Plugins available for Visual Studio, You can make use of Visual Studio Extension Gallery to explore..
here are some
Free VsTortoise - a TortoiseSVN add-in for Microsoft Visual Studio - http://vstortoise.codeplex.com/ AnkHSVN
Paid Visual SVN

Rajesh Subramanian
- 6,400
- 5
- 29
- 42