Fossil SCM
Configuration pull does not work
Fixed
1318677c15af044…
· opened 15 years, 5 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 9, 2010 8:38 a.m.
I just set up a fresh clone of my repo, then I did:
$ fossil configuration pull ticket http://127.0.0.1:8080/ -R repo.fossil
Bytes Cards Artifacts Deltas
Sent: 336 11 0 0
waiting for server...Total network traffic: 291 bytes sent, 0 bytes received
Ran "fossil ui" and found the ticket report formats were not transferred as they should be. My current workaround is doing "config export" and "config import" but that command should work also.