This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.
svn propdel (pdel, pd) — Remove a property from an item.
svn propdel PROPNAME [PATH...]
svn propdel PROPNAME --revprop -r REV [TARGET]
This removes properties from files, directories, or
revisions. The first form removes versioned properties in
your working copy, and the second removes unversioned
remote properties on a repository revision
(TARGET
determines only which
repository to access).