With today's version of Fossil, I can't add anything to any freshly-created repositories.

andy|slack|14:25|0|~/foo
$ f version
This is fossil version 1.29 [3ef59c357c] 2014-05-08 10:25:32 UTC

andy|slack|14:23|0|~
$ mkdir foo

andy|slack|14:23|0|~
$ cd foo

andy|slack|14:23|0|~/foo
$ f new foo.fossil
project-id: 596092ff05ecf1b03730e82affc498ebd662c3d2
server-id:  59864d643d5ca6b3b7a52a4a12da6eea43288c66
admin-user: andy (initial password is "463e8a")

andy|slack|14:23|0|~/foo
$ f open foo.fossil
project-name: <unnamed>
repository:   /home/andy/foo/foo.fossil
local-root:   /home/andy/foo/
config-db:    /home/andy/.fossil
project-code: 596092ff05ecf1b03730e82affc498ebd662c3d2
checkins:     0

andy|slack|14:23|0|~/foo
$ echo hello > file

andy|slack|14:24|0|~/foo
$ f add file
ADDED  file

andy|slack|14:24|0|~/foo
$ f commit -m test
New_Version: 3a4aff36993d288a6dfb7b5c968c3af613c25547
ERROR: [file] is 6 bytes on disk but 0 in the repository
NOTICE: Repository version of [file] stored in [file-22ef63d951e2b17d]
working checkout does not match what would have ended up in the repository: fbde3b8287dec3dcf10d3327eac39581 versus d41d8cd98f00b204e9800998ecf8427e

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to