ThomasMertes/seed7

Near full seed7 git repository from sf.net

Opened this issue · 0 comments

Attached there are the files I used to create a git repository from the seed7 releases from sourceforge.net, there is a readme that explains it:

To create a git repository from seed7 releases from sourceforge.net follow these steps:

wget -i filelist
squilu clean-files-list.nut
./bkp2git-seed7.sh

Then you'll have two new folders:
src -> the git repository containing the seed7 releases
seed7 -> the last uncompressed release with a symlink .git folder to ../src/.git

The command 'squilu clean-files-list.nut' probably you'll need to recreate with your prefered scripting language
or download a 'squilu' binary for your platform from https://github.com/mingodad/db-api-server

seed7togit.zip