File History
Not logged in

History of src/clone.c

2009-10-05
10:08:05 [42fdc2e08e] part of check-in [651c75c5b7] merge trunk into creole (By: robert on 2009-10-05 10:08:05) [diff] [annotate]
2009-10-04
18:29:47 [42fdc2e08e] part of check-in [4dbc8a6dcb] Remember the userid and password used to clone so that subsequent syncs work correctly. (By: drh on 2009-10-04 18:29:47) [diff] [annotate]
2009-09-22
07:49:39 [70ab216ac2] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate]
2009-08-26
18:25:48 [70ab216ac2] part of check-in [02a584f7f5] Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. (By: drh on 2009-08-26 18:25:48) [diff] [annotate]
2009-08-13
14:27:24 [f0402d199e] part of check-in [00ac7945a9] Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. (By: drh on 2009-08-13 14:27:24) [diff] [annotate]
2009-08-01
12:59:38 [89ab820dce] part of check-in [47d8fc4944] Always store g.urlCanonical as the last-sync-url value. Fix for ticket [045f23be750d93c0bd91f179f39c5c829ed01bc6]. (By: drh on 2009-08-01 12:59:38) [diff] [annotate]
2009-04-11
12:51:44 [f5925839e5] part of check-in [945ecd1a8b] Add support for "file:" URLs on push, pull, and sync. (By: drh on 2009-04-11 12:51:44) [diff] [annotate]
2008-11-20
01:07:10 [bf4ca8abfd] part of check-in [0c6ea0d93f] When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] (By: drh on 2008-11-20 01:07:10) [diff] [annotate]
2008-10-25
17:51:37 [58d2271cc8] part of check-in [6b0b57a924] Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. (By: drh on 2008-10-25 17:51:37) [diff] [annotate]
2008-10-17
13:30:46 [ac6a2f8b2b] part of check-in [974f025c6e] Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. (By: drh on 2008-10-17 13:30:46) [diff] [annotate]
12:31:26 [2daa17c5f0] part of check-in [2bd0690fe8] Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. (By: drh on 2008-10-17 12:31:26) [diff] [annotate]
2008-10-05
12:34:14 [effa624f67] part of check-in [9236f0c086] Get cloning working for local files without the use of network I/O. Ticket [b3482d580e]. (By: drh on 2008-10-05 12:34:14) [diff] [annotate]
2008-05-23
19:21:03 [06872ed5c0] part of check-in [28e56282c9] Finish implementing the configuration command by adding method implementations for "import", "reset", and "pull". (By: drh on 2008-05-23 19:21:03) [diff] [annotate]
2008-05-18
15:51:05 [ebfd80e735] part of check-in [243e02bfbd] Improvements to cloning performance. (By: drh on 2008-05-18 15:51:05) [diff] [annotate]
2008-05-06
12:24:22 [0c2a5c8339] part of check-in [f652599003] Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. (By: drh on 2008-05-06 12:24:22) [diff] [annotate]
2008-05-01
22:49:57 [dbac624435] part of check-in [676fdd088a] Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. (By: drh on 2008-05-01 22:49:57) [diff] [annotate]
2008-03-08
14:52:56 [f6aae5647c] part of check-in [0afb5e8e39] This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. (By: drh on 2008-03-08 14:52:56) [diff] [annotate]
2007-12-05
08:07:46 [f1103d57a0] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate]
2007-09-28
20:08:32 [f1103d57a0] part of check-in [134e2aeccc] Combine the "config" and "setting" commands into a single "settings" command. (By: drh on 2007-09-28 20:08:32) [diff] [annotate]
2007-09-26
12:21:20 [9cbe1bd6df] part of check-in [cbe0ace8f3] Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. (By: drh on 2007-09-26 12:21:20) [diff] [annotate]
02:00:26 [c14cca48fb] part of check-in [097479f99a] Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. (By: drh on 2007-09-26 02:00:26) [diff] [annotate]
2007-08-18
02:45:47 [9c95e6e8e6] part of check-in [c9fdb846fb] Add the "help" command and the "clean" command. More work is needed on the text for various help messages. (By: drh on 2007-08-18 02:45:47) [diff] [annotate]
2007-08-09
10:43:39 [31346c860f] part of check-in [13b7ac16e4] Require history permission in order to clone. (By: drh on 2007-08-09 10:43:39) [diff] [annotate]
2007-07-31
01:34:45 [3302dbc338] part of check-in [8dbee6731d] The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. (By: drh on 2007-07-31 01:34:45) [diff] [annotate]
2007-07-21
14:10:57 [163dfdc48c] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate]