Re: migrate repository from mercurial to git

2021-12-10 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich writes: > On 12/10/21 12:29, Łukasz Michalski wrote: >> Hi, >> >> I would like to migrate a repository myrepo from mercurial to git. >> >> I want to rename mercurial repository to myrepo_old and use orginal name for >> new git repository. >> >> Is it enough to renam

Re: migrate repository from mercurial to git

2021-12-10 Thread Uwe Brauer
>>> "ŁM" == Łukasz Michalski writes: > Hi, > I would like to migrate a repository myrepo from mercurial to git. As a die hard fan of mercurial I find this sad, you will not be able to use named branches and topics, and local revision numbers (for convenience) anymore. > I want to rename mercur

Re: [success]

2020-08-21 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich writes: > On 8/15/20 2:00 PM, Uwe Brauer wrote: Hi Mads > Summarizing some of the problems (and hinting to root causes even > though it might seem like "blaming"): Using a 4 years old LTS (with > two more recent LTS releas

[success] (was: [using pip with 0.5.2])

2020-08-15 Thread Uwe Brauer
> On Sat, Aug 15, 2020, 12:13 Uwe Brauer wrote: > Yes, comment out the part that you pasted. > You don't need to compile python. It is an interpreted language. Python > itself will perform some form of compilation in the background, but it is > not a real

Re: [using pip with 0.5.2]

2020-08-15 Thread Uwe Brauer
> On Sat, Aug 15, 2020, 09:58 Uwe Brauer wrote: > I'm not sure what the problem really is here, but if you only get this for > the license check and you are just evaluating if kallithea fits your needs, > you could comment out the check in > home/oub/.loca

Re: [using pip with 0.5.2]

2020-08-15 Thread Uwe Brauer
> On Sat, Aug 15, 2020, 09:58 Uwe Brauer wrote: > I'm not sure what the problem really is here, but if you only get this for > the license check and you are just evaluating if kallithea fits your needs, > you could comment out the check in > home/oub/.local/lib/pyt

Re: [how to install 0.5.2 with python2.7?]

2020-08-15 Thread Uwe Brauer
Hi Thomas, > Hi Uwe, > On Sat, Aug 15, 2020, 09:27 Uwe Brauer wrote: > Can you do: > which python2.7 > python2.7 --version /usr/bin/python2.7 Python 2.7.12 I just run sudo apt-get install python2.7 System sort of upgrades but the version is the same And

[using pip with 0.5.2] (was: [how to install 0.5.2 with python2.7?])

2020-08-15 Thread Uwe Brauer
>>> "TDS" == Thomas De Schampheleire writes: > Hi Uwe, > On Fri, Aug 14, 2020, 22:14 Uwe Brauer wrote: So I tried pip uninstall kallithea pip install --user kallithea==0.5.2 Then I followed the setup But kallithea-cli front-end-build Finished with ,-

Re: [how to install 0.5.2 with python2.7?]

2020-08-15 Thread Uwe Brauer
>>> "TDS" == Thomas De Schampheleire writes: Thanks > virtualenv -p python2.7 ../kallithea-venv You are not going to believe this: virtualenv -p python2.7 ../kallithea-venv , | | Traceback (most recent call last): | File "/usr/bin/virtualenv", line 5, in | from pkg_resources im

Re: [how to install 0.5.2 with python2.7?]

2020-08-14 Thread Uwe Brauer
> Hi Uwe, > On Fri, Aug 14, 2020, 17:35 Uwe Brauer wrote: > Our docs on readthedocs do not currently retain documentation for obsolete > versions. I'm not sure if this is really good practice, but today it's like > that. > To get documentation for

Re: installation still does work

2020-08-14 Thread Uwe Brauer
> Hi Uwe, > On Fri, Aug 14, 2020, 17:24 Uwe Brauer wrote: > In general you should avoid changing such links manually. I suggest you > restore the original one. > The virtual environment (venv) created with the command will use the python > used for the co

[how to install 0.5.2 with python2.7?] (was: how to install kallithea from source)

2020-08-14 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich >>> writes: > On 8/13/20 9:15 PM, Uwe Brauer wrote: >> which version (changeset) requires only 3.5)?? > 3.6 was the first python3 we supported. (Inherited from the versions > supported by Mercurial).

