Tortoise SVN & Ankh / Visual SVN?

I recently acquired a new position and found that they did not have version control.

I will spend most of my time in Visual Studio, and in the past I used (pre-installed by previous companies) AnkhSVN and Visual SVN, and they all used Visual SVN as their SVN.

I would like to continue using AnkhSVN or VisualSVN plugins for Visual Studio. I'm trying to do it on the cheap, and I had a little experience with TortoiseSVN, so I thought about going this route.

Question: If I install TortoiseSVN on a network drive, can I use it with AnkhSVN and / or VisualSVN Visual Studio? What other alternatives do you offer if not?

It’s very convenient for me to use any number of SVN repositories, but so far I’ve never had to actually install it for use with Visual Studio.

Thanks!

+4
source share
2 answers

Question: If I install TortoiseSVN on a network drive, can I use it with AnkhSVN and / or VisualSVN Visual Studio? What other alternatives do you offer if not?

This is a two-part question.

Can I create an SVN repository on a network drive?

Yes. After installing TortoiseSVN on your local computer, creating an SVN repository is just a right-click and here "Create Repository"

Can AnkhSVN and / or VisualSVN Visual Studio be used with it?

Yes. AnkhSVN or any other plugin does not depend on where the repository is located. You need to configure the path.

+4
source

Creating an SVN repository is very simple.
You can do this on a network drive.

If you explain what you need, it would be easier to recommend you a good solution.

There are some good free sites that let you post your code like this:

0
source

Source: https://habr.com/ru/post/1484279/


All Articles