fossil
Unable to create a new fossil repo, fossil beginner
I figured I would check out fossil for some small apps I have to complete. I am not new to DVCS as I have used CVS, subversion, mercurial, and git. After installing on my Mac (10.7), using homebrew, I[详细]
2023-03-24 15:34 分类:问答Fossil: repository does not exist or is in an unreadable directory?
I have 2 local repos on my notebook. The first one is Fresh.fossil (http://chiselapp.com/user/johnfound/repository/FreshIDE/), located in C:\\FASM\\STUFFS, and the second one is book.fossil (http://cl[详细]
2023-02-22 07:58 分类:问答FossilSCM, ignoring files on add
I\'ve done some research, but honestly can\'t se开发者_C百科em to figure this out. You can set some set some options to have fossil extras ignore files, but not fossil add?The configuration options t[详细]
2023-01-31 17:06 分类:问答fossil dvcs difference between update and checkout commands
After reading the builtin help, it seems to me that both commads can be used for modifying the workspace to match a certain revision. But I don\'t understand the differences between update and checkou[详细]
2023-01-29 01:37 分类:问答Can Fossil insert the SHA1 checksum of an immediate commit into a file?
Say I want to commit a new version into the repository, but I\'d like to au开发者_JAVA技巧tomatically insert the checksum of that new commit (unknown to me) into a file (or somewhere into a file) that[详细]
2023-01-28 02:34 分类:问答Fossil: how to display checked in image files on wiki pages?
Here is the complete workflow: Initialize the repository and the workspace $ fossil new repo.fossil $ mkdir workspace[详细]
2023-01-20 21:43 分类:问答How to close a leaf in Fossil
The documentation on branching in Fossil SCM says a leaf is considered closed if it has a closed tag.However, when I enter[详细]
2023-01-17 13:02 分类:问答With Fossil source control, does the "fossil clone" command have the exact same effect as if you just copy the repository file manually?
With Fossil source control, does the \"fossil clone\" command have the exact same effect as if you just copy the repository file manually?[详细]
2023-01-17 08:37 分类:问答Easy-to-backup version control for windows single developer
I really need to get started with source control because I\'m going absolutely crazy keeping track of my code and modifications as it is.[详细]
2023-01-15 03:30 分类:问答Relational database backend for mercurial or git
What I like about fossil is that it uses plain old sqlite to store changesets, files, etc. I can use its command line tool to query the repository, but if I want somet开发者_Go百科hing not supported b[详细]
2023-01-12 11:25 分类:问答