[SAC] [OSGeo] #74: Provide daily gzip'ed subversion dumps at http://svn.osgeo.org/dumps

#74: Provide daily gzip'ed subversion dumps at http://svn.osgeo.org/dumps
------------------+---------------------------------------------------------
Reporter: hobu | Owner: sac@lists.osgeo.org
    Type: task | Status: new
Priority: major | Component: SAC
Keywords: |
------------------+---------------------------------------------------------
We have a need to provided daily subversion dumps for the OSSIM project,
and I think we should do this for any project that wants it.

The script would need to do the following:
  * hotcopy into /home/back/svn_backup/project/hot and overwrite whatever
is there
  * svnadmin dump > project.dump
  * gzip project.dump
  * mv project.dump to /var/www/svn/dumps and overwrite whatever is there

The /etc/httpd/conf.d/hosts/subversion file would need a Location added to
support reading out of this directory. The script would need to be put in
/root/scripts. The /etc/cron.d/backup.cron table would also need to be
updated to run this daily.

I won't be able to pick this one up for a week or so, but it should be
pretty straightforward for someone else to do so.

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/74&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.