PTC-ALM / TortoiseSI

Windows Explorer Extension to operate the SCM capabilities of PTC Integrity Lifecycle Manager
https://ptc-alm.github.io/TortoiseSI/
8 stars 8 forks source link

Resynchronize on a folder does not work as expected #185

Closed KristinaTaylor closed 8 years ago

KristinaTaylor commented 8 years ago

When a user selects a folder in windows explorer and chooses TortoiseSI -> Resynchronize, the contents of the folder are not resynchronized.

It looks as if "si resync -sandbox " is executed in this scenario, and silently errors without giving the user an option to recurse into the folder. The correct command execution will have to be investigated and arguments/command updated (possibly --cwd is required).

From RFC 1095161.

krrish1008 commented 8 years ago

The "--sandbox" command option would have worked but in the MenuInfo where the sandbox name was being passed, there it was returning an empty string for the sandbox which avaided the action to even execute. when i tried to get the sandbox name initialized correctly, it worked. but i have still changed it to "--cwd" command option as its more efficient.

sharonzhao commented 8 years ago

Resynchronize on a folder is working properly. It resynchronizes everything in the folder. Tested with build 240.

This issue can be closed.

KristinaTaylor commented 8 years ago

Closing per testing notes. This will be included in the 1.1 release, when it's ready.