On Mon, Jul 12, 2010 at 4:20 PM, Phil Johnson <johnsonfamil...@hotmail.com> wrote: > Is there a version of Subversion that will run as a USB portable application > under Xampp ?
>From what I can see, Xampp is simply an Apache server which means you can add the necessary mod_dav_svn module and the mod_dav module. You may have to do this manually, but the directions on http://svnbook.com are fairly straight forward. There is no reason why Subversion can't have a repository on a USB drive, and if you can setup an Apache server to run from there, there's no reason why it can't work with Subversion. -- David Weintraub qazw...@gmail.com