Name

svn cleanup — Recursively clean up the working copy.

Synopsis

svn cleanup [PATH...]

Description

Recursively clean up the working copy, removing locks resuming unfinished operations. If you ever get a “working copy locked” error, run this command to remove stale locks and get your working copy into a usable state again. See Appendix C, Troubleshooting.

Alternate Names

None

Changes

Working copy

Accesses Repository

No

Switches:

None

Examples

Well, there's not much to the examples here as svn cleanup generates no output. If you pass no PATH, '.' is used.

$ svn cleanup

$ svn cleanup /path/to/working-copy