Imagine a portable version of SVN where you can carry your repository anywhere. This is really important for developers who do not feel safe on using online code repositories.
Is this feasible? even if not SVN, since a request since last year required svn to be installed on windows.
There wasn't progress on the thread, its kinda old. So decided to make this new one.
It's probably still the same as before.
"If you're not part of the solution, you're part of the precipitate."
oh, man.
Forward.
you simply use a copy of XAMPP, which you can get from this site, and then put SVN on it, I'm sure that you can use Apache to host SVN.
Isn't the basic svn just a bunch of command line .exes? Put them in your path and run them with the appropriate options? Use a folder for the repository. Since you're the only user you don't need an actual server. It's not a nice GUI like tortoiseSVN but should work.