[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnserve on a USB? Any luck?

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2007-06-21 11:51:16 CEST

On 20 Jun 2007, at 17:18, David Gardner wrote:

> Has anyone had any luck with getting svnserve to run on a USB drive?

Yes, me. It works fine. I've set up svnserve to run in inetd mode
in case it holds files in the repository open in daemon mode. The
reason I did this is because I use VMWare images and it seemed the
simplest way to share the repository to a virtual machine.

One thing you might want to be careful of is that most USB drives are
preformatted with FAT32 which may not be the ideal file system for a
Subversion repository. I reformatted my drive with HFS+ (I'm a Mac
user) before creating the repository.

>
> I'm currently keeping my repo on the drive and accessing it with the
> file:/// protocol. I'd like to see if I can get svnserve to run.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 21 11:53:13 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.