Dimitris, > Am 26.01.2016 um 14:07 schrieb Dimitris Chloupis <kilon.al...@gmail.com>: > > fair enough, its obviously your choice, but please note that text > documentation is slowly dying. And no I am not talking about Pharo > documentation. > I don't really believe the text documentation is dying because I haven't seen a replacement for it. Even if it is dying I could decline that and prefer text documentation, no? :)
> As you probably aware of , book sales have plummeted the last decade that > adsl connection speed has been rapidly rising. So there is not even a > comparison between the quantity and quality of video tutorials compared to > text tutorial which we see a very steady decline. Even University who have > taken their courses online have solely preferred the video format to text > documentation, although you can still get some text documentation for > reference purposes. > I don't think book sales are an indicator for the health of the text domain. The medium is dying not things being text. One of the main reasons I don't like videos is because skipping is too complicated. I needed 10 times clicking my mouse to skip the first 3:30 of your video because I'm neither interested in github nor in sourcetree this time. > My video tutorial explain the whole process of working pharo with git, to my > knowledge is the only tutorial that does this, it takes from how to do things > with filetree, how to use baselines (i think I included that one but my > connection is down and I cant check this) , how to use git (contrary to other > pharo git documentation that assumes knowledge of git) and how to use an > external gui client (something I highly recommend because there is no > replacement for it with pharo ) . Sourcetree is used as an example , you can > use any other git gui client instead. I chose not to present gitfiletree > because at the time it had problem on both MacOS and Windows, dont know if > Thierry has fixed those issues. > You are telling me I should watch the video but I got the impression you didn't read any of this thread before replying ;) Your video is not about the problems I have. It is a beginner video how to use pharo and git together and that's fine. I'm glad you did it. I'm after a workflow that can be used as developer as well as in a continuous integration server without introducing to many side effects. thanks, Norbert > On Tue, Jan 26, 2016 at 2:46 PM Norbert Hartl <norb...@hartl.name > <mailto:norb...@hartl.name>> wrote: > Thanks. > > To be honest I don't watch videos if I want something to know. So I skip > those nearly always. Your tutorial (didn't watch) seems to be about github > and sourcetree. So it does not seem to touch any of my problems. > > Norbert > >> Am 26.01.2016 um 13:31 schrieb Dimitris Chloupis <kilon.al...@gmail.com >> <mailto:kilon.al...@gmail.com>>: >> >> "I'm eager to try a new project with some git repositories. But to be honest >> I don't really get it. Searching the web there is lots to find but nothing >> actual." >> >> Searching "pharo git" on youtube bring my video tutorial top on the list of >> search results >> "https://www.youtube.com/results?search_query=pharo+git >> <https://www.youtube.com/results?search_query=pharo+git>" >> >> On Tue, Jan 26, 2016 at 2:27 PM Norbert Hartl <norb...@hartl.name >> <mailto:norb...@hartl.name>> wrote: >> Hi, >> >> using the bitbucket:// scheme and authority leads to a download url of >> >> https://bitbucket.org/NorbertHartl/get/<password>@2denker.zip >> <https://bitbucket.org/NorbertHartl/get/%3cpassword...@2denker.zip> >> >> where NorbertHartl and <password> are the credentials and 2denker is the >> user. The project name is stripped off. >> >> So this does not work as expected. >> >> Norbert >> >>> Am 26.01.2016 um 13:03 schrieb Norbert Hartl <norb...@hartl.name >>> <mailto:norb...@hartl.name>>: >>> >>>> >>>> Am 25.01.2016 um 23:32 schrieb Thierry Goubier <thierry.goub...@gmail.com >>>> <mailto:thierry.goub...@gmail.com>>: >>>> >>>> Le 25/01/2016 23:13, Norbert Hartl a écrit : >>>>> >>>>>> Am 25.01.2016 um 23:02 schrieb Norbert Hartl <norb...@hartl.name >>>>>> <mailto:norb...@hartl.name>>: >>>>>> >>>>>> Hi, >>>>>> >>>>>>> Am 25.01.2016 um 22:55 schrieb Thierry Goubier >>>>>>> <thierry.goub...@gmail.com <mailto:thierry.goub...@gmail.com>>: >>>>>>> >>>>>>> Hi Norbert, >>>>>>> >>>>>>> Just tell me if you need any additional parameter to the git clone for >>>>>>> the credentials, because I'm not sure I have written the code which >>>>>>> will handle them. >>>>>>> >>>>>> I'll check that. The easiest approach is to use the authority part of >>>>>> the url like >>>>>> >>>>>> https://user:p...@bitbucket.org/ <https://user:p...@bitbucket.org/>…. >>>> >>>> I'm nearly sure my code doesn't check for them and silently drop them :( >>>> >>>>>> I try that tomorrow. >>>>>> >>>>> But then I don't think that sub-directories work per http. >>>> >>>> They do over https. But remember the syntax is, to take your url, >>>> >>>> gitfiletree://user:p...@bitbucket.org/...?protocol=https <> >>> >>> Does not work for me. It complains about unknown url scheme. But using the >>> read-only version of gitfiletree would still mean I have to install >>> gitfiletree, no? I have no glue hot the url with bitbucket:// could work. >>>> >>>> I wonder if I can write code that considers that if you have a username >>>> and a password, then it should use https and not ssh. >>> >>> I see no reason why. You can use ssh with username and password as well. >>> >>> Norbert >> >