47Working Directly with the Repository

Most of the time you should make changes to a Subversion working copy and then commit those changes to the repository. This gives you a chance to think about the changes, revert unwanted or erroneous modifications, and even run a build to make sure everything works before you commit. There are times, though, when you might want to work directly with the repository. For some Subversion commands, you can use a repository URL instead of referring to working copy files.

You can copy, move, rename, and delete items directly in the repository. You might want to do this if the files are large and would take a long time to manipulate in a working copy. You might also want to do this if you recently imported a ...

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.