[This is preliminary documentation and is subject to change.]

Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision)

Overload List

  Name Description
SetRevisionProperty(SvnUriTarget, String, ICollection<(Of <(Byte>)>))
Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision)
SetRevisionProperty(SvnUriTarget, String, String)
Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision)
SetRevisionProperty(SvnUriTarget, String, SvnSetRevisionPropertyArgs, ICollection<(Of <(Byte>)>))
Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision)
SetRevisionProperty(SvnUriTarget, String, SvnSetRevisionPropertyArgs, String)
Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision)

See Also