Lazarus

Miscellaneous => Documentation (Maintaining -) => Topic started by: Weitentaaal on November 17, 2021, 01:33:34 pm

Title: tiOPF/de
Post by: Weitentaaal on November 17, 2021, 01:33:34 pm
Hello,

Tryed to install tiOPF by following the wiki instructions. (https://wiki.freepascal.org/tiOPF/de#Download)

used this command:
git clone git://tiopf.git.sourceforge.net/gitroot/tiopf/tiopf

and got:
fatal: unable to connect to tiopf.git.sourceforge.net:
tiopf.git.sourceforge.net[0: 216.105.38.16]: errno=Unknown error

is it possible that this is deprecated ?
just heard people say that the git servers have been moved.

Greetings
Title: Re: tiOPF/de
Post by: Fred vS on November 17, 2021, 01:48:16 pm
Hello.

[EDIT]

You may use this site:  https://github.com/graemeg/tiopf

According to the readme.txt

Quote
Where is the source code?
-------------------------
Recently the  tiOPF repository  was converted from  SubVersion to
Git. The old SubVersion  repository contained everything plus the
kitchen  sink  —  all  in  one  massive  repository.   A  bit  of
a  mess  really. While  doing  the  conversion  to Git,  we  took
the  opportunity  to  restructure  the repository  a  bit  better
by  using branches  and sub-repositories  (smaller more  specific
repositories, like the one now holding our website source).

For tiOPF2 code, simply switch to the 'tiopf2' branch:

  git checkout tiopf2

If you want the tiOPF3 code, then switch to the 'tiopf3' branch:

  git checkout tiopf3

So, to download the source, you may do

Code: Bash  [Select][+][-]
  1. $ git clone https://github.com/graemeg/tiopf

Then, in your tiopf directory:
Code: Bash  [Select][+][-]
  1. $ git checkout tiopf2
or
Code: Bash  [Select][+][-]
  1. $ git checkout tiopf3
Title: Re: tiOPF/de
Post by: Weitentaaal on November 17, 2021, 03:24:22 pm
Thnak you ! :)
TinyPortal © 2005-2018