Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 check-ins related to "mirror-cmd"

2019-03-16
00:58
Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. check-in: 702959420f user: drh tags: trunk
00:26
Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd
2019-03-15
21:36
Do the export within a transaction for performance. Record a complete two-way map of Git and Fossil names in the mirror.mmark table. check-in: c4f9b177f4 user: drh tags: mirror-cmd
20:01
Add the "FossilOrigin-Name:" footer on all exported comments. check-in: 051cd3825e user: drh tags: mirror-cmd
16:38
Rename "fossil mirror" to "fossil git export". Deprecate the "fossil export" command. check-in: 2faec6b748 user: drh tags: mirror-cmd
16:11
Export "manifest", "manifest.uuid", and "manifest.tags" files if that is what the repository needs. check-in: eafe5ce624 user: drh tags: mirror-cmd
13:12
The branch names should start with "refs/heads" (with an "s" at the end), not just "refs/head". check-in: d74371680d user: drh tags: mirror-cmd
11:48
Render any phantom or shunned artifacts as an empty file. check-in: 2487f505cd user: drh tags: mirror-cmd
2019-03-14
20:16
The mirror command is now able to export all of Fossil itself, though tags are still not exported. check-in: a3471a5eef user: drh tags: mirror-cmd
19:43
Fix the export so that it is able to handle phantom check-ins. check-in: 4a480954e7 user: drh tags: mirror-cmd
18:55
Sanitize branch names to conform to Git restrictions. check-in: 11bcc4eb10 user: drh tags: mirror-cmd
18:20
Progress on the "fossil mirror" command. check-in: 5063eb521e user: drh tags: mirror-cmd
17:16
Begin work on the "fossil mirror" command. check-in: dbc1c62a99 user: drh tags: mirror-cmd
13:52
When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. check-in: 60af514d13 user: drh tags: trunk