Search

Generating diff zips via API

Subscribe to Generating diff zips via API 1 post(s)

 
parallel53

We’re wanting to generate diff updates (i.e. patches) off of a Git or SVN repository by sending a version number and getting back the diff between that and the last commit. At best this would return a zipped set of files, at worst we would get a list of changes between the revisions so we could build the zip ourselves.

I know this can be done through other services, but is this possible via the Unfuddle API?