Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-07-02 Thread Jacek Cała
Hello Richard,

I was going to write to you about reappearance of the 'malformed
manifest' problem but found that you had checked in a fix to the
previous bug fix. Now, I can confirm that the last fix [5f3a0681a0]
works fine for me.

  Thank you,
  Jacek


2012/6/29 Richard Hipp d...@sqlite.org:


 On Fri, Jun 29, 2012 at 8:36 AM, Jacek Cała jacek.c...@gmail.com wrote:

 Thank you for the prompt action. Please keep me/the list informed
 about the patch.


 Please try the latest trunk version of Fossil.  I believe it has fixed your
 issue and should be working for you now.



 Maybe it is also worth considering the case when a file has just been
 added to the repo (no commit) and then mv is issued from a MISSING to
 the ADDED file. I wrote about it a couple of days ago:

 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08936.html

  Best regards,
  Jacek

 2012/6/29 Richard Hipp d...@sqlite.org:
 
 
  On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com
  wrote:
 
   Hi,
 
  I've been doing some code maintenance (lots of deletes, renames, adds)
  and now cannot do commit. Every commit attempt causes:
 
   fossil.exe: manifest file (1816) is malformed.
 
  What does this mean? Is there any chance to fix the repo? My fossil
  version is 1.22.
 
 
  I have traced this problem to a bug in Fossil's manifest generator which
  causes rows of the manifest to be created out of order if you have done
  a
  fossil mv but then do a fossil commit FILENAME... where the renamed
  files are not being committed.  Working on a fix now...
 
 
 
 
 
   Jacek
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 
 
 
  --
  D. Richard Hipp
  d...@sqlite.org
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




 --
 D. Richard Hipp
 d...@sqlite.org

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Jacek Cała
  Hi,

I've been doing some code maintenance (lots of deletes, renames, adds)
and now cannot do commit. Every commit attempt causes:

 fossil.exe: manifest file (1816) is malformed.

What does this mean? Is there any chance to fix the repo? My fossil
version is 1.22.

  Jacek
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Stephan Beal
On Fri, Jun 29, 2012 at 11:33 AM, Jacek Cała jacek.c...@gmail.com wrote:

  fossil.exe: manifest file (1816) is malformed.

 What does this mean? Is there any chance to fix the repo? My fossil
 version is 1.22.


That's a new one. :/

Can you please try:

fossil test-agg-cksum

just to make sure that the basic checks for that function work?

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Richard Hipp
On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com wrote:

  Hi,

 I've been doing some code maintenance (lots of deletes, renames, adds)
 and now cannot do commit. Every commit attempt causes:

  fossil.exe: manifest file (1816) is malformed.

 What does this mean? Is there any chance to fix the repo? My fossil
 version is 1.22.


It means there is a bug in Fossil.  Can you please send me the complete
output from trying to do your commit but with the --test option added?

Note that the changes to the repository happen inside a transaction.  This
bug was detected by a self-check phase that occurs just prior to
transaction commit.  The self-check phase is designed to detect problems
before they can cause repository corruption, and to rollback faulty commits
before they actually occur, which is exactly what is happening here.  This
is one of the big advantages of using a transactional database engine as
the repository, rather than a pile-of-files as in other VCSes - bugs are
annoying but do not cause repository corruption.



  Jacek
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Jacek Cała
d:\...\MainSolutionfossil test-agg-cksum
disk: 9b15edd8f59e6d06f24779627eb5d751
archive:  ef042e223a29de7097b5bac505295812
manifest: 064345fe886bffeb23131fcc0ac5a5d5
recorded: 064345fe886bffeb23131fcc0ac5a5d5

Hardly readable for me :-) but no errors.

  Cheers,
  Jacek

2012/6/29 Stephan Beal sgb...@googlemail.com:
 On Fri, Jun 29, 2012 at 11:33 AM, Jacek Cała jacek.c...@gmail.com wrote:

  fossil.exe: manifest file (1816) is malformed.

 What does this mean? Is there any chance to fix the repo? My fossil
 version is 1.22.


 That's a new one. :/

 Can you please try:

 fossil test-agg-cksum

 just to make sure that the basic checks for that function work?

 --
 - stephan beal
 http://wanderinghorse.net/home/stephan/
 http://gplus.to/sgbeal


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Jacek Cała
2012/6/29 Richard Hipp d...@sqlite.org:

 It means there is a bug in Fossil.  ...

 Note that the changes to the repository happen inside a transaction.  ...
 ... This is one of the big advantages of using a transactional database engine
 as the repository, rather than a pile-of-files as in other VCSes - bugs are
 annoying but do not cause repository corruption.


