I want to be able to store my projects in a usb stick, under svn control.
is there a way of doing it?
I don’t need any windows authentication, the svn suits me fine.
I’ve read that visualSVN server can become portable, by creating a .bat file that calls all the necessary to run the process.
Does anyone knows anything about it?
I want to be able to store my projects in a usb stick, under
Share
Most, probably all SVN clients support the
file://protocol, which lets you use a repository directly without the need to go through any server.If the repository is on the flash drive, any security provided by the server is worthless. SVN security only applies to remote repository access.