On Fri, May 13, 2011 at 1:27 PM, Martin Gagnon <[email protected]> wrote:

> On Fri, May 13, 2011 at 1:15 PM, Richard Hipp <[email protected]> wrote:
> >
> >
> > On Fri, May 13, 2011 at 1:05 PM, Martin Gagnon <[email protected]> wrote:
> >>
> >> This particular problem occur since fossil set the codepage to 65001.
> >> Since this, echo to console  all work, but now I have this problem when
> I
> >> commit.
> >
> > Please try this new build:
> >
> >     fossil-w32-20110513171338.zip
> >
> > Let me know how it works out for you.
> >
> >
>
> One step forward..
>
> Now there's no short write error, I can commit, but after commit, a "fossil
> status" that the file is EDITED.


When that happens, what does "fossil diff" show?  What happens if you do
"fossil status --sha1sum"?



> So I can commit again and again even if I didn't modify the file..  Same
> thing was happening before the short write fix, when I'm was using "-m"
> argument to commit as a work around for the short write.
>
> example:
>
> --%<---------------------------------------------------------------------------------------------------
>
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu add bolé.txt
> ADDED  bolé.txt
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ci
>
> # Enter comments on this check-in.  Lines beginning with # are ignored.
> # The check-in comment follows wiki formatting rules.
> #
> # user: mgagnon
> # tags: trunk
> #
> # ADDED      bolé.txt
> #
> # Since no default text editor is set using EDITOR or VISUAL
> # environment variables or the "fossil set editor" command,
> # and because no check-in comment was specified using the "-m"
> # or "-M" command-line options, you will need to enter the
> # check-in comment below.  Type "." on a line by itself when
> # you are done:
> add a file with accent in the name
> .
> New_Version: 72e37b18706bdcb4d98ab7a50d14322232757fe6
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu status
> repository:   C:/Documents and Settings/mgagnon/fossil/testi18n/i18n.fossil
> local-root:   C:/Documents and Settings/mgagnon/fossil/testi18n/
> server-code:  c3c0e2f02baec303ad6e5577fdc87b0fd15ae101
> checkout:     72e37b18706bdcb4d98ab7a50d14322232757fe6 2011-05-13 17:19:48
> UTC
> parent:       463f7843cd8b478fb82562995a71944cffc2d99f 2011-05-13 17:19:15
> UTC
> tags:         trunk
> comment:      add a file with accent in the name (user: mgagnon)
> *EDITED     bolé.txt*
>
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ci
>
> # Enter comments on this check-in.  Lines beginning with # are ignored.
> # The check-in comment follows wiki formatting rules.
> #
> # user: mgagnon
> # tags: trunk
> #
> # EDITED     bolé.txt
>
> #
> # Since no default text editor is set using EDITOR or VISUAL
> # environment variables or the "fossil set editor" command,
> # and because no check-in comment was specified using the "-m"
> # or "-M" command-line options, you will need to enter the
> # check-in comment below.  Type "." on a line by itself when
> # you are done:
> how come I can commit again...
> .
> New_Version: a5783aac5fcd0a8d76981be70e4a890e6ce3fcc5
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu status
> repository:   C:/Documents and Settings/mgagnon/fossil/testi18n/i18n.fossil
> local-root:   C:/Documents and Settings/mgagnon/fossil/testi18n/
> server-code:  c3c0e2f02baec303ad6e5577fdc87b0fd15ae101
> checkout:     a5783aac5fcd0a8d76981be70e4a890e6ce3fcc5 2011-05-13 17:20:15
> UTC
> parent:       72e37b18706bdcb4d98ab7a50d14322232757fe6 2011-05-13 17:19:48
> UTC
> tags:         trunk
> comment:      how come I can commit again... (user: mgagnon)
> EDITED     bolé.txt
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu timeline
> === 2011-05-13 ===
> 17:20:15 [a5783aac5f] *CURRENT* how come I can commit again... (user:
> mgagnon
>         tags: trunk)
> 17:19:48 [72e37b1870] add a file with accent in the name (user: mgagnon
> tags:
>         trunk)
> 17:19:15 [463f7843cd] initial empty check-in (user: mgagnon tags: trunk)
>
>
> C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ver
>  This is fossil version [e7babf5222] 2011-05-13 17:13:38 UTC
>
> --%<---------------------------------------------------------------------------------------------------
>
> --
> Martin
>
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to