Page 1 of 8

issue-#140 Unwrapping IMPORT aliasses

Posted: Tue Oct 25, 2016 7:05 pm
by Robert
There is initial discussion in http://community.blackboxframework.org/ ... f=49&t=143.

I intend to publish an implementation code proposal here, but that will take some days as I have other commitments.

I also wish to use this issue as an exercise in learning how to use our development tools, so I ask people (Josef, Ivan !) not to put these proposals into the repository, but to have patience in telling me how to do it when I ask for help.


On a technical note I agree that DevDependancies should be included.

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Tue Oct 25, 2016 8:14 pm
by Robert
Completely lost already. I am on step "0" on the "Bug fixing pipeline" page.

What is an ssh-key, and where do I get one? Do I need to download and install some variety of "Git" to my PC? Where do I type "git clone git@github.com:BlackBoxCenter/blackbox.git"; into my PC or a web page?

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Wed Oct 26, 2016 1:11 am
by Ivan Denisov
Robert wrote:Do I need to download and install some variety of "Git" to my PC?
https://git-scm.com/
Robert wrote:What is an ssh-key, and where do I get one?
https://help.github.com/articles/genera ... rm-windows
Robert wrote:Where do I type "git clone git@github.com:BlackBoxCenter/blackbox.git"; into my PC or a web page?
In Git console.

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Wed Oct 26, 2016 6:27 am
by Josef Templ
Robert wrote:Completely lost already. I am on step "0" on the "Bug fixing pipeline" page.

What is an ssh-key, and where do I get one? Do I need to download and install some variety of "Git" to my PC? Where do I type "git clone git@github.com:BlackBoxCenter/blackbox.git"; into my PC or a web page?
We went through all the steps with Doug.
Maybe he has kept some memo.

- Josef

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Wed Oct 26, 2016 8:56 pm
by Robert
Ivan Denisov wrote:
Robert wrote:What is an ssh-key, and where do I get one?
https://help.github.com/articles/genera ... rm-windows.
It says ...
Checking for existing SSH keys
Before you generate an SSH key, you can check to see if you have any existing SSH keys.
Generating a new SSH key and adding it to the ssh-agent
After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.
It says "I can generate ...". But it doesn't say how. Presumably I need to click on something, or type something somewhere ...

I have down-loaded and installed GIT. I have a new Start menu item "Git GUI".

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Thu Oct 27, 2016 5:06 am
by Ivan Denisov
Robert wrote:It says "I can generate ...". But it doesn't say how. Presumably I need to click on something, or type something somewhere ...

I have down-loaded and installed GIT. I have a new Start menu item "Git GUI".
https://help.github.com/articles/genera ... rm-windows

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Thu Oct 27, 2016 9:18 am
by Josef Templ
Robert, if you work under Windows and if you want to do yourself a favour
use Tortoise Git as your client git tool. You get a powerful GUI based
git tool that is integrated nicely with the Windows Explorer.
I use it since several years and it works reliably.
I also know how to install a diff tool for BlackBox .odc files for this setup.
Without a diff tool, it is not easy to get productive.

Here is a little guide in our wiki: http://wiki.blackboxframework.org/index ... rtoise_Git

The other option is to use a command line version git tool, but this is more for the experts,
I would say. It is better for automation (scripting) but that's not really
required. The disadvantage is that you need to learn the git commands with the
many options. There are many other GUI based git tools but Tortoise Git is the "gold standard",
I would say.

- Josef

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Thu Oct 27, 2016 10:57 am
by Robert
Josef Templ wrote:Robert, if you work under Windows and if you want to do yourself a favour
use Tortoise Git as your client ...
Thanks, I will try that (but not for a few days as I'm away).

PS - I did manage to create an SSH using Git GUI, but didn't get any further last night.

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Tue Nov 01, 2016 9:23 pm
by Robert
Robert wrote:Thanks, I will try that (but not for a few days as I'm away).
A little bit of progress tonight; I'm adding clarifications (although maybe not correct clarifications) to page http://wiki.blackboxframework.org/index ... rtoise_Git.

I'm currently stuck on "you have to create the branch first on github". The instructions on page http://wiki.blackboxframework.org/index ... p_with_Git say "entering the new branch name into the "Find or create branch..." box", but I can't find this box. Is it on page https://github.com/BlackBoxCenter/blackbox, or where?

Also, should the tag (Media:Makebranch.png) be directly a picture, or are we meant to click on it to see it? This occurs on both the Git & Bug fixing pages.

Re: issue-#140 Unwrapping IMPORT aliasses

Posted: Wed Nov 02, 2016 1:28 am
by Ivan Denisov
Put name here.