How to use pysvn to commit a revision with revision properties ie revprops?

180 Views Asked by At

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.

0

There are 0 best solutions below