~.xamlの修正差分を確認したい

Uipathのワークフローのファイルの履歴は単純なフォルダごとのファイルバックアップで取られています。
その二つのバージョンの差を比較したいと思っています。

https://docs.uipath.com/ja/studio/standalone/2022.10/user-guide/comparing-files
は「オートメーション プロジェクトに存在する2 つの類似するファイルを比較する」とのことで、
私の行いたい「二つのプロジェクトに存在するファイルを比較する」ではないです。

https://docs.uipath.com/ja/studio/standalone/2022.10/user-guide/using-file-diff
これも「 [プロジェクト] パネルで .xaml ファイルを右クリックして [変更を表示]」が出てきません。

プロジェクトパネルから別のバージョンのプロジェクトを選択すると、新しくUiPathStudioが開いてしまいます。
どのように差分確認をしたらよいでしょうか?
(Winmergeは余分な差分がでるので分かりづらく、AutomationCloudにアップロードした後で比較できるのはわかりますが、その前にそもそもの差分チェックをしたいと思っています。)

@jasano

Please check this if this is what you want

https://docs.uipath.com/studio/standalone/2023.4/user-guide/comparing-files#:~:text=In%20the%20Project%20panel%2C%20right,the%20Compare%20Files%20window%20opens.

Cheers

1 Like

GitやSVNの管理ツール導入して差分比較をするではうまくないでしょうか?そこそこ使える情報が出てきたように思えますが・・
既にお試し済みであればすみません。

1 Like

有難うございます。gitやSVNはUiPathについては未導入なのです。確かに、その情報は見かけましたので、検討してみたいと思います。

Thank you for your reply!
I think it means “compare two similar files that exist in the automation project”.
The original question wanted to say “compare files that exist in two projects”, so unfortunately I couldn’t use it as is.
However, after thinking about it again, if I copy the file of one project into the other project folder with another name,
I realized that it can be used as a comparison target.
It’s a bit time consuming and not smart, but I’d like to check this out for now.
Thank you!

1 Like

@jasano

Yes as of now that would be the way to go

Happy Automation

cheers