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

RE: Subversion as a File Server?

From: Roth, Pierre <pierre.roth_at_covidien.com>
Date: Fri, 6 Jun 2008 06:55:38 +0100

We are using SVn for all our docs in my company: software source code of course but mecanical schematics too which are very heavy binary files (solidworks)
The amount of needed storage will be less than the storage you would have used with an old file server as SVN stores only binary diffs
 
________________________________

De : Bradley Holt [mailto:bradley.holt_at_foundline.com]
Envoyé : vendredi 6 juin 2008 00:51
À : users_at_subversion.tigris.org
Objet : Subversion as a File Server?

        We are a marketing, design, and development studio. We currently use SVN for our web development projects. I am considering starting to using SVN for all of our documents. This would include fairly large files such as Photoshop and Illustrator files. I know that SVN is efficient at storing binary diffs so I'm hoping that helps with the amount of storage needed for each iteration of these files. I heard about SVN being used by the creators of Elephants Dream <http://orange.blender.org/blog/version-control-in-the-studio> , does anyone have any other examples of SVN being used for storing large binary files? Here are the reasons I am considering using SVN for this purpose:
        

        * Ability to have a version history of files that users can access if they need to (we'd be using an SVN client, not autoversioning). I know there are versioning file systems available but I'm looking for something that is not proprietary and something I can feel confident I know how to use.
                
        * Ability to branch - this is useful for packaging (i.e. consumer packaged goods) files where you might have different packaging for different regions or different certifiers (e.g. USDA organic certification).
        * Ability to tag exactly what was released to a client or printer.
        * Ability to use svnsync to synchronize files over the internet for an offsite backup. The typical problem with synchronizing to an offsite backup over the Internet is the risk of synchronizing corrupted data in the case of a mistake or compromised file server. With svnsync, the worst that can happen is new junk commits but old data can't be overwritten (at least not without direct access to the mirrored SVN server).
                

        Has anyone done this or have any advice in setting this up? How much extra storage should I expect to use as compared to a plain old file server? Are there any pitfalls I should look out for? Any particular hardware considerations I should keep in mind? Any advice would be greatly appreciated!
        
        Thanks,
        Bradley
        
        --
        Bradley Holt
        bradley.holt_at_foundline.com
        
        
Received on 2008-06-06 07:56:33 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.