Fossil SCM
eat one char when work on root directory
19cff266f7939c4…
· opened 13 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Critical
- Resolution
- Open
- Subsystem
- —
- Created
- Feb. 2, 2013 2:02 a.m.
rm b.fossil / 9:58
fossil new b.fossil / 9:58
project-id: 8a35ed693272739afe853304b1df50b7539a07ad server-id: 955520e8161701af952a162a4010992117161d5c admin-user: root (initial password is "a0d0a3")
fossil open b.fossil / 9:59
fossil add /etc/hosts / 9:59
ADDED tc/hosts
fossil stat / 9:59
repository: ./b.fossil local-root: ./ checkout: b0990f21f0001a24925ad9ba8cb0715865fa5fe9 2013-02-02 01:58:59 UTC tags: trunk comment: initial empty check-in (user: root) MISSING tc/hosts This is fossil version 1.25 [fe56e5aa4f] 2013-02-01 12:33:13 UTC
Comments (2)
rm b.fossil / 9:58
fossil new b.fossil / 9:58
project-id: 8a35ed693272739afe853304b1df50b7539a07ad server-id: 955520e8161701af952a162a4010992117161d5c admin-user: root (initial password is "a0d0a3")
fossil open b.fossil / 9:59
fossil add /etc/hosts / 9:59
ADDED tc/hosts
fossil stat / 9:59
repository: ./b.fossil local-root: ./ checkout: b0990f21f0001a24925ad9ba8cb0715865fa5fe9 2013-02-02 01:58:59 UTC tags: trunk comment: initial empty check-in (user: root) MISSING tc/hosts This is fossil version 1.25 [fe56e5aa4f] 2013-02-01 12:33:13 UTC
I've observed this in Linux as well as Windows with [d2e07756d9].
Sample console session in Windows XP:
C:>fossil init test.fossil project-id: ... server-id: ... admin-user: ... (initial password is ...)
C:>fossil open test.fossil
C:>mkdir c:\tmp
C:>echo "hello world" >c:\tmp\helloworld.txt
C:>echo "hello world 2" >c:\tmp\helloworld2.txt
C:>fossil add /tmp/helloworld.txt ADDED p/hello.world.txt
C:>fossil status repository: C:/test.fossil local-root: C:/ checkout: ... tags: trunk comment: initial empty check-in (user: ...) MISSING ../p/helloworld.txt
C:>fossil add c:\tmp\helloworld2.txt ADDED tmp/helloworld2.txt
C:>fossil status repository: C:/test.fossil ... MISSING ../p/helloworld.txt ADDED ../tmp/helloworld2.txt
C:>fossil version This is fossil version 1.25 [d2e07756d9] 2013-02-16 00:04:35 UTC
C:>