Re: SVN over NFS/CIFS (Windows client to Linux server)

2024-06-18 Thread Daniel Sahlberg
Den tis 18 juni 2024 kl 17:49 skrev Johnston, Tim < tim.johns...@christiedigital.com>: > We are using SVN 1.7 repositories which are checked out to a Linux file > server. Users access their files via TortoiseSVN (1.7.15, which is also > built against SVN 1.7.x), either via CIFS or NFS. > That is

SVN over NFS/CIFS (Windows client to Linux server)

2024-06-18 Thread Johnston, Tim
We are using SVN 1.7 repositories which are checked out to a Linux file server. Users access their files via TortoiseSVN (1.7.15, which is also built against SVN 1.7.x), either via CIFS or NFS. When accessing via CIFS (with the Linux side serving via Samba), we occasionally encounter SQLite dat

Experiences with HA SVN over NFS

2012-01-10 Thread Brian Hourigan
Hello everyone! I have to implement a high availability solution for Mozilla's internal SVN repository. It doesn't store the firefox code base but it's used extensively for puppet configs, dns zones, etc. I've looked through the archives and googled plenty. It's a critical service for us, so I

Re: SVN over NFS

2010-07-23 Thread Bastien Semene
My bad. Sorry for the lost time. Thread closed. Le 23/07/2010 14:23, Andy Levy a écrit : On Fri, Jul 23, 2010 at 08:05, Bastien Semene wrote: I've maybe missed something, but I found nothing related to locking access with NFS in the FAQ and in the red-bean doc . Copied& pasted from the

Re: SVN over NFS

2010-07-23 Thread Andy Levy
On Fri, Jul 23, 2010 at 08:05, Bastien Semene wrote: >  I've maybe missed something, but I found nothing related to locking access > with NFS in the FAQ and in the red-bean doc . Copied & pasted from the FAQ link I provided: "If you are using the FSFS repository back end, then storing the reposi

Re: SVN over NFS

2010-07-23 Thread Bastien Semene
I've maybe missed something, but I found nothing related to locking access with NFS in the FAQ and in the red-bean doc . Le 23/07/2010 12:35, Andy Levy a écrit : On Fri, Jul 23, 2010 at 06:34, Andy Levy wrote: On Fri, Jul 23, 2010 at 05:09, Bastien Semene wrote: I think the documentatio

Re: SVN over NFS

2010-07-23 Thread Andy Levy
On Fri, Jul 23, 2010 at 06:34, Andy Levy wrote: > On Fri, Jul 23, 2010 at 05:09, Bastien Semene > wrote: >>  I think the documentation should mention that SVN needs file locking >> configuration while using NFS. >> I have an Apache -> DAV_SVN -> repo access over NFS architecture, everything >> pr

Re: SVN over NFS

2010-07-23 Thread Andy Levy
On Fri, Jul 23, 2010 at 05:09, Bastien Semene wrote: >  I think the documentation should mention that SVN needs file locking > configuration while using NFS. > I have an Apache -> DAV_SVN -> repo access over NFS architecture, everything > provided by FreeBSD. The FAQ does. http://subversion.apach

Re: SVN over NFS

2010-07-23 Thread Ryan Schmidt
On Jul 23, 2010, at 04:09, Bastien Semene wrote: > [Tue Jul 20 15:40:08 2010] [error] [client 10.1.8.123] (20014)Internal error: > Can't open file '/var/db/svn/repos/favicon.ico/format': No such file or > directory, referer: http://domain.com/repo/ > Also, can anyone explain me the first line o

SVN over NFS

2010-07-23 Thread Bastien Semene
I think the documentation should mention that SVN needs file locking configuration while using NFS. I have an Apache -> DAV_SVN -> repo access over NFS architecture, everything provided by FreeBSD. On FreeBSD, you need to enable the following services : - lockd - statd There's also a "fake lo