Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
when trying to download unstable version as per
sourceforge.net/p/codeaster/wiki/Quickstart/
i get the following error
dedalus@stephen:~/dev/codeaster> hg clone http://hg.code.sf.net/p/codeaster/devtools devtools
hg: parse error at /home/dedalus/.hgrc:2: <!DOCTYPE html>
what is wrong?
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
A syntax error maybe in the .hgrc mercurial configuration file ?
Is it possible to clone any other repository?
Offline
hello hberro
thanks,
maybe ?
give me an example to check
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Here is the contents of my $HOME/.hgrc file (mercurial main configuration file)
[ui]
username = MY NAME <my.email@edf.fr>
merge = meld
[extensions]
hgext.extdiff=
[extdiff]
cmd.vdiff = meld
Cloning the sourceforge dépôt seems to work just fine from my side.
Here is a snapshot
Offline
thanks for that quick answer
my downloaded .hgrc file was an xml of 1678 lines
i replaced as you suggest
downloading is then ok
but
following instruction given here
https:88sourceforge.net/p/codeaster/wiki/Quickstart/
(replace 88 by //)
i get this error
dedalus@stephen:~/dev/codeaster> $HOME/dev/codeaster/devtools/bin/install_env --internet
Unknown repository in '/home/dedalus/dev/codeaster'
Please provide repository path as argument (see 'install_env --help').
and then following instruction given here
https:88sourceforge.net/p/codeaster/wiki/BuildCodeAster/
(replace 88 by //)
in my 15.2 code aster installation /opt/152
there is nowhere a file named profile_mfront.sh
the last install in which this file exist in 14.4
i have on my komputer nicely working versions 15.2, 14.4, 14.2
are the instructions given in the above sourceforge web pages up to date
Last edited by jeanpierreaubry (2021-11-10 15:08:44)
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline