Differences From:
File
src/clone.c
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.
[view]
To:
File
src/clone.c
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.
[view]
@@ -73,9 +73,10 @@
zTab, zTab);
}
db_finalize(&q);
}else{
+ url_enable_proxy(0);
client_sync(0,0,1);
}
verify_cancel();
db_end_transaction(0);
}