fossil

How can I use fossil (DVCS) in a home environment?

一笑奈何 提交于 2019-12-18 15:48:10
问题 I'm trying fossil as my new VCS, since I'm a lone developer working on small projects. I started testing fossil but I encountered a (probably major newbie) problem. How does one push or pull to another directory (which is easy on Hg). Fossil pull or push commands expect a URL and not a directory. When I start a server in one directory and try to push from another directory I get the "server loop" error message. Any ideas? 回答1: According to this fossil ticket, cloning, pushing and pulling

getting started with fossil

眉间皱痕 提交于 2019-12-13 12:12:52
问题 I just got started with fossil. My reasons for selecting fossil are: cross-platform single exectuable single repository file (typical extension .fossil) supposedly easy to use (but aren't they all?) I have several questions. Context: Suppose I want to keep track of changes to every file inside several directories, aptly named dir1, dir2, etc. Suppose I want to keep a copy on a USB stick. Suppose I want to keep a copy on another partition of the same disc as I move back and forth between Linux

Force use gcc to compile (instead of cc) in ./configure under Solaris Sparc

左心房为你撑大大i 提交于 2019-12-07 21:15:17
问题 I want to build fossil code on Solaris. wget http://www.fossil-scm.org/index.html/tarball/tip.tar.xz tar xf tip.tar.xz ; cd tip.tar ./configure CC=gcc CXX=g++ C=gcc BCC=gcc # no error It will cause $make cc -o bld/translate ./src/translate.c /usr/ucb/cc: language optional software package not installed $which cc /usr/ucb/cc $which gcc /usr/local/bin/gcc $which g++ /usr/local/bin/g++ I'm sure my gcc/g++ are workable. After I add a dirty hack on replace the 'BCC = cc' line of Makefilewith 'BCC

Force use gcc to compile (instead of cc) in ./configure under Solaris Sparc

人盡茶涼 提交于 2019-12-06 13:56:52
I want to build fossil code on Solaris. wget http://www.fossil-scm.org/index.html/tarball/tip.tar.xz tar xf tip.tar.xz ; cd tip.tar ./configure CC=gcc CXX=g++ C=gcc BCC=gcc # no error It will cause $make cc -o bld/translate ./src/translate.c /usr/ucb/cc: language optional software package not installed $which cc /usr/ucb/cc $which gcc /usr/local/bin/gcc $which g++ /usr/local/bin/g++ I'm sure my gcc/g++ are workable. After I add a dirty hack on replace the 'BCC = cc' line of Makefilewith 'BCC = gcc' after ./configure. It compilable. But I don't know how to fix the source code. I downloaded that

Is it possible to export from Fossil SCM into some other DVCS?

陌路散爱 提交于 2019-12-05 16:01:31
问题 For many years I used Darcs as my only DVCS...some time ago I explored Monotone which I like as well. However, the main problem with both is the lack of complete hosting solutions. Fossil looks as interesting option (although we don't like its use of non-standard wiki markup) considering it's very light in regard to hosting requirements and incorporates distributed bug tracker which eliminates the need for some public hosting solution as in the scenario with darcs & monotone. However, Fossil

msysm2 拉取配置

左心房为你撑大大i 提交于 2019-12-04 04:36:43
pacman -Ss 包软件名 进行搜索 //源码拉取环境 hg pacman -S msys/mercurial svn pacman -S msys/subversion git pacman -S msys/git fossil pacman -S mingw64/mingw-w64-x86_64-fossil //-编程环境 来源: https://www.cnblogs.com/marklove/p/11831539.html

What do people think of the fossil DVCS? [closed]

喜夏-厌秋 提交于 2019-12-03 00:04:28
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . fossil http://www.fossil-scm.org I found this recently and have started using it for my home projects. I want to hear what other

Distributed Revision Control, Wiki, and Bug-Tracking all in one

一笑奈何 提交于 2019-11-30 14:49:24
I know about Fossil but are there any alternatives? Something small and easy to install/configure. I know there are quite a few git-based wikis such as git-wiki , WiGit and gitit . A simple google search will bring up many others, I'm sure. I also know of some git-based bug trackers such as ticgit which basically lets you keep your tickets in a separate branch of a git repository. There's also DisTract . But I'm not aware of anything else aside from Fossil that really tries to do what it does in one combined tool. I'm curious what your experiences with Fossil have been. It's one of those

mORMot学习笔记 (一)

限于喜欢 提交于 2019-11-30 10:01:39
官方网站:https://synopse.info/fossil/wiki/Synopse+OpenSource 下载地址:https://synopse.info/fossil/wiki?name=Downloads 官方文档:https://synopse.info/files/html/Synopse%20mORMot%20Framework%20SAD%201.18.html 下载后解压Delphi IDE Library添加目录进去就可以使用,不需要安装 来源: https://www.cnblogs.com/win32pro/p/11577746.html

Are there sites hosting fossil repositories? [closed]

只谈情不闲聊 提交于 2019-11-30 04:50:05
There are many sites that host public repositories of code. Examples launchpad (bazaar) bitbucket (mercurial) github (git) Are there similar sites that allow coders to store and manage fossil repositories for free? I just launched a fossil hosting solution over at http://chiselapp.com It's still in alpha but supports a number of things already. Feel free to let me know what you think. It seems Fossil is available on Sourceforge: http://tkoutline.sourceforge.net/cgi-bin/fossil/wiki Though it's not clear if this is an official installation. It's within SF.net allowance to host custom CGI scripts