Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Conversation

@shana
Copy link
Member

@shana shana commented Jun 27, 2017

Things have been horribly broken in this area since the task rewrite. This hopefully fixes most of it and also caches data so we don't keep redetecting the repository every time we reload.

The UI is still thinking it's not initialized for a few seconds when Unity is loading, a fix for that will come separately.

assetsGitignore.CreateFile();
}))
.Then(GitClient.Add(filesForInitialCommit))
.Then(GitClient.Commit("Initial commit", null))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you try GitClient.AddAndCommit? I was going to log an issue for it because it gave us some trouble previously.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't, no.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll throw up an issue for it

}
}

[Location("views/branches.yaml", LocationAttribute.Location.UserFolder)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path looks incorrect

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's from my test branch. We're not using this yet, I'll need to pull in the rest of the branch view changes for this one, and then the path needs to be in the project (and we need some .gitignore action for this stuff)

Environment.GitExecutablePath = gitSetup.GitExecutablePath;
else
Environment.GitExecutablePath = await LookForGitInstallationPath();
Logger.Trace("RestartRepository");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update trace message

@shana shana merged commit 25c37eb into master Jun 27, 2017
@shana shana deleted the fixes/initialization branch June 27, 2017 21:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants