You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using C APIs to get file history but for rename action we don't have old and new names, so print("R %s %s" % (record.origPath, record.data))
[ line no 542 : function: process_database_record ]
is failing.
How to get record.origPath and record.data from/in "sscm_file_history" API and struct FileHistoryItem sturcture ?
The text was updated successfully, but these errors were encountered:
Sadly, this is another example of a notable deficiency in the Seapine API, also what led me down the path of using the CLI output in the first place. Without an improved API, there is no reliable/portable solution to this problem.
Hi,
I am using C APIs to get file history but for rename action we don't have old and new names, so
print("R %s %s" % (record.origPath, record.data))
[ line no 542 : function: process_database_record ]
is failing.
How to get record.origPath and record.data from/in "sscm_file_history" API and struct FileHistoryItem sturcture ?
The text was updated successfully, but these errors were encountered: