Differences From:
File
src/configure.c
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.
[view]
To:
File
src/configure.c
part of check-in
[327823e39b]
- Continuing work on the new HTTP transport mechanism. Make it more obvious
where in the code extensions to support file: and https: belong.
by
drh on
2009-03-30 00:58:20.
[view]
@@ -454,11 +454,8 @@
fossil_fatal("no server specified");
}
}
url_parse(zServer);
- if( g.urlIsFile ){
- fossil_fatal("network sync only");
- }
user_select();
if( strncmp(zMethod, "push", n)==0 ){
client_sync(0,0,0,0,mask);
}else{