-2

I am new to dot net. Is svn really helpful to developers? how to integrate the svn with visual studio 2010? Please mention procedure

Mark
  • 3,273
  • 2
  • 36
  • 54
Ravinder Gangadher
  • 1,016
  • 2
  • 12
  • 17
  • 1
    See: http://stackoverflow.com/questions/1408450/why-should-i-use-version-control – KingCronus Sep 26 '12 at 07:45
  • 1
    Svn? 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 Answers3

2

Like a free of charge solution would recommend :

AnkhSVN

From my experience point of view I never find myself comfortable with such plugins in VS, as they usually made my VS slower, and I need fast IDE to work.

So I always choose simple Tortoise standalone solution.

Tigran
  • 61,654
  • 8
  • 86
  • 123
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