@@ -140,5 +140,64 @@ 3159 (100%)... Still, I would like to be able to use default "APPDATA" directory (on systems I cant change it/create suitable directory at will) even if it contains ascended characters in it. Any idea? Many thanks. </pre></nowiki> +<nowiki><pre> +What do I need to do to check files in? +fossil ui command seems to be mostly working, allowing me to create wiki pages. +So far I was not succesfull with checking in any file in. + +C:\soft\bin>fossil.exe new myrep01 +project-id: c4c93d7b1c74c6b823292b5490a1019dded55c2d +server-id: fc3f293d4232069d55038ee3cbd47687cf0be7a0 +admin-user: user (no password set yet!) +baseline: 461a7daf42b849f08c069d47e1917e1bcac786cb + +(creates file c:\soft\bin\myrep01,c:\Documents and Settings\user\Data aplikací\_fossil) + +C:\soft\bin>fossil.exe open myrep01 +fossil.exe: table global_config already exists + +(creates files c:\Documents and Settings\ron\Data aplikací\_fossil-journal and c:\soft\bin\_FOSSIL_) + +C:\soft\bin>fossil.exe info myrep01 +fossil.exe: table global_config already exists + +C:\soft\bin>fossil add mytestfile +fossil: table global_config already exists + +C:\soft\bin>fossil.exe configuration pull http://www.hwaci.com +fossil.exe: table global_config already exists + +--another chain of tests + +C:\soft\bin>fossil.exe new myrep01 +project-id: ed5f0badb8c844c5e5f53331f1589cf0098e228a +server-id: 755cce5836f70fd2a6a6a4aadc4c22a6eaebf406 +admin-user: user (no password set yet!) +baseline: 228b5784d0b403cd66525e5703e1cb58d5b555e3 + +C:\soft\bin>cd zz_testrep + +C:\soft\bin\zz_testrep>fossil.exe open ..\myrep01 +fossil.exe: table global_config already exists + + +C:\soft\bin\zz_testrep>fossil.exe info myrep01 +fossil.exe: not within an open checkout + +C:\soft\bin\zz_testrep>fossil.exe status myrep01 +fossil.exe: not within an open checkout + +C:\soft\bin\zz_testrep>fossil.exe timeline myrep01 +fossil.exe: use --repository or -R to specific the repository database + +C:\soft\bin\zz_testrep>fossil.exe timeline -R ..\myrep01 +(states nothing) + +C:\soft\bin\zz_testrep>fossil.exe add mytestfile +fossil.exe: not within an open checkout + +What could be done about it? Thanks. +</pre></nowiki> +