python - Adding patch (diff) to the latest revision in pysvn -
i have latest revision of folder (say 'test_project/') svn , added locally modified changes multiple files. got diff of locally modified changes svn , stored in diff.txt.
now want apply changes (diff.txt) updated/latest revision of folder in server through pysvn. there method available same?
Comments
Post a Comment