installation still does work

2020-08-14 Thread Uwe Brauer
Hi I followed the instructions in https://medium.com/@moreless/install-python-3-6-on-ubuntu-16-04-28791d5c2167 and in fact installed python 3.8 I cannot de install python 3.5 because a huge amount of package depend on python 3.5 However when I follow the instruction hg clone https://kallithe

[Python 3.6, 3.7 3.8] (was: how to install kallithea from source)

2020-08-13 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich writes: > On 8/13/20 8:53 PM, Uwe Brauer wrote: >>> I suggest creating /srv/kallithea as root, and chown it to the >>> kallithea user. (I am trying to tweak the documentation based on your >>> input and al

Re: how to install kallithea from source

2020-08-13 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich writes: > On 8/13/20 8:53 PM, Uwe Brauer wrote: >>> I suggest creating /srv/kallithea as root, and chown it to the >>> kallithea user. (I am trying to tweak the documentation based on your >>> input and al

Re: how to install kallithea from source

2020-08-13 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich writes: > On 8/13/20 7:54 PM, Uwe Brauer wrote: >> > Hi Uwe, >> > On Thu, Aug 13, 2020, 17:50 Uwe Brauer >> > wrote: >> >> >> > The '.' is an alias to the 'source' shell c

Re: how to install kallithea from source

2020-08-13 Thread Uwe Brauer
> Hi Uwe, > On Thu, Aug 13, 2020, 17:50 Uwe Brauer wrote: > The '.' is an alias to the 'source' shell command. It reads and executes > the file provided as arguments. > See section "Shell Builtin Commands" at: > https://linu

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
>>> "MK" == Mads Kiilerich >>> writes: > On 8/13/20 5:42 PM, Uwe Brauer wrote: >> > It seems like your installation somehow got off track and you thus got >> > on a bumpy road. At this point I would suggest reinstalling Ubuntu (to >> &

how to install kallithea from source

2020-08-13 Thread Uwe Brauer
ithea-venv . ../kallithea-venv/bin/activate Is this supposed to be one line? What does the . At the beginning of the second line supposed to be? Regards Uwe Brauer ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
> On 8/13/20 1:47 PM, Uwe Brauer wrote: > Oh. That means it must have been installed as root. I guess we should > clarify documentation to say something like: > pip and npm running as root might leave bits and pieces all over the > system, mixed up with packag

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
> On 8/13/20 10:39 AM, Uwe Brauer wrote: > We can improve the documentation to say something like > but I don't know if we should go into details on how to do it on each OS. > Googling for "ubuntu /usr/bin/env: ‘node’: No such file or directory" &

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
> On 8/13/20 10:39 AM, Uwe Brauer wrote: > We can improve the documentation to say something like > but I don't know if we should go into details on how to do it on each OS. > Googling for "ubuntu /usr/bin/env: ‘node’: No such file or directory" > gives some hel

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
> Hi Uwe, > On Thu, Aug 13, 2020, 10:11 Uwe Brauer wrote: > It seems this is version dependent. The nodejs package on later versions > indeed provides both node and nodejs. > I don't know if there is a non-manual way in ubuntu 16.04 to get the node &

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
>>> "TDS" == Thomas De Schampheleire writes: > Hi Uwe Brauer, > The 'node' program cannot be found. Kallithea requires the 'npm' package to > be installed, which should provide node. You should be able to use apt-get > to install it. I also se

Re: cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
>>> "TDS" == Thomas De Schampheleire writes: Hi Thomas > Hi Uwe Brauer, > The 'node' program cannot be found. Kallithea requires the 'npm' package to > be installed, which should provide node. You should be able to use apt-get > to install it.

cannot set up Kallithea in Ubuntu 16.04

2020-08-13 Thread Uwe Brauer
Command | '['/usr/local/lib/python2.7/dist-packages/kallithea/front-end/node_modules/.bin/lessc', | '--source-map', '--source-map-less-inline', | '/usr/local/lib/python2.7/dist-packages/kallithea/front-end/main.less', | '/usr/local/lib/py