com.dynamo.cr.client.RepositoryException: Unable to create branch
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:101)
at com.dynamo.cr.editor.wizards.ConnectionWizardBranchPagePresenter$CreateBranchRunnable.run(ConnectionWizardBranchPagePresenter.java:70)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
I’m using Ubuntu 16.04 LTS x86 and I have this error when I create a new branch.
com.dynamo.cr.client.RepositoryException: Unable to create branch
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:101)
at com.dynamo.cr.editor.wizards.ConnectionWizardBranchPagePresenter$CreateBranchRunnable.run(ConnectionWizardBranchPagePresenter.java:70)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: com.dynamo.server.dgit.GitException: ~/Downloads/Defold-linux.gtk.x86/plugins/com.dynamo.cr.dgit_1.0.0.201604181502/git/linux//bin/git: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
Here is my two centts
I can create new branches without any errors from Editor.
I have changed remote origin of my project and create new branches with git itself (via terminal) but dont see them in Editor. When I switching between them I see changes in Editor in same moment.
Besides that there is a bug when I try to commit changes from Editor (it asks for password in console, I type it but it asks again).
When I open Editor with project with many branches I see only that which was created from Editor. But when I select it It loads the branch which was checked out from git console by hand.
So I use plain git commands from terminal to commit changes and switch between branches. Its workable.
Hi @farid!
The editor doesn’t actually create git branches, but a local folder using the name you gave it. So when you then use git to create actual git branches inside that folder, only the currently checked out branch will be visible in the editor.
Also, once you’ve started using a remote host you must use a separate tool to sync the branch (as you’ve noticed). Read more about alternative hosting
We have plans of adding better support for remote hosts in the new editor, but I don’t know when that is going going to get implemented.
com.dynamo.cr.client.RepositoryException: Unable to create branch
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:101)
at com.dynamo.cr.editor.wizards.ConnectionWizardBranchPagePresenter$CreateBranchRunnable.run(ConnectionWizardBranchPagePresenter.java:70)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: com.dynamo.server.dgit.GitException: /opt/Defold/plugins/com.dynamo.cr.dgit_1.0.0.201612191732/git/x86_64-linux//bin/git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory