Hello Bruno and all
I have imported the SIS web site history with the following command:
git svn clone --stdlayout https://svn.apache.org/repos/asf/sis/site/trunk/
--authors-file=authors.txt
I pushed the result on the Git repository, mirrored there:
https://github.com/apache/sis-site
It contains the SVN revision numbers in each commit. I named the branch
"main" instead of "master" since it seems to be a recommended practice.
Le 10/05/2021 à 12:30, Bruno P. Kinoshita a écrit :
Feel free to modify those commits, squash, edit. I don't mind even if
the authorship changes too :)
I would like to keep the attribution to you if you don't mind :-). Can
you create a fork of above GitHub repository, then execute the following
Unix commands?
git clone https://github.com/path/to/your/repo/sis-site
git clone https://github.com/kinow/sis-site-draft
cd sis-site-draft
rm -rf .git
mv ../sis-site/.git .
git add -A
git commit -m "Some commit message"
git push
However before to execute above instruction, I noticed that the "book"
directory seems to have disappeared. We would need to add it somewhere,
I'm not sure where is the appropriate place. They are sources, but in
HTML instead of Markdown. After missing files are put in place, a "git
status" before above "git commit" should show "renamed" for almost every
files, except the ones that are specific to the CMS.
Martin