I have a branch of the trunk. I need to re-set the properties of the externals in the branch to a different point.
My idea was to remove them all and re-set them with propset.
When I type svn propdel svn:externals http://path-to-branch/externals
I get
svn: E200009: Targets must be working copy paths
Whats the problem with my command?