-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #3161 is successful
-
Just tried the latest 7.8.5 and it seems to work. I had to rerun my sync again to not crash and this unblock me. Thanks for the quick fix!
Looking at the fix a proper fix probably is by looking at
refs/remotes/origin/HEADand detecting the default branch. More solutions at https://stackoverflow.com/questions/28666357/how-to-get-default-git-branch -
Thanks for the info. Turns out that
git remote show <remote url>tells head branch of remote repository. Will improve the pull step to use this info instead guessing blindly.
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
Repro Steps:
Actual: Sync succedes but going to Code>Branches crashes making it impossible to change the branch settings from master to main. Call to
projectname/~branchesseems to fail with 500. Code>Files still shows as master and I can change it main branch.To fix this I need to temporarily create master branch in onedev and then go to Code>Branches to swap and delete the master branch making it painful to sync my 200+ github repros to onedev.