[fossil-users] Suggestion: WIKI command EXPORT clean of tags

2017-06-28 Thread Tony Papadimitriou
I use Wiki a lot for keeping short notes/memos about pretty much anything related to the host repo. For cosmetic purposes when viewing from a Web browser these notes often contain ... or other such formatting tags. However, doing most programming from the command-line, when I want to quickly

[fossil-users] advice on managing language specific branches

2017-06-28 Thread Luca Ferrari
Hi all, this could sound trivial, but so far I developed on the same language versione (e.g., php 5) and all my branches were feature branches. So far so good. Now I have to maintain the same application on two different language versions, php 5 and 7. I created a LANG_5 and LANG_7 branch and work

[fossil-users] Bug: can't import to SHA3 repos

2017-06-28 Thread Dingyuan Wang
Dear all, In the latest version, Fossil uses a SHA3 hash by default. When I'm trying to sync from Git to Fossil, it refuses because of the SHA3 in the marks file. First: $ git fast-export --all --import-marks=../somerepo.git-marks --export-marks=../somerepo.git-marks | fossil import