Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
svn からフォルダーの最新リビジョン (「test_project/」など) を取得し、ローカルで変更された変更を複数のファイルに追加しました。次に、ローカルで変更された変更の差分を svn から取得し、diff.txt に保存しました。
ここで、この変更 (diff.txt) を、pysvn を介して別のサーバーのフォルダーの更新された/最新のリビジョンに適用したいと考えています。同じことを行うために利用できる方法はありますか?