␡
- Subversion: A Great Product
- Repository and Working Copy
- Creating the Repository
- Creating a Share and Mapping a Network Drive
- Structure of the Working Copy
- Checking Files In and Out of the Repository
- Getting Other Peoples Changes
- Adding New Files
- Getting Change Differences for a File
- Getting Information About a File
- Backing up Subversion Repositories
- Conclusion
Like this article? We recommend
Getting Change Differences for a File
Often, you might change a given file and then want to see the changes versus the repository copy. I normally want to do this when I make a change and something in the software stops working! To see such changes, just type the following command:
svn diff filename
This produces all the changes made in a reasonably easy-to-understand format.