48Using Patch Files

Occasionally you might want to save a copy of your working copy changes without committing them to the repository. You might decide your changes aren’t yet ready for prime time and that you want to keep them for later (although in this case, creating a feature branch and checking in to the branch is safer). Alternatively, you might be working on an open source project on the Internet and not have commit access to the repository. Instead of committing your changes directly, you need to send them to someone else on the project who has commit access.

Patch files are the Unix world’s solution to this problem. A patch file is a description of changes you have made to some files. You can send the patch file to someone else who ...

Get Pragmatic Guide to Subversion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.