And this is also the thing why I like fossil even more!

  Thanks,
  Jacek
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Richard Hipp
On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com wrote:

  Hi,

 I've been doing some code maintenance (lots of deletes, renames, adds)
 and now cannot do commit. Every commit attempt causes:

  fossil.exe: manifest file (1816) is malformed.

 What does this mean? Is there any chance to fix the repo? My fossil
 version is 1.22.


I have traced this problem to a bug in Fossil's manifest generator which
causes rows of the manifest to be created out of order if you have done a
fossil mv but then do a fossil commit FILENAME... where the renamed
files are not being committed.  Working on a fix now...





  Jacek
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Jacek Cała
Thank you for the prompt action. Please keep me/the list informed
about the patch.

Maybe it is also worth considering the case when a file has just been
added to the repo (no commit) and then mv is issued from a MISSING to
the ADDED file. I wrote about it a couple of days ago:
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08936.html

  Best regards,
  Jacek

2012/6/29 Richard Hipp d...@sqlite.org:


 On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com wrote:

  Hi,

 I've been doing some code maintenance (lots of deletes, renames, adds)
 and now cannot do commit. Every commit attempt causes:

  fossil.exe: manifest file (1816) is malformed.

 What does this mean? Is there any chance to fix the repo? My fossil
 version is 1.22.


 I have traced this problem to a bug in Fossil's manifest generator which
 causes rows of the manifest to be created out of order if you have done a
 fossil mv but then do a fossil commit FILENAME... where the renamed
 files are not being committed.  Working on a fix now...





  Jacek

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




 --
 D. Richard Hipp
 d...@sqlite.org

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Richard Hipp
On Fri, Jun 29, 2012 at 8:36 AM, Jacek Cała jacek.c...@gmail.com wrote:

 Thank you for the prompt action. Please keep me/the list informed
 about the patch.


Please try the latest trunk
versionhttp://www.fossil-scm.org/fossil/info/01e4de6b8aof Fossil.  I
believe it has fixed your issue and should be working for you
now.



 Maybe it is also worth considering the case when a file has just been
 added to the repo (no commit) and then mv is issued from a MISSING to
 the ADDED file. I wrote about it a couple of days ago:
 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08936.html

  Best regards,
  Jacek

 2012/6/29 Richard Hipp d...@sqlite.org:
 
 
  On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com
 wrote:
 
   Hi,
 
  I've been doing some code maintenance (lots of deletes, renames, adds)
  and now cannot do commit. Every commit attempt causes:
 
   fossil.exe: manifest file (1816) is malformed.
 
  What does this mean? Is there any chance to fix the repo? My fossil
  version is 1.22.
 
 
  I have traced this problem to a bug in Fossil's manifest generator which
  causes rows of the manifest to be created out of order if you have done a
  fossil mv but then do a fossil commit FILENAME... where the renamed
  files are not being committed.  Working on a fix now...
 
 
 
 
 
   Jacek
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 
 
 
  --
  D. Richard Hipp
  d...@sqlite.org
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cannot commit 'manifest file (1816) is malformed'

2012-06-29 Thread Jacek Cała
Yes, the commit went fine. Thank you again!

  Jacek

2012/6/29 Richard Hipp d...@sqlite.org:


 On Fri, Jun 29, 2012 at 8:36 AM, Jacek Cała jacek.c...@gmail.com wrote:

 Thank you for the prompt action. Please keep me/the list informed
 about the patch.


 Please try the latest trunk version of Fossil.  I believe it has fixed your
 issue and should be working for you now.



 Maybe it is also worth considering the case when a file has just been
 added to the repo (no commit) and then mv is issued from a MISSING to
 the ADDED file. I wrote about it a couple of days ago:

 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08936.html

  Best regards,
  Jacek

 2012/6/29 Richard Hipp d...@sqlite.org:
 
 
  On Fri, Jun 29, 2012 at 5:33 AM, Jacek Cała jacek.c...@gmail.com
  wrote:
 
   Hi,
 
  I've been doing some code maintenance (lots of deletes, renames, adds)
  and now cannot do commit. Every commit attempt causes:
 
   fossil.exe: manifest file (1816) is malformed.
 
  What does this mean? Is there any chance to fix the repo? My fossil
  version is 1.22.
 
 
  I have traced this problem to a bug in Fossil's manifest generator which
  causes rows of the manifest to be created out of order if you have done
  a
  fossil mv but then do a fossil commit FILENAME... where the renamed
  files are not being committed.  Working on a fix now...
 
 
 
 
 
   Jacek
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 
 
 
  --
  D. Richard Hipp
  d...@sqlite.org
 
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




 --
 D. Richard Hipp
 d...@sqlite.org

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users