I would like to know if it is possible to create a local SVN repository without having to install a server on my machine.
I have heard about VisualSVN Server and SubversionEdge but they both require installing a server, something that is too much for what I need (just keeping track of the versions of 2 or 3 personal websites that I only modify every few months).
I know that I can create a local repository with Tortoise and explore it. The question is: as it doesn't have a server, can I connect to that repository from Netbeans?
I would like to know if the solution to my problem is to create a local repository with Tortoise because I can connect to it from Netbeans or if there is another solution to create a local repository.
Thanks!