Branchout / branchout

A manyrepo management tool to allow for local monorepo projecting while keeping everything in distinct repositories
Apache License 2.0
9 stars 2 forks source link

On windows, use ~/ style path to localRepository, not absolute /c/* style #48

Closed fredcooke closed 4 years ago

fredcooke commented 4 years ago

That was wrong, ~/ is no good either, needs to be ${user.home}/

stickycode commented 4 years ago

@fredcooke in maven settings?

stickycode commented 4 years ago

already fixed

fredcooke commented 4 years ago

Do you have a fixed in commit hash for us? :-D thanks, good work.

stickycode commented 4 years ago

Not sure it's been a while didn't look back in history

On Thu, 17 Sep 2020, 22:48 Fred Cooke, notifications@github.com wrote:

Do you have a fixed in commit hash for us? :-D thanks, good work.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Branchout/branchout/issues/48#issuecomment-694152303, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG4GFALVMRED7VAPJKFK7DSGHSPTANCNFSM4J3EJGLQ .

fredcooke commented 3 years ago

False, not fixed, now fixed, see PR #67

fredcooke commented 3 years ago

That ought to do it. Other one had a mistake, lax code review, and premature merge while I was still manually testing on windows :-D