On 22 December 2011 10:37, Hendrik Fuß <[email protected]> wrote: > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik <[email protected]> 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 write operations that should be just fine. > > > Good. Trouble is, I want to do write operations, e.g. svn copy. Is it safe > to do that with subversion? > > cheers > Hendrik > >
Why not just use the http:// scheme from localhost? That way, write operations should be as safe as from any other client machine. The file:// scheme is really only safe for a single-user. -- Regards, Mat Booth Software Engineer WANdisco, Inc. http://www.wandisco.com uberSVN: Apache Subversion Made Easy http://www.uberSVN.com Everything you need to deploy Subversion in the Enterprise http://www.wandisco.com/subversion Subversion community http://www.svnforum.org
