Fossil SCM
Fossil insists on using the same username during cloning
Fixed
bcd3cdebf287987…
· opened 14 years, 8 months ago
- Type
- Incident
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- July 19, 2011 6:16 p.m.
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.