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

Re: "can't get exclusive lock" error when attempting commit

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Wed, 21 May 2008 21:44:31 -0400

NElizaga wrote:
> The funny thing is the machine is already running Apache, as well as the
> svnserve service ;) I followed this guide:
> http://www.ivantodorov.com/blog/?p=28
> Are there specific steps to hook svnsever + Apache together?

svnserve is an alternative to Apache. Both of them are server processes that
exclusively access the repository files on the local drive. You should use one
of them instead of accessing the repository files over the network (which isn't
a good idea for exactly the reasons you've already noticed).

> The path to the network drive is //newdev/SVN, so naturally I assumed it
> would work like so: svn://newdev/SVN.

I'm not going to download someone else's guide to Subversion, but the exact path
to the files in the repository (through either svn:// or http://) depend
completely on the configuration of the server process (svnserve and Apache
respectively).

You should probably read the official Subversion book:

        http://svnbook.red-bean.com/

rather than relying on some random guy on the 'Net...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-22 03:44:04 CEST

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.