summaryrefslogtreecommitdiffstats
path: root/contrib/sqlite3/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505,peter2015-10-121-594/+2175
| | | | | | | | | r286506,r286510,r286561,r286562,r287034 Update svnlite from 1.8.10 to 1.8.14, and the support components: serf->1.3.8, apr->1.5.2, apr-util->1.5.4, sqlite3->3.8.11.1 This includes syncing the developer templates with head.
* Introduce svnlite so that we can check out our source code again.peter2013-06-181-0/+3233
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture.
OpenPOWER on IntegriCloud