You must Sign In to post a response.
  • Category: .NET

    How to use Tortoise SVN with visual studio ?

    Hi friends,

    Need help

    How to use Tortoise SVN with visual studio ?

    I am new in SVN .

    So How to use Tortoise SVN for team of developer working on same project using Visual Studio .

    Need complete tutorial for beginners for Tortoise SVN using Visual Studio.
  • #768385
    TortoiseSvn is just a gui for svn. Integrates into Windows explorer. You can use given diff command to use Tortoise SVN with visual studio
    "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\vsDiffMerge.exe" /t %base %mine %bname %yname

    Useful reference: http://stackoverflow.com/questions/15243799/how-do-you-configure-tortoisesvn-to-use-visual-studio-2012-for-diffing

  • #768388
    we are using SVN with visual studio from last many years it is really good and quick, If you're using Visual Studio, you can integrate TortoiseSVN commands to various context menus. Of course, there are Subversion plugins for Visual Studio like AnkhSVN or VisualSVN, with the latter already using TortoiseSVN for many of its UI. Those plugins also have the advantage that when you do refactoring, they automatically record the renames and moves in SVN
    To integrate SVN in visual studio you need below plugin
    http://vstortoise.codeplex.com/ (VsTortoise is an add-in for Microsoft Visual Studio 2008, 2010, 2012 and 2013 standard and higher editions)

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #768394
    Hi,

    Tortoise SVN is very valuable tool when you are working in a group projects.
    VS-Tortoise is an add-in for Microsoft Visual Studio 2008, 2010, 2012 and 2013 standard and higher editions,
    that provides an interface to perform the most common revision control operations directly from inside the IDE.

    Once installation done, while you open the Visual Studio you will able to see the VSTortoise in the tab.
    If you click on that you find out many options like.

    Update - For updating the current file
    Commit - Committing of Check-in the latest modified file
    Diff - Finding the difference between two files.
    Show Log - Find the completed details about the file like when check-in when check-out etc.
    Revert - Bring back the file to old one.
    and Many more.

    Thanks,
    Mani


  • Sign In to post your comments