Concurrent access via file and dav

2011-12-22 Thread Hendrik
Hi folks, is it safe to access a repository via local file:// protocol on a server that also runs apache2 and mod_dav_svn? I'd like to create tags locally on the server to avoid some authentication headaches. cheers Hendrik

Re: Concurrent access via file and dav

2011-12-22 Thread vishwajeet singh
On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: > Hi folks, > > is it safe to access a repository via local file:// protocol on a > server that also runs apache2 and mod_dav_svn? I'd like to create tags > locally on the server to avoid some authentication headaches. > If you are not doing any wr

Re: Concurrent access via file and dav

2011-12-22 Thread Hendrik Fuß
Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: > Hi folks, > > is it safe to access a repository via local file:// protocol on a > server that also runs apache2 and mod_dav_svn? I'd like to create tags > locally on the server to avoid some auth

Re: Concurrent access via file and dav

2011-12-22 Thread Mat Booth
On 22 December 2011 10:37, Hendrik Fuß wrote: > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: >> >> Hi folks, >> >> is it safe to access a repository via local file:// protocol on a >> server that also runs apache2 and mod_dav_svn? I'd like t

Re: Concurrent access via file and dav

2011-12-22 Thread Thorsten Schöning
Guten Tag Hendrik Fuß, am Donnerstag, 22. Dezember 2011 um 11:37 schrieben Sie: > Good. Trouble is, I want to do write operations, e.g. svn copy. Is > it safe to do that with subversion? This may help: http://svnbook.red-bean.com/en/1.7/svn.serverconfig.multimethod.html Mit freundlichen Grüßen,

Re: Concurrent access via file and dav

2011-12-22 Thread Hendrik Fuß
Am 22.12.2011 um 12:05 schrieb Mat Booth: > On 22 December 2011 10:37, Hendrik Fuß wrote: >> Am 22.12.2011 um 11:24 schrieb vishwajeet singh: >> >> On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: >>> >>> Hi folks, >>> >>> is it safe to access a repository via local file:// protocol on a >>> s

Re: Concurrent access via file and dav

2011-12-22 Thread Stefan Sperling
On Thu, Dec 22, 2011 at 11:37:27AM +0100, Hendrik Fuß wrote: > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: > > Hi folks, > > > > is it safe to access a repository via local file:// protocol on a > > server that also runs apache2 and mod_

Re: Concurrent access via file and dav

2011-12-22 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Dec 22, 2011 at 13:35:11 +0100: > On Thu, Dec 22, 2011 at 11:37:27AM +0100, Hendrik Fuß wrote: > > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > > > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: > > > Hi folks, > > > > > > is it safe to access a repositor

Re: Concurrent access via file and dav

2011-12-24 Thread Nico Kadel-Garcia
On Thu, Dec 22, 2011 at 5:37 AM, Hendrik Fuß wrote: > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: >> >> Hi folks, >> >> is it safe to access a repository via local file:// protocol on a >> server that also runs apache2 and mod_dav_svn? I'd