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

Wishlist -> very lightweight tool for GETing files from a svn repo

From: Chris Croome <chris_at_webarchitects.co.uk>
Date: 2003-08-12 11:04:15 CEST

Hi

I'm using subversion for managing bits of web sites and some
sets of HTML templates and the machines that these sites are hosted
on are a variety of different old Linux boxes, slackware, debian etc
and what they all have in common is the fact that I don't have root
on them and that installing a subversion client is not really a
possibility.

As a result I have to checkout stuff on another machine and then scp
/ rsync it on the hosting machine. This isn't great, if I was using
cvs I'd just update stuff directly from a cvs server.

I'd like a small, lightweight tool that can be used for GETing all
the files in a subversion repository and for updating the files.

A tool like this could just be a simple wrapper for wget that
recursively GETs all files (apart from the index.html files) and
then before getting them again compares ETags by doing HEAD requests
to see if another GET is needed.

For example there is a little Perl wrapper for wget here that
creates a cache for ETag data:

  http://www.pipetree.com/qmacro/2002/May/24

I might get around to writing something like this myself, but if I
do it would probably be a rather horrible bash script!

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 11:05:04 2003

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.