Changes between distributions

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
avytin
Posts: 75
Joined: Fri Dec 08, 2006 5:41 pm
Location: MiT

Changes between distributions

Post by avytin »

Is there a way to find cumulatively all the changes between distributions? Or give dates and compare all the files that changed between them?

Thanks!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can download a tarball of a release. a cvs update would should you all the files that have changed since that release; a cvs diff would show you what the diffs are between the files.

for individual files you could browse the source code on-line, you can see diffs there
between whatever versions of the code that you want.
Post Reply