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

Re: seg fault when trying to load repo into Dropbox folder

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Sat, 28 Nov 2009 17:29:45 -0600

On Nov 28, 2009, at 13:29, Rich E wrote:

> I am trying to set up svn for some of my local projects in a Dropbox (https://www.dropbox.com/home#/) folder. I am getting a segmentation fault and I don't know why. This is what I did:
>
> Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ svnadmin create ./svn
> Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ cd ~/pd/externals/wacom
> Richard-Eakins-MacBook-Pro:externals richardeakin$ svn import wacom file:///Users/richardeakin/Dropbox/svn/pd/wacom -m "initial wacom pd external import"
> Segmentation fault

Since Dropbox is some kind of file sharing setup, that may be a problem. Subversion repositories should be hosted on disks attached to the server locally (or something that accurately simulates that, like a SAN). Storing a repository on an NFS share can work if the NFS implementation has good support for locking. I'm not sure what Dropbox uses under the hood so I can't say whether it should work or not. I do agree Subversion should not segfault. (What version of Subversion were you using, on what version of Mac OS X?) But I would still recommend you find a proper approved method of hosting your repository, and don't try to put it on Dropbox. For example there are many companies that specialize in offering Subversion repository hosting, if you don't have a server you can run Apache or svnserve on yourself.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2425139

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-29 00:30:42 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.