[Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (#968)

nomadbyte notifications at xxxxx
Sun Apr 26 13:55:47 UTC 2020


Here's a test repo to try out the PR #969 :

```
mkdir newrepo && cd newrepo
fossil init ../newrepo.fossil
fossil open ../newrepo.fossil
echo "Test file" >> testfile.txt
fossil add testfile.txt
fossil status
fossil commit -m "Added testfile"
```

Now in Geany, open the `newrepo/testfile.txt`  and its revisions should be tracked by Fossil SCM, and managed using GeanyVC.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/968#issuecomment-619553518
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200426/07091e73/attachment.htm>


More information about the Github-comments mailing list