Using SVN with Visual studio 2022

salilsingh-9961 346 Reputation points
2023-01-15T12:15:37.8633333+00:00

Hi Team,

I have a requirement where I need to connect to a SVN URL using Visual Studio 2022 and download the .Net project/Solution.

Can you please let me know how to do this.

If possible, please provide me with the link for this.

Thanks,

Salil

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
176 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
972 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 25,806 Reputation points Microsoft Vendor
    2023-01-17T09:44:13.7333333+00:00

    Hi @salil singh

    Welcome to Microsoft Q&A!

    Please try to install the extension: VisualSVN for Visual Studio 2022.

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Tasadduq Burney 8,366 Reputation points MVP
    2023-01-15T12:29:54.38+00:00

    You can connect to a SVN URL and download a .Net project or solution in Visual Studio 2022 by following these steps:

    1. Open Visual Studio 2022 and navigate to the Team Explorer tab.
    2. In the Team Explorer tab, click on the Connect button. This will open a window where you can enter the SVN URL.
    3. Enter the SVN URL in the "Server" field and click on the "Connect" button.
    4. If prompted, enter your SVN credentials and click on the "Connect" button.
    5. Once connected, you can navigate through the SVN repository and find the project or solution you want to download.
    6. Right-click on the project or solution and select "Get Latest Version" to download it to your local machine.
    7. Once the download is complete, you can open the solution in Visual Studio and begin working on it.

    You can check this for more information.

    https://www.codemag.com/article/0807081/Setting-Up-and-Running-Subversion-and-Tortoise-SVN-with-Visual-Studio-and-.NET