Re: DFS alternative for linux
From: Russ <rsivak_at_istandfor.com>
Date: 2006-10-16 15:27:09 CEST
I don't think you're understanding our environment. We have a code folder and an image folder. Both get checked out to the developers working copy and get worked on, branched, etc. When the working copies get checked out on production, however, the code goes on the web app servers and images go on the images server. Users of the website upload images through the daily use of the site, which I eventually check into the repository.
When a user uploads an image, the image gets synced between the 2 image servers. This happens days or even weeks before I might go in and commit these images into the repo. These images need to be available on the second server as soon as possible, as the servers are load balanced, and we don't want users to are broken images.
So in this scenario there is no sort of svn update solution that I can see (short of updating my code to do a commit everytime an image is uploaded and use some sort of post-commit hook to force an update.)
Its seems there were some solutions suggested as far as what filesystems to use, but it doesn't look like a lot of them are ready for production use. I will go through the list at some point and see if I can spot a winner, but the documentation on most projects seems scarce and vague, and I don't think I'll be able to make a decision without installing a whole bunch of the choices and trying them out.
That is unless someone here who understands what I'm looking for would know something that would be perfect for the job.
Thanks for everyones help so far,
Russ
-----Original Message-----
Ruslan Sivak wrote:
Why are you the bottleneck in getting things into the repository? (That
Why not let each user add things directly to the repository in a testing
I haven't tried WebDAV yet (so I can't speak for speed). We went with
|
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.