Can't execute svn commands through the network

2012-05-21 Thread Michael Fausten
Hello, since we updated our SVN-Server to version 1.7.0 we're no longer able to execute commands through samba mounted shares. Commands through our LAN is still working. For example: # /usr/home/michael/mnt/websites.sh Content from website.sh: mount_smbfs -N -I 192.168.23.225 -E utf-8:cp125

Re: Can't execute svn commands through the network

2012-05-21 Thread Philip Martin
Michael Fausten writes: > since we updated our SVN-Server to version 1.7.0 we're no longer able > to execute commands through samba mounted shares. > Commands through our LAN is still working. > > For example: > > # /usr/home/michael/mnt/websites.sh > > Content from website.sh: > > mount_smbfs -N

AW: Can't execute svn commands through the network

2012-05-21 Thread Niemann, Hartmut
1322 > -Ursprüngliche Nachricht- > Von: Michael Fausten [mailto:faus...@pw-internet.de] > Gesendet: Montag, 21. Mai 2012 12:20 > An: users@subversion.apache.org > Betreff: Can't execute svn commands through the network > > Hello, > > since we updated our

Re: Can't execute svn commands through the network

2012-05-22 Thread Michael Fausten
On 21.05.2012 12:58, Philip Martin wrote: Michael Fausten writes: since we updated our SVN-Server to version 1.7.0 we're no longer able to execute commands through samba mounted shares. Commands through our LAN is still working. For example: # /usr/home/michael/mnt/websites.sh Content from

Re: Can't execute svn commands through the network

2012-05-22 Thread Les Mikesell
On Tue, May 22, 2012 at 7:28 AM, Michael Fausten wrote: > >>  - the Samba server is FreeBSD 8.2 >> >>  - the Samba client is FreeBSD 9.0 > > > This is correct. It seems odd in general to use samba between unix-type machines instead of nfs - or just using ssh, remote X, or freenx to log into the m

Re: Can't execute svn commands through the network

2012-05-22 Thread Philip Martin
Michael Fausten writes: >> Let me see if I understand: >> >> - you have a working copy on a Samba network disk >> >> - the Samba server is FreeBSD 8.2 >> >> - the Samba client is FreeBSD 9.0 > > This is correct. > >> On Linux I'd run "strace svn st -u" to find out which system call is >> fa

Re: Can't execute svn commands through the network

2012-05-23 Thread Daniel Shahaf
Philip Martin wrote on Tue, May 22, 2012 at 16:09:09 +0100: > Michael Fausten writes: > > >> Let me see if I understand: > >> > >> - you have a working copy on a Samba network disk > >> > >> - the Samba server is FreeBSD 8.2 > >> > >> - the Samba client is FreeBSD 9.0 > > > > This is correc