FG
💻 Software

svn revert a single property on a directory?

Fresh7 days ago
Mar 15, 20264472 views
Confidence Score0%
0%

Problem

How can I revert one of several properties on a directory from svn command line? My svn trunk has a property svn:externals to import an external repo. When I set up a new branch foo, the external is changed to point to a branch as well: Sometimes when I merge a branch back into the trunk, that prop…

Error Output

/trunk
  svn:external = /external/trunk

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: svn revert a single property on a directory?

Low Risk

this sets the property to the HEAD value. This is a valid workaround since can only be applied to all properties, and doesn't exist for individual properties.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment