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

Re: Windows remote clients

From: Warren Young <warren_at_etr-usa.com>
Date: 2005-10-13 14:07:47 CEST

Simon Gamble wrote:
>
> So far as I know, the only machine guaranteed to be always on is the main
> company server which is overloaded enough to make the remote link look fast :).

Can't you find an old discarded PC to use for this? If you use a
stripped-down install of Linux, and you should be able to use quite a
low-end machine for this.

The main trick, I suspect, is file locking. I don't know FSFS's locking
requirements, but a lot of network filesystem implementations do not
support this very well. There may also be trouble on the Linux side.
Say you use SMB to connect to the NAS box...does the Linux kernel smbfs
implementation support the necessary locking semantics?

Again, I don't know the answers. Just trying to help you find the right
questions.

Perhaps a better solution would be to host the repository on a separate
machine, and only store periodic repository dumps on the NAS box. A
little scripting and a cron job or two and this will run itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 13 14:09:55 2005

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.