Thursday, December 1, 2011

Integrate SVN into VS2010

1.      1. Install below two tools in your PC

http://tortoisesvn.tigris.org/
http://ankhsvn.open.collab.net/

2.             2. Open Visual Studio 2010

a.      Goto Tools -> Options -> 
b.      On left hand side select “Source control”
c.      Select ankhsvn and click OK

  
d. Setup these settings for better usability


  
e. Click on “Edit” Authentication cache and remove if you see any old SVN settings. To avoid SVN conflicts

3.             3. Create a new  folder “XXX” in your local box

4.                     Open the folder and Right click on the folder space
5.                     Select “Tortoise SVN” -> Repo browser and type URl as : http:// < Your repository URL in SVN

6.                     Right click on right panel folder and select “CheckOut “

7.                     Set checkout directory as you created XXXX

    4. Open Project / solutions 

8.                       Goto  folder and open the solution file. It will automatically open VS 2010
9.                       Right click on solution and select “Update solution to latest version”
10.                    Right click on project and select “update project to latest version”

11.                    That’s it you are good to use VS2010 integrated with SVN
       
               Good Luck
        

No comments:

Post a Comment