kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Fixed cloning location inconsistencies (issue 135) #136

Closed henryli333 closed 5 years ago

henryli333 commented 5 years ago

Fixes #135.

This implementation will now automatically populate a full path into the textbox in the same location as it would have previously. This will be less ambiguous to users, and should allow custom repo locations to be set.

henryli333 commented 5 years ago

To manually test that changes work:

  1. Go to clone repo page
  2. Paste in a git remote
  3. The text in folder location text box should be in the format of: <root directory of VisualGit>/<name of repo>
  4. When clicking clone, no "failed to make directory" error is thrown by the application