Show More
@@ -447,7 +447,7 b' class SvnRemote(RemoteBase):' | |||||
447 | commit_id = svn.repos.fs_commit_txn(repo, txn) |
|
447 | commit_id = svn.repos.fs_commit_txn(repo, txn) | |
448 |
|
448 | |||
449 | if timestamp: |
|
449 | if timestamp: | |
450 | apr_time = apr_time_t(timestamp) |
|
450 | apr_time = int(apr_time_t(timestamp)) | |
451 | ts_formatted = svn.core.svn_time_to_cstring(apr_time) |
|
451 | ts_formatted = svn.core.svn_time_to_cstring(apr_time) | |
452 | svn.fs.change_rev_prop(fsobj, commit_id, 'svn:date', ts_formatted) |
|
452 | svn.fs.change_rev_prop(fsobj, commit_id, 'svn:date', ts_formatted) | |
453 |
|
453 |
General Comments 0
You need to be logged in to leave comments.
Login now