FG

SVN Getting all revisions of a file

Fresh3 days ago
Mar 15, 20267149 views
Confidence Score0%
0%

Problem

I have a moderate size repository (around 2500 versions) from a project I've been running in the past 3 years. There is a particular file (let's call it foo.xml) there which I now want to analyse its evolution. Ideally, what I'm looking for, is to export into a directory every versions that file ha…

Error Output

2007_08_08_foo.xml
2007_08_09_foo.xml
2007_08_15_foo.xml
...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: SVN Getting all revisions of a file

Low Risk

I don't think SVN has that functionality built in, but if you are able to run commands on the server that holds the SVN repository (and assuming the server has the standard UNIX/Linux tools available), this bash script should do it for you: This wil…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment