View Ticket
Not logged in
Ticket UUID: bcd3cdebf287987406eebfdafe62badfb51d6392
Title: Fossil insists on using the same username during cloning
Status: Fixed Type: Incident
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2011-07-19 22:57:45
Version Found In: 1.18 [06e9ca23e7] 2011-07-18 20:04:34 UTC
Description & Comments:
Fossil keeps on using the same username (from my user profile) even though I specified a different one to use during cloning a repo:
D:\ARNEL\projs\h3x
$ fossil clone test.fossil h3x.fossil -A acl
Repository cloned into h3x.fossil
Rebuilding repository meta-data...
  100.0% complete...
project-id: ddc3c316878802432631ac6922beb4d1ab1f6e4e
server-id:  dc0168e957f0d9017b8af58800e3ce08fa7297cc
admin-user: Arnel (password is "c9bf99")

D:\ARNEL\projs\h3x
$ fossil clone test.fossil h3x.fossil --admin-user acl
Repository cloned into h3x.fossil
Rebuilding repository meta-data...
  100.0% complete...
project-id: ddc3c316878802432631ac6922beb4d1ab1f6e4e
server-id:  67d12c281cae1539d60ce569b4b6c2cc07fe5707
admin-user: Arnel (password is "c9bf99")

D:\ARNEL\projs\h3x
$ fossil clone test.fossil h3x.fossil -A "acl"
Repository cloned into h3x.fossil
Rebuilding repository meta-data...
  100.0% complete...
project-id: ddc3c316878802432631ac6922beb4d1ab1f6e4e
server-id:  a49c69b4fa7212825286025f69d3465fedd02d8f
admin-user: Arnel (password is "c9bf99")

anonymous claiming to be Arnel added on 2011-07-19 18:17:34 UTC:
Edited the title for clarity.