On Thu, Aug 11, 2011 at 09:36:15AM +0100, Martijn Koster wrote:
On 11 Aug 2011, at 09:19, Chris G wrote:
Is there a command to extract all the files from a given branch in git (which doesn't create a new repository)?
http://stackoverflow.com/questions/2866358/git-checkout-only-files-without-r...
Ah, so it's not something obvious I had missed then! :-)
I.e. it's not something git does 'out of the box' really, though as the discussion at the above link shows it's fairly easy to do by a couple of different means.
I think I'll just implement a little script that 'pushes' the latest branch out to my several dokuwiki installations. It can be kept as a local patch in my dokuwiki repository. (By the way one can implement Dokuwiki 'farms' but it's not too easy and as disk space is cheap it's simpler to simply have multiple installations)
Thanks for the various help so far.