On 14 July 2014 12:53, Jan Nijtmans <jan.nijtm...@gmail.com> wrote:
> 2014-07-14 11:48 GMT+02:00 Michai Ramakers <m.ramak...@gmail.com>:
>> for completeness sake, that was fossil version 1.29 [9773eba5fe]
>> 2014-06-11 00:51:07 UTC; upgrading to trunk on that host now.
>
> I can reproduce it now: If the "manifest" setting is on:
>
> $ fossil commit
> syntax error in manifest
>
> $ cat manifest
> C test2
> D 2014-07-14T09:48:52.610
> P b2b00905588b87dfb6b916e420c2d18ae290eb15
> U nijtmaj
> Z 811e82701ab5ba78994bcaa69348fad8
>
> $fossil update
> ......
> $ cat manifest
> C test
> D 2014-07-14T09:48:15.229
> F a da39a3ee5e6b4b0d3255bfef95601890afd80709
> R cc0f80fb4844083b912f66e9f12acc1c
> T *branch * trunk
> T *sym-trunk *
> U nijtmaj
> Z 99f2b07b52481e5b63556c50fe8bf2ad

Ok. For pinpointing, note that this reproduces here without the 'old'
fossil being involved in any way. (But if T-cards should have been
present there, that may be another bug perhaps - I know next to
nothing about cards.)

I've pasted a script(1) session of what happens here using today's trunk build:

---

/tmp$ f ver
This is fossil version 1.30 [ec2061ce02] 2014-07-14 07:22:40 UTC
/tmp$ mkdir f && cd f
/tmp/f$ f new f.f
project-id: 1b75b2a4e801b2853818bc8452f4af71718f9965
server-id:  9194bf54837bbb1539bd6945381f874bb3bbbeac
admin-user: michai (initial password is "d95df6")
/tmp/f$ mkdir w && cd w
/tmp/f/w$ f open ../f.f
project-name: <unnamed>
repository:   /tmp/f/w/../f.f
local-root:   /tmp/f/w/
config-db:    /home/michai/.fossil
project-code: 1b75b2a4e801b2853818bc8452f4af71718f9965
checkins:     0
/tmp/f/w$ f set manifest on
/tmp/f/w$ f set | grep mani
manifest             (local)  on
/tmp/f/w$ touch a
/tmp/f/w$ f addr
ADDED  a
added 1 files, deleted 0 files
/tmp/f/w$ f ci -m 'added a'
New_Version: dcf0afee44daa83f3c47883a7d37631b96b7f57d
/tmp/f/w$ cat manifest
C added\sa
D 2014-07-14T11:04:48.671
F a da39a3ee5e6b4b0d3255bfef95601890afd80709
R cc0f80fb4844083b912f66e9f12acc1c
T *branch * trunk
T *sym-trunk *
U michai
Z 01b31663e07cf39a347f53c7b0d355a9
/tmp/f/w$ rm a
/tmp/f/w$ f addr
DELETED  a
added 0 files, deleted 1 files
/tmp/f/w$ f ci -m 'deleted a'
syntax error in manifest

/tmp/f/w$

---

Michai
_______________________________________________
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