Thus said Florian Balmer on Sat, 29 Oct 2016 09:32:25 +0200: > * Clone the repository from the server to the client > * Add and commit a lot of files (try the Fossil /src directory) > * Add an unversioned file (I named it `home.wiki') > * Run `fossil sync -u'
I tried this and it works fine for me. > Sync with http://some.fossil.server/fossil.cgi/test-repo > Round-trips: 2 Artifacts sent: 3 received: 0 > Error: bad command: uvigot home.wiki 1477722315 > ecb1c59ef204582770184dfc6ddc3f7451224c94 416 This error would seem to indicate that your client sync code doesn't actually know what the uvigot card is (even though it does seem to know what -u is). Did you build the client from source? If so, did you run ``make clean'' prior to configuring and building? Thanks, Andy -- TAI64 timestamp: 400000005816d856 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

