# Raw diff download option

**URL:** https://community.cloudogu.com/t/raw-diff-download-option/1227
**Category:** SCM-Manager Feature Requests
**Created:** [September 4, 2023, 1:43pm UTC](https://community.cloudogu.com/t/raw-diff-download-option/1227 "2023-09-04T13:43:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nilsjacobs](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/nilsjacobs/32/1257_2.png) [@nilsjacobs](https://community.cloudogu.com/u/nilsjacobs)
#### Post date: [September 4, 2023, 1:43pm UTC](https://community.cloudogu.com/t/raw-diff-download-option/1227/1 "2023-09-04T13:43:47Z")

</div>

I am investigating if an SCM-Manager upgrade from 1.55 to 2.46 is useful.  
The option to download a raw diff is missing in the newer versions.  
I use it a lot, and it would be nice and helpful to have it in a new version of SCM-Manager also.  
PS. i use SVN.

---

<div class="post-metadata">

### Author: ![pfeuffer](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/pfeuffer/32/72_2.png) [@pfeuffer](https://community.cloudogu.com/u/pfeuffer)
#### Post date: [September 12, 2023, 7:32am UTC](https://community.cloudogu.com/t/raw-diff-download-option/1227/2 "2023-09-12T07:32:34Z")

</div>

Hi @nilsjacobs ,

considering an update is definitely a good thought 🙂

Unfortunately we do not support diffs between explicit revisions for SVN, but you can load a raw diff for single revisions using the following URL:

[https://your-server/scm/api/v2/repositories/namespace/name/diff/42](https://your-server/scm/api/v2/repositories/namespace/name/diff/42)

or

[https://your-server/scm/api/v2/repositories/namespace/name/diff/42?format=GIT](https://your-server/scm/api/v2/repositories/namespace/name/diff/42?format=GIT)

to get a Git style diff (you’d have to replace “namespace” and “name” with the values for your repository).

Does this help?

Regards  
René

---

<div class="post-metadata">

### Author: ![nilsjacobs](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/nilsjacobs/32/1257_2.png) [@nilsjacobs](https://community.cloudogu.com/u/nilsjacobs)
#### Post date: [September 12, 2023, 8:47am UTC](https://community.cloudogu.com/t/raw-diff-download-option/1227/3 "2023-09-12T08:47:44Z")

</div>

Hi @pfeuffer,  
Thank you for your answer.

- [https://your-server/scm/api/v2/repositories/namespace/name/diff/42](https://your-server/scm/api/v2/repositories/namespace/name/diff/42)  
This was exactly what i was looking for.  
It would have been even better (easier to use) if there was a button for it in the UI like in the V1 versions.  
Regards, Nils.
