I am trying to get an svn blame out of svn for the svn properties. I expected there would be something like:
svn blame --prop .
but I cannot find such an option.
I am trying to get an svn blame out of svn for the svn properties. I expected there would be something like:
svn blame --prop .
but I cannot find such an option.
Revision properties are not versioned in Apache Subversion. In other words, you can't run svn blame
against revision property.
From "SVNBook | Properties":
The main difference is that revision properties are not versioned. In other words, if you change the value of, or delete, a revision property, there's no way, within the scope of Subversion's functionality, to recover the previous value.