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

RE: Subversion on a SMB-Share

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Thu, 7 Feb 2008 11:06:31 -0600

> -----Original Message-----
> From: Seb.ADIO_at_gmx.de [mailto:Seb.ADIO_at_gmx.de]
> Sent: Thursday, February 07, 2008 11:29 AM
> To: users_at_subversion.tigris.org
> Subject: Subversion on a SMB-Share
>
> Dear list,
>
> I should set up a subversion system on a network share (access by about
> 5 users). As I read in various documentations it should never be done
> with Berkley databases.
>
> But using a FSFS-repository with a network share is possible (Redbean-
> Tutorial). In the same document, it is recommended in the section "The
> Apache HTTP Server" to don't du so, because it "removes and layer of
> protection against the file system" (http://svnbook.red-
> bean.com/en/1.4/svn-book.html, seee below)
>
> I know that the users are able to operate on the file system and be
> able to modify or delete files. But, it is a team of about 5 members.
> Has anybody of you experience or problems using a network share. I
> think, that especially corrupted network connections, file system
> permissions and multiple accesses can lead to problems because the
> system is accessed in the context of different users at the same time
> or has subversion a mechanism to avoid them?
>
> The problem is that we need a version management and setting up a
> server infrastructure can not be realized in the short of time.
>
>

I assume you're using file:// to access the repository via the samba mount?

Just start an 'svnserve' process on the subversion server and have the clients access the repository via svn://server/repos. Svnserve is easy to setup and doesn't carry the oh-so-minor risk of 'corrupting your repository and having no one else to blame but yourself for ignoring the documentation and deliberately making it easy to shoot you and your team in the collective foot, resulting in a loss of code, of time, and maybe even a job to two.' =P

Setting up svnserve is in chapter six of the redbook, IIRC.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-07 18:07:27 CET

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.