I'm using pysvn 1.9.5-1 and Client.checkin() to commit a revision with revprops.
pysvn.Client.checkin Documentation
Here are the 'checkin' arguments according to the documentation...
checkin( path, log_message, recurse=True, keep_locks=False, depth, keep_changelist, changelists, revprops, commit_as_operations=False, include_file_externals=False, include_dir_externals=False )
However, when I attempt to use 'checkin' with the revprops argument, I get the following error: TypeError: expecting recurse or depth keyword arg
Thanks.