Re: [fossil-users] DB corruption and error msg string mis-handling.

2015-06-08 Thread bch
ref: line 196 ./src/xfer.c

...
  sha1sum_blob(content, hash);
  if( !blob_eq_str(pXfer-aToken[1], blob_str(hash), -1) ){
blob_appendf(pXfer-err, content does not match sha1 hash);
  }
...

On 6/8/15, bch brad.har...@gmail.com wrote:
 There's either a corrupted database or transport corruption occurring
 w/ netbsd-src, but additionally apparent string mis-handling in the
 fossil binary:


 kamloops$ fossil pull
 Pull from http://netbsd.sonnenberger.org
 via proxy: http://one.proxy.att.com:8080
 Round-trips: 3   Artifacts sent: 0  received: 12
 content does not match sha1 hash
 Round-trips: 4   Artifacts sent: 0  received: 13
 content does not match sha1 hashcontent does not match sha1 hash
 Round-trips: 5   Artifacts sent: 0  received: 14
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hash
 Round-trips: 6   Artifacts sent: 0  received: 15
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1 hash
 Round-trips: 7   Artifacts sent: 0  received: 16
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hash
 Round-trips: 8   Artifacts sent: 0  received: 17
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1 hash
 Round-trips: 9   Artifacts sent: 0  received: 18
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hash
 Round-trips: 10   Artifacts sent: 0  received: 19
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1 hash
 Round-trips: 11   Artifacts sent: 0  received: 20
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hash
 Round-trips: 12   Artifacts sent: 0  received: 21
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1 hash
 Round-trips: 13   Artifacts sent: 0  received: 22
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hash
 Round-trips: 14   Artifacts sent: 0  received: 23
 content does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1
 hashcontent does not match sha1 hashcontent does not match sha1 hash



 -bch

___
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] DB corruption and error msg string mis-handling.

2015-06-08 Thread Joerg Sonnenberger
On Mon, Jun 08, 2015 at 02:07:36PM -0700, bch wrote:
 unclear what I should check -- you mean measure blob sizes in the
 sqlite db, or tcpdump or some fossil option w/ another pull attempt

Right, the entry in the blob table.

Joerg
___
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] DB corruption and error msg string mis-handling.

2015-06-08 Thread bch
rid: size
==

1355: 0
2090601: 0
2090613: 0
2090654: 0
2090685: 0
2090719: 0
2090744: 0
2090748: 0
2090762: 0
2090769: 0
2090789: 0
2090811: 0
2090821: 0
2090833: 0
2090840: 0
2090845: 0
2090891: 0
2090903: 0
2090918: 0
2090923: 0
2090948: 0
2090964: 0
2090989: 0
2091012: 0
2091035: 0
2091110: 0
2091128: 0
2091240: 0
2091264: 0
2091288: 0
2091297: 0
2091333: 0
2091339: 0
2091361: 0
2091411: 0
2091427: 0
2091429: 0
2091432: 0
2091463: 0


On 6/8/15, Joerg Sonnenberger jo...@britannica.bec.de wrote:
 On Mon, Jun 08, 2015 at 02:07:36PM -0700, bch wrote:
 unclear what I should check -- you mean measure blob sizes in the
 sqlite db, or tcpdump or some fossil option w/ another pull attempt

 Right, the entry in the blob table.

 Joerg
 ___
 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] DB corruption and error msg string mis-handling.

2015-06-08 Thread Joerg Sonnenberger
On Mon, Jun 08, 2015 at 11:52:20AM -0700, bch wrote:
 There's either a corrupted database or transport corruption occurring
 w/ netbsd-src, but additionally apparent string mis-handling in the
 fossil binary:

For unknown reasons, sometimes empty artefacts appear. Can you check
your repo copy?

Joerg
___
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] DB corruption and error msg string mis-handling.

2015-06-08 Thread bch
unclear what I should check -- you mean measure blob sizes in the
sqlite db, or tcpdump or some fossil option w/ another pull attempt
?

-bch


On 6/8/15, Joerg Sonnenberger jo...@britannica.bec.de wrote:
 On Mon, Jun 08, 2015 at 11:52:20AM -0700, bch wrote:
 There's either a corrupted database or transport corruption occurring
 w/ netbsd-src, but additionally apparent string mis-handling in the
 fossil binary:

 For unknown reasons, sometimes empty artefacts appear. Can you check
 your repo copy?

 Joerg
 ___
 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] 2nd Call For Papers - 22nd Annual Tcl/Tk Conference (Tcl'2015)

2015-06-08 Thread andreask

Hello Fossil Users, fyi ...

22nd Annual Tcl/Tk Conference (Tcl'2015)
http://www.tcl.tk/community/tcl2015/

October 19 - 23, 2015
Comfort Suites Manassas
7350 Williamson Blvd, 20109
Manassas, Virginia, USA

Important Dates:

[[ Attention! Registration is open! Please have a look at
   http://www.tcl.tk/community/tcl2015/register.html
]]

Abstracts and proposals due   August 24, 2015
Notification to authors   August 31, 2015
WIP and BOF reservations open July 27, 2015
Author materials due  September 28, 2015
Tutorials Start   October 19, 2015
Conference starts October 21, 2015

Email Contact:tclconfere...@googlegroups.com

Submission of Summaries

Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to 
October 23, 2015.

The program committee is asking for papers and presentation proposals
from anyone using or developing with Tcl/Tk (and extensions). Past
conferences have seen submissions covering a wide variety of topics
including:

* Scientific and engineering applications
* Industrial controls
* Distributed applications and Network Managment
* Object oriented extensions to Tcl/Tk
* New widgets for Tk
* Simulation and application steering with Tcl/Tk
* Tcl/Tk-centric operating environments
* Tcl/Tk on small and embedded devices
* Medical applications and visualization
* Use of different programming paradigms in Tcl/Tk and proposals for new
  directions.
* New areas of exploration for the Tcl/Tk language

Submissions should consist of an abstract of about 100 words and a
summary of not more than two pages, and should be sent as plain text
to tclconfere...@googlegroups.com no later than August 24, 2015. Authors of 
accepted
abstracts will have until September 28, 2015 to submit their final
paper for the inclusion in the conference proceedings. The proceedings
will be made available on digital media, so extra materials such as
presentation slides, code examples, code for extensions etc. are
encouraged.

Printed proceedings will be produced as an on-demand book at lulu.com

The authors will have 30 minutes to present their paper at
the conference.

The program committee will review and evaluate papers according to the
following criteria:

* Quantity and quality of novel content
* Relevance and interest to the Tcl/Tk community
* Suitability of content for presentation at the conference

Proposals may report on commercial or non-commercial systems, but
those with only blatant marketing content will not be accepted.

Application and experience papers need to strike a balance between
background on the application domain and the relevance of Tcl/Tk to
the application. Application and experience papers should clearly
explain how the application or experience illustrates a novel use of
Tcl/Tk, and what lessons the Tcl/Tk community can derive from the
application or experience to apply to their own development efforts.

Papers accompanied by non-disclosure agreements will be returned to
the author(s) unread. All submissions are held in the highest
confidentiality prior to publication in the Proceedings, both as a
matter of policy and in accord with the U. S. Copyright Act of 1976.

The primary author for each accepted paper will receive registration
to the Technical Sessions portion of the conference at a reduced rate.

Other Forms of Participation

The program committee also welcomes proposals for panel discussions of
up to 90 minutes. Proposals should include a list of confirmed
panelists, a title and format, and a panel description with position
statements from each panelist. Panels should have no more than four
speakers, including the panel moderator, and should allow time for
substantial interaction with attendees. Panels are not presentations
of related research papers.

Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather
sessions (BOFs) are available on a first-come, first-served basis
starting in July 27, 2015. Specific instructions for reserving WIP
and BOF time slots will be provided in the registration information
available in July 27, 2015. Some WIP and BOF time slots will be held open
for on-site reservation. All attendees with an interesting work in
progress should consider reserving a WIP slot.

Registration Information

More information on the conference is available the conference Web
site (http://www.tcl.tk/community/tcl2015/) and will be published on
various Tcl/Tk-related information channels.

To keep in touch with news regarding the conference and Tcl events in
general, subscribe to the tcl-announce list. See:
http://code.activestate.com/lists/tcl-announce to subscribe to the
tcl-announce mailing list.


Conference Committee

   * Andreas Kupries  ActiveState Inc
   * Arjen Markus Deltares
   * Brian GriffinMentor Graphics
   * Clif Flynt   Noumena Corp
   * Cynthia Lilagan  National Museum of Health  Medicine, Chicago
   * Donal FellowsUniversity of Manchester
   * Gerald LesterKnG 

[fossil-users] mv --hard bug!

2015-06-08 Thread Tony Papadimitriou
Here’s the actual transcript of what I tried today, without success (on a Win7 
machine):


C:\progs\lua\sof mv 30689195_othershack.lua 30689195_others_hack.lua --hard
RENAME so/30689195_othershack.lua so/30689195_others_hack.lua
cannot open C:/progs/lua/so/so/30689195_othershack.lua for reading

C:\progs\lua\sof cha
MISSING30689195_others_hack.lua

C:\progs\lua\sodir 30689195_othershack.lua
Volume in drive C is Win7
Volume Serial Number is -

Directory of C:\progs\lua\so

08/06/2015  02:32 μμ   121 30689195_othershack.lua


The repo root is one directory above this one.
As you can see the ...so/so... in the path shows that the mv on the disk was 
attempted with a full relative path (from repo root) instead of the path 
relative to where I was at the moment (inside so subdirectory).

My fossil is:
This is fossil version 1.33 [282ae5e4de] 2015-05-28 17:05:13 UTC
Compiled on May 28 2015 21:56:18 using msc-18.00 (32-bit)
SQLite 3.8.10.2 2015-05-20 18:17:19 2ef4f3a5b1
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
SSL (OpenSSL 1.0.2a 19 Mar 2015)
UNICODE_COMMAND_LINE

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