I need to change the value of a versioned custom property of a svn directory on the fly. I do not want to alter any content, just change the value of the property of the already existing directory. I am using svnkit in java.
How would i go about it?
example:
http:://svnserver.com/example/directorya ... has svn property: myproperty = abc
after the operation:
http:://svnserver.com/example/directorya ... has svn property: myproperty = def
somehow got it to work: