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

SVN as FRS (file release service)

From: Oleksandr Gavenko <gavenko_at_bifit.com.ua>
Date: Mon, 21 Nov 2011 18:33:58 +0200

Previously we use FTP for FRS but our setup have a lot of misses.

With SVN + Apache (mod_dav_svn.so, mod_authz_svn.so) seems I get:

 * Anonymous read only access through HTTP protocol with wide range of
   supported clients for downloading (wget/curl from GNU Make, <get> task for
   Apache Ant).
 * Easy maintainable write access for users/groups (easy syntax):

    [repo:/path]
    user = rw

   through cadaver utility.

 * Integration with LDAP.
 * History of releases (when, what and who).
 * Atomic operation (prevent from concurrent releases and rollback on errors).

What do you think for this setup?

-- 
Best regards!
Received on 2011-11-21 17:36:03 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.