Hello,

When cloning a fossil that has last-sync-pw in the config (e.g. a fossil
that was cloned with http://user:passwd@remote/)  into a file:// URL, it
also copies  the last-sync-pw  into the new  file. Is  this intentional?
Obviously the  last-sync-pw will not be  used because the new  fossil is
now a  local file, and  has no  need to remote  sync.

local$ fossil clone http://amb@remote:8081/ here.fossil                 
password for amb: 
remember password (Y/n)? y
...
local$ fossil clone here.fossil local.fossil
...
local$ sqlite3 here.fossil "SELECT * FROM config WHERE name = 'last-sync-pw';" 
last-sync-pw|58cf4951de113f|1374823108
local$ sqlite3 local.fossil "SELECT * FROM config WHERE name = 'last-sync-pw';"
last-sync-pw|58cf4951de113f|1374823108

Thanks,

Andy
--
TAI64 timestamp: 4000000051f224d8
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to