Tagged Questions

Fossil is a distributed version control system.

learn more… | top users | synonyms

62
votes
9answers
9k views

What do people think of the fossil DVCS?

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 people think of this VCS. What is missing in my mind, is IDE ...
12
votes
4answers
1k views

Are there sites hosting fossil repositories?

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 ...
11
votes
10answers
4k views

GUI for Fossil SCM

Are there any GUIs for fossil? I've been getting used to the idea of source control for solo projects, and having an interface for the commands in fossil would help. Something simple that helps ...
8
votes
4answers
649 views

Distributed bug tracker to go with DVC

We've pretty much licked the whole distributed thing for version control at this point. I'm not saying everything's perfect, but, from hereon out, it's mostly just a matter of continuing what has ...
7
votes
3answers
939 views

How to emulate 'git stash' in fossil, bzr?

Is it possible to emulate the behavior of 'git stash' when using fossil/bzr? Basically I'm interested in handling the following workflow: at some point the source code tree has state X, it is ...
7
votes
1answer
438 views

Renaming directories with the Fossil DVCS

Is it possible to rename directories with Fossil? I've tried the obvious command: fossil mv oldname newname Fossil then informs me that it has done something: RENAME oldname newname However, ...
6
votes
7answers
772 views

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. I'm a single developer on Windows. I use Eclipse for most of ...
6
votes
2answers
823 views

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

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 ...
4
votes
1answer
101 views

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 ...
4
votes
1answer
213 views

How to fix a ticket with a commit in Fossil

So, I think in Redmine/Git it is possible to fix an issue using the commit comment: git commit -m "Fixes #123" Is something like this possible in Fossil? How?
4
votes
1answer
399 views

How to migrate from fossil to hg

I have a fossil repository. How can I migrate the commits to a hg repository. I don't care about issues, wiki, branches.
3
votes
1answer
159 views

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 ...
3
votes
1answer
219 views

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? Could I just put the repository file on a usb stick and ...
3
votes
2answers
685 views

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 something not supported by it, I can ...
2
votes
0answers
125 views

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 ...
2
votes
1answer
195 views

Fossil: Deleting missing files in one command?

Is there a way to delete "MISSING" files explicitly without having to delete them with fossil rm one by one? I've recently created a repository with a Flash XFL folder in it and Flash seems to delete ...
2
votes
1answer
440 views

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

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 ...
2
votes
1answer
285 views

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 > fossil tag add closed xxxxx > fossil leaves --closed > it ...
2
votes
1answer
191 views

Can I make an alternative branch the trunk in fossil

Is it possible to change the tag on a branch to make it replace the trunk without merging? Update: I solved it, I also see now that it doesnt matter trunk is nothing more than a name, you can close ...
1
vote
0answers
42 views

Executing CGI through Ruby web app behind Passenger

I have a Rack app (call it Rails, Sinatra, etc.) running through Passenger with nginx as front server. I'm currently running on another place fossil-scm via CGI with multiple repos. I want to fuse ...
1
vote
2answers
185 views

Why does the Fossil SCM use TEXT to store hashes?

I was wondering how should I store a hash In the Fossil SCM, SHA1 hashes are stored as text of length 40. CREATE TABLE blob( rid INTEGER PRIMARY KEY, rcvid INTEGER, size INTEGER, uuid TEXT ...
1
vote
2answers
470 views

FossilSCM, ignoring files on add

I've done some research, but honestly can't seem to figure this out. You can set some set some options to have fossil extras ignore files, but not fossil add? The configuration options through the ...
1
vote
2answers
105 views

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 automatically insert the checksum of that new commit (unknown to me) into a file (or somewhere into a file) that also needs to ...
1
vote
1answer
197 views

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 $ cd workspace $ fossil open ../repo.fossil Add an image file to the ...
1
vote
1answer
274 views

Fossil gpg workflow for teams

I'm learning fossil and trying to reproduce a workflow for two people modifying the same source code tree. So, Alice and Bob both have local repositories of some source code. Both have autosync off. ...
1
vote
1answer
262 views

Managing common components with Fossil CVS

I'm a Fossil (and CVS configuration) novice attempting to create and manage a set of distributed Fossil repositories for a Delphi project. I have the following directory tree on my development ...
1
vote
1answer
266 views

Is SQL the ''assembler'' of the NoSQL database world?

I recently came across http://www.fossil-scm.org/index.html/doc/tip/www/theory1.wiki by D. Richard Hipp, the developer responsible for SQLite. it go me thinking, is Fossil the only NoSQL database ...
1
vote
2answers
434 views

Error connecting to online fossil repository after changing password

I set up a fossil repository on a shared hosting account I have. I created a perl script fossil.pl that points to a cloned repository that I put up on the webspace. I set all the correct permissions ...
0
votes
3answers
169 views

How to integrate an open source C program instead of calling its executable through a system call?

I have an executable (fossil scm) that is being invoked by my program externally through ::CreateProcess windows call. The stdout and stderr are then captured. Since the source code for fossil is ...