Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

7 check-ins related to "fix-test-move-repository"

2013-03-15
14:07
Fix ticket [38cecac15f]: test-move-repository requires access to original repository ... (check-in: e5905473 user: jan.nijtmans tags: trunk)
2013-03-06
15:40
merge trunk ... (Closed-Leaf check-in: 820f6432 user: jan.nijtmans tags: fix-test-move-repository)
15:33
fix commit dialog (problem is introduced in [30a63b8b66]) for files containing crlf or long lines followed by nul byte. test-case: $ tclsh8.6 % set f [open abc w];fconfigure $f -translation binary;puts -nonewline $f \r\n\0;close $f;exit

$ fossil add abc ADDED abc

$ fossil commit --test ./abc contains CR/NL line endings. Use --no-warnings or the "crnl-glob" setting to disable this warning. Commit anyhow (a=all/c=convert/y/N)? n

After correction:

$ ./fossil commit --test ./abc contains binary data. Use --no-warnings or the "binary-glob" setting to disable this warning. Commit anyhow (a=all/y/N)? n ... (check-in: af0ca3b4 user: jan.nijtmans tags: trunk)

14:40
merge trunk ... (check-in: 7aa9f66f user: jan.nijtmans tags: fix-test-move-repository)
11:30
Locate the local checkout database even if it is read-only. ... (check-in: f7b355b3 user: drh tags: trunk)
2013-03-04
10:25
Proposed fix for ticket: test-move-repository requires access to original repository ... (check-in: 1b61defd user: jan.nijtmans tags: fix-test-move-repository)
2013-03-03
15:39
minor cut/paste error ... (check-in: b163569a user: jan.nijtmans tags: trunk)