Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to create a new fossil repo, fossil beginner
    primarykey
    data
    text
    <p>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 am left with the following when attempting to run:</p> <pre><code>-&gt; % fossil new ../FOSSIL/project.fossil fossil: SQLITE_CONSTRAINT: abort at 20 in [INSERT INTO user(login,pw,cap,info) VALUES('developer','','dei','Dev');]: column login is not unique fossil: column login is not unique INSERT INTO user(login,pw,cap,info) VALUES('anonymous',hex(randomblob(8)),'hmncz','Anon');INSERT INTO user(login,pw,cap,info) VALUES('nobody','','gjor','Nobody');INSERT INTO user(login,pw,cap,info) VALUES('developer','','dei','Dev');INSERT INTO user(login,pw,cap,info) VALUES('reader','','kptw','Reader'); If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. </code></pre> <p>I have attempted to run <code>fossil init ../FOSSIL/project.fossil</code> as well as <code>fossil clone <a href="http://www.fossil-scm.org/" rel="nofollow">http://www.fossil-scm.org/</a> myclone.fossil</code> which yields the same results as seen above.</p> <p>I then tried <code>fossil user list</code> as it looks like fossil is having issues with logins and users, however fossil expects a repo argument. Searching for the default configuration (something like ~/.gitconfig with git) yielded no results.</p> <p>I have also tried <code>rm -rf ~/.fossil</code> and re-running the above commands as well as using <code>brew install sqlite</code> to get the updated version (3.7.7 as of this writing), but neither seem to help.</p> <p>What do I need to do in order to get fossil functioning properly?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload