Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch dtrg-bundles Excluding Merge-Ins
This is equivalent to a diff from e05a74f1f4 to 22048c41dc
2014-10-19
| ||
10:28 | The setup_settings page now only opens a checkout if no explicit repo was provided, to avoid it showing versioned properties from a different repo. Problem reported on the ML. check-in: 0ab0079959 user: stephan tags: trunk | |
2014-10-18
| ||
22:13 | More simplification; now correctly handles branches in newrepo (i.e. only the desired branch is exported). Closed-Leaf check-in: 22048c41dc user: dg tags: dtrg-bundles | |
21:40 | Optimised and simplified the exporter. Haven't figured out how to make the imported tree match up with its parent commit yet. check-in: df4435bf4d user: dg tags: dtrg-bundles | |
19:26 | First mostly-working version of the bundle proof-of-concept; trees can be exported and imported, although after import they don't hook up with their ancestors. check-in: f809eb4c1a user: dg tags: dtrg-bundles | |
19:18 | Enhance the "fossil timeline" command so that one can specify a file or directory as a command-line argument and the timeline only shows check-ins that involve that particular file or any of the files in the named directory. check-in: e05a74f1f4 user: drh tags: trunk | |
10:34 | Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. Closed-Leaf check-in: 8af7f6185a user: drh tags: cmdline-timeline-enhancement | |
2014-10-17
| ||
23:51 | Use more aggressive cleanup when coming back from the 'sqlite' command, to permit TH1 hooks to exit cleanly. check-in: b8b037610f user: mistachkin tags: trunk | |
Added test/make-bundle-data.sh.
Added tools/exportbundle.sh.
Added tools/importbundle.sh.