Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/add.c at check-in ed5c19cd435421db
|
2013-06-20
| ||
| 11:44 | Factor out common parts of "fossil extra" and "fossil clean" into a subroutine. Combine vfile_scan2() into vfile_scan(). file: [58a552c876] check-in: [69327d278a] user: drh branch: ticket-967cedbf20, size: 21079 | |
|
2013-06-19
| ||
| 07:06 | rebase file: [3666978693] check-in: [f836a1cdca] user: jan.nijtmans branch: prevent-adding-ignored-files, size: 22009 | |
|
2013-06-06
| ||
| 12:16 | merge trunk file: [78e3140575] check-in: [cf3d716e2f] user: jan.nijtmans branch: cleanX, size: 20177 | |
|
2013-06-05
| ||
| 08:12 | make "fossil rm FOO" work as expected on case-insensitive file systems, where committed files "foo/*" exist. file: [1bbaef2842] check-in: [fa6311a507] user: jan.nijtmans branch: trunk, size: 21081 | |
|
2013-06-04
| ||
| 14:07 | remove unused variable file: [1dabfd1180] check-in: [3da761fce1] user: jan.nijtmans branch: cleanX, size: 20061 | |
|
2013-06-03
| ||
| 07:53 | Rebase. Remove --clean option and "clean-glob" setting. Implement new "allow-clean-x" setting. file: [db2532b0f5] check-in: [b3201c9111] user: jan.nijtmans branch: cleanX, size: 20123 | |
|
2013-05-31
| ||
| 12:50 | Make "fossil mv src/FOO.c src/bar.c" work as expected on case-insensitive filesystems. Add --case-sensitive option to "fossil mv". file: [48454a04b2] check-in: [93f370a80c] user: jan.nijtmans branch: trunk, size: 20965 | |
| 07:57 | rebase file: [831f2c7a68] check-in: [203195d742] user: jan.nijtmans branch: prevent-adding-ignored-files, size: 21696 | |
| 07:12 | Add option --case-sensitive to "fossil delete". On case-insensitive filesystems now you can "fossil delete src/FOO.c", which results in src/foo.c being prepared from removal. This doesn't work yet for directories. file: [cbe14c2369] check-in: [7ae19e56ba] user: jan.nijtmans branch: trunk, size: 20768 | |
|
2013-05-14
| ||
| 14:58 | When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. file: [4fe98497b4] check-in: [24effbc370] user: jan.nijtmans branch: prevent-adding-ignored-files, size: 21437 | |
| 11:36 | doc fixes. file: [26bd733536] check-in: [a38fa0b80b] user: jan.nijtmans branch: trunk, size: 20509 | |
|
2013-05-07
| ||
| 23:00 | Modify the add and addremove commands to honor the clean-glob setting with the ability to override it via the --clean option. Adjust versionable setting files accordingly. file: [0bf65e06c7] check-in: [155acff481] user: mistachkin branch: trunk, size: 20503 | |
|
2013-04-28
| ||
| 20:19 | All ui pages (and their JSON equivalent) should handle filenames case-sensitive because they don't access the file system file: [05b6b1d66e] check-in: [4c5c96c9e0] user: jan.nijtmans branch: trunk, size: 19600 | |
| 16:02 | Do not attempt to access the check-out database from the server. file: [17885b90c8] check-in: [30da8e8b08] user: drh branch: trunk, size: 19633 | |
|
2013-04-22
| ||
| 03:50 | Fix error on "/dir" page: "SQLITE_ERROR: no such table: main.vfile" file: [1948ab28d0] check-in: [d38f204d3b] user: joel branch: trunk, size: 19650 | |
|
2013-04-21
| ||
| 21:59 | Add -n|--dry-run options to commands which already have --test or --nochange. file: [bacecabce8] check-in: [0b866397a8] user: jan.nijtmans branch: trunk, size: 19586 | |
|
2013-04-19
| ||
| 07:55 | Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands file: [584b0e1d51] check-in: [e72af5058e] user: jan.nijtmans branch: count-nochange, size: 19615 | |
|
2013-04-18
| ||
| 08:46 | Use the function filename_collation() everywhere in stead of passing caseSensitive as parameter. file: [90ebd9e477] check-in: [3c781f4f0b] user: jan.nijtmans branch: trunk, size: 19486 | |
|
2013-04-17
| ||
| 10:15 | Only create index when "case-sensitive" is off. file: [4e0cdee344] check-in: [87ac9af8c6] user: jan.nijtmans branch: trunk, size: 20324 | |
| 09:30 | Fix [85017e9273]: Under Windows, renamed file keeps getting "ADDED". file: [d15ef47584] check-in: [e8e444eceb] user: jan.nijtmans branch: trunk, size: 20323 | |
| 09:19 | Cygwin: the default value of the "case-sensitive" setting now depends on the case-sensitive setting of the windows kernel. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. Alphabetize some command documentation. file: [9ebbcb2e75] check-in: [9359b41fd5] user: jan.nijtmans branch: trunk, size: 20293 | |
|
2013-04-16
| ||
| 09:59 | Suggested fix for [85017e9273] file: [eb86f15869] check-in: [d0764530d3] user: jan.nijtmans branch: ticket-85017e9273, size: 19460 | |
|
2013-03-22
| ||
| 10:36 | typo, mention Cygwin as well. file: [59f2454b5b] check-in: [68f8aafb3f] user: jan.nijtmans branch: trunk, size: 19445 | |
| 09:36 | Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! file: [b5b0451d1f] check-in: [c68afe0f5b] user: jan.nijtmans branch: win32-please-evaluate, size: 19445 | |
|
2013-02-27
| ||
| 08:49 | A few more places where Cygwin should do the same as win32. file: [5c49a47aba] check-in: [8cc71be05f] user: jan.nijtmans branch: trunk, size: 19429 | |
|
2013-02-26
| ||
| 09:27 | Cygwin has same filesystem as Windows, so should be case-insensitive and do '/' <-> '\' conversion the same as win32. fossil_utf8_to_filename should do '/' -> '\' conversion on win32, as not all win32 API functions handle '/' correctly. file: [57ef7a60a3] check-in: [d4b3e1d86d] user: jan.nijtmans branch: trunk, size: 19406 | |
|
2012-12-12
| ||
| 22:52 | Do not enforce the requirement that filenames in manifests be strict UTF8 because some bug or another in a legacy version of Fossil allowed in some Latin-1 Suppliment characters encoded as a single byte (ex: 0xf3) instead of the correct two-byte encoding (ex: 0xc3 0xb3) and so if we start enforcing strict UTF8, some check-ins from those legacy versions of Fossil will be inaccessible. file: [5a42fac84a] check-in: [d48399bd39] user: drh branch: trunk, size: 19382 | |
|
2012-11-28
| ||
| 23:05 | Serious bug fix: Avoid deleting the respository if the repository is in the checkout and you do a "fossil close". file: [4f9777f589] check-in: [fcdeaa2909] user: drh branch: trunk, size: 19379 | |
|
2012-11-23
| ||
| 10:35 | Disallow invalid unicode characters file: [1560b7c421] check-in: [9242c09ff9] user: jan.nijtmans branch: invalid-unicode, size: 19211 | |
|
2012-11-10
| ||
| 00:26 | Enhance the fossil_reserved_name() function to include the repository filename and its journals and auxiliary files. Ticket [7d790e7e5e0f701e01]. file: [c877f19ebe] check-in: [8b06be709f] user: drh branch: trunk, size: 19195 | |
|
2012-11-07
| ||
| 11:28 | Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] file: [36b9836209] check-in: [14fdae7e40] user: drh branch: trunk, size: 18375 | |
|
2012-11-04
| ||
| 12:59 | Fix typos. file: [e3d77818e2] check-in: [45065c5c28] user: dmitry branch: spelling, size: 17954 | |
|
2012-10-15
| ||
| 05:28 | unused variable includeDotFiles <p>struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) <p>a few "const" additions file: [8951400388] check-in: [d2e1469d12] user: jan.nijtmans branch: use-utf8-in-win-external-editor, size: 17953 | |
|
2012-10-13
| ||
| 14:19 | Add the --temp option to the "fossil extra" and "fossil clean" commands. file: [50c72bbcb4] check-in: [3206b6485a] user: drh branch: trunk, size: 18096 | |
|
2012-09-05
| ||
| 12:55 | const-qualification file: [4416756e78] check-in: [645f34834d] user: jan.nijtmans branch: eclipse-project, size: 18022 | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [9504afe96f] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 18003 | |
|
2012-08-22
| ||
| 20:19 | Make use of %q instead of %s to avoid SQL injections. file: [8cf1adde57] check-in: [e766df0a69] user: drh branch: trunk, size: 18004 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [89261b9a0e] check-in: [0328d68181] user: drh branch: sqlite4, size: 18009 | |
|
2012-06-10
| ||
| 22:29 | If files named on the "fossil add" command are not present, make that a warning rather than a fatal error. file: [0a869f4dc6] check-in: [810976a750] user: drh branch: trunk, size: 18004 | |
|
2012-04-19
| ||
| 14:34 | Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. file: [8397df79fa] check-in: [626a317e5c] user: martin.weber branch: msw-docco, size: 18002 | |
|
2012-04-13
| ||
| 22:42 | Fix the /dir webpages to that it treats folders whos names differ only in case as the same folder when case-sensitive is off. file: [bffcf0515d] check-in: [4290a801a0] user: drh branch: trunk, size: 17531 | |
|
2012-03-19
| ||
| 05:24 | Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. file: [81db0a9384] check-in: [e94c7cc4de] user: mistachkin branch: winFiles, size: 17193 | |
|
2012-02-10
| ||
| 18:02 | climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. file: [087531f776] check-in: [587dd57fe1] user: martin.weber branch: msw-docco, size: 17190 | |
|
2012-02-04
| ||
| 14:44 | Change the alternative name of the _FOSSIL_ checkout database to ".fslckout" since the prior alternative name is offensive in some locales. The prior name is still supported for backwards compatibility, but is now deprecated and undocumented and will eventually disappear completely. file: [18bae95c6c] check-in: [f9a200f01b] user: drh branch: trunk, size: 17253 | |
|
2011-12-22
| ||
| 13:57 | Fix the "add" command so that it will undo a prior "rm". Ticket [34707fabfd8a5d] file: [ea14bc3e5b] check-in: [feed6232af] user: drh branch: trunk, size: 16971 | |
|
2011-12-06
| ||
| 00:09 | The finfo command and the file browsing pages of the web UI now honor the case-sensitive option and merge filenames that differ only in case as requested. file: [8e96377064] check-in: [9c90b0f052] user: drh branch: trunk, size: 17050 | |
|
2011-11-03
| ||
| 17:31 | Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. file: [bef92e564d] check-in: [841772c858] user: drh branch: trunk, size: 16660 | |
|
2011-09-29
| ||
| 11:05 | Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. file: [bbb10b49bf] check-in: [a369dc7721] user: dmitry branch: trunk, size: 16658 | |
|
2011-09-27
| ||
| 19:15 | Change a few instances of file_isdir() to file_wd_isdir(). file: [623b2b2147] check-in: [f1329470c0] user: dmitry branch: trunk, size: 16517 | |
|
2011-09-15
| ||
| 00:54 | Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n file: [6821b262ae] check-in: [17f21f2482] user: martin.weber branch: msw-docco, size: 16448 | |
|
2011-09-14
| ||
| 00:32 | Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. file: [be93e4716b] check-in: [3fbf8caa87] user: martin.weber branch: msw-docco, size: 16511 | |
|
2011-09-08
| ||
| 11:59 | Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support. Fix renaming of symlinks when merging (via new function symlink_copy()). Rename create_symlink() to symlink_create(). file: [708fe383aa] check-in: [8a0c546990] user: dmitry branch: symlinks, size: 16248 | |
|
2011-08-23
| ||
| 17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. file: [865597ffab] check-in: [4619361d58] user: dmitry branch: symlinks, size: 16239 | |
|
2011-08-22
| ||
| 22:20 | Merge trunk. file: [402e3aba8b] check-in: [c57830bec2] user: dmitry branch: symlinks, size: 16205 | |
|
2011-08-14
| ||
| 07:21 | Merge trunk into ben-testing, adjusting for versionable settings. file: [237efaf5f4] check-in: [246ac307bb] user: ben branch: ben-testing, size: 16257 | |
|
2011-08-05
| ||
| 19:14 | Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. file: [8304adf562] check-in: [cad1b4a434] user: mistachkin branch: trunk, size: 16197 | |
|
2011-08-04
| ||
| 17:13 | Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". file: [76e9620936] check-in: [4fee0ce2d6] user: drh branch: filename-case, size: 16254 | |
|
2011-05-21
| ||
| 16:18 | Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. file: [a40109e2fc] check-in: [56b75c768a] user: ben branch: bens-expr, size: 14543 | |
|
2011-05-04
| ||
| 11:13 | Add a wrapper around all calls to access() that translates UTF8 to MBCS. file: [1f8325887a] check-in: [850d3df44e] user: drh branch: windows-i18n, size: 14483 | |
|
2011-04-27
| ||
| 18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. file: [3eb48da8bd] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 14478 | |
|
2011-04-18
| ||
| 12:01 | Fix an invalid call to free() that occurs when "fossil add ." is run. Ticket [157ef3e5a7a06b]. file: [7a54c5bd02] check-in: [ed5c19cd43] user: drh branch: trunk, size: 14448 | |
|
2011-04-15
| ||
| 00:59 | Completely forget about files that were added then removed without ever been committed. file: [1875557099] check-in: [97e5ff20d7] user: drh branch: experimental, size: 14438 | |
|
2011-04-14
| ||
| 22:41 | Refactoring the "add", "del", and "addremove" commands. file: [4ef0b1f5f3] check-in: [2b95102592] user: drh branch: experimental, size: 14388 | |
| 18:09 | Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. file: [7926167f4a] check-in: [f60f56025c] user: drh branch: experimental, size: 15598 | |
|
2011-04-13
| ||
| 11:47 | Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options file: [36deb7a87d] check-in: [a3ecba52f0] user: Arjen Markus branch: arjen-doc-updates, size: 16338 | |
| 10:23 | Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options file: [f1bbb299d4] check-in: [1f851f8467] user: Arjen Markus branch: arjen-doc-updates, size: 16326 | |
|
2011-03-24
| ||
| 02:08 | Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. file: [9c20c37adf] check-in: [7fca007538] user: drh branch: trunk, size: 15670 | |
|
2011-03-19
| ||
| 18:14 | Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pagès. file: [a66856414d] check-in: [04ddad7ab8] user: drh branch: trunk, size: 16002 | |
|
2011-02-28
| ||
| 03:26 | Try to get the "stash" command using execute permission bits correctly. Continuing work on the "revert" command - but it is still not working quite right. Ticket [baf9b6b11e08c1d0b]. file: [732cf6a6fc] check-in: [ae3409bf49] user: drh branch: exe-permission-fix, size: 15872 | |
|
2011-02-16
| ||
| 19:19 | Always close opendir() objects if and only if successfully opened. Ticket [d7169e51ebb3400f6] file: [5759e1b3f6] check-in: [f73ed21d3b] user: drh branch: trunk, size: 15837 | |
|
2011-01-28
| ||
| 19:04 | Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). file: [8e81199fca] check-in: [ed2ef7e9a3] user: dmitry branch: symlinks, size: 15857 | |
|
2011-01-13
| ||
| 19:55 | Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] file: [38d70ffa94] check-in: [356e877cea] user: drh branch: trunk, size: 15833 | |
|
2011-01-05
| ||
| 18:41 | Add the --ignore option to the "add" command and have "add" honor the "ignore-glob" setting. Ticket [f270321c0f74b354f05] file: [6ebb7d849e] check-in: [be3d2154da] user: drh branch: trunk, size: 15833 | |
|
2010-12-23
| ||
| 02:22 | Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. file: [3c587dbc07] check-in: [31c52c7b3e] user: drh branch: trunk, size: 14384 | |
|
2010-12-10
| ||
| 22:02 | Create a single subroutine that determines whether a file is a "reserved" file used by Fossil itself, or is potentially a valid repository file. This processing used to be duplicated at each place where it was needed. file: [1c6b98b763] check-in: [56d69dbd85] user: drh branch: trunk, size: 14377 | |
|
2010-11-12
| ||
| 16:37 | Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. file: [b725a02e65] check-in: [ceab53718f] user: drh branch: trunk, size: 13255 | |
|
2010-10-14
| ||
| 18:41 | rename import to addremove file: [380b789be1] check-in: [7e65c703c0] user: wolfgang branch: wolfgangHelpCmd, size: 12933 | |
|
2010-10-13
| ||
| 19:40 | added experimental IMPORT command (ticket [e0352240ad]) file: [8d5bd940ad] check-in: [b37d5f256e] user: wolfgang branch: wolfgangHelpCmd, size: 12927 | |
|
2010-10-08
| ||
| 15:05 | fine tuning the layout of the command line help strings file: [bec9424f99] check-in: [c6d1879069] user: wolfgang branch: wolfgangHelpCmd, size: 10091 | |
| 12:02 | added cross reference links to command line help in the gui file: [a1c15d506f] check-in: [b76a547f1a] user: wolfgang branch: wolfgangHelpCmd, size: 10091 | |
|
2010-09-29
| ||
| 13:18 | Back out changes in [9978d2aba603d94]. Instead, simply modify checkout so that it never overwrites "manifest" and "manifest.uuid" if those files are explicitly checked in. Ticket [22a59e9a3455d8e]. file: [b32ce1f5e5] check-in: [4208b3b479] user: drh branch: wolfgangFormat2CSS_2, size: 10084 | |
|
2010-09-27
| ||
| 18:12 | added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] file: [23a3ba5e09] check-in: [9978d2aba6] user: wolfgang branch: wolfgangFormat2CSS_2, size: 10172 | |
|
2010-09-22
| ||
| 03:03 | typo file: [ed34a985fe] check-in: [cb14ab1809] user: bharder branch: nop, size: 11413 | |
| 02:58 | start of "nop" no-operation command file: [14f0509bd2] check-in: [46ea03734f] user: bharder branch: nop, size: 11414 | |
|
2010-09-17
| ||
| 06:13 | Add "dismiss" cmd to pair w/ new "DISMISSED" reporting file: [66fb1060ee] check-in: [a50ea974ff] user: bharder branch: lang, size: 10217 | |
| 06:02 | less threatening desc. for removing an artifact from repo file: [92a9faf060] check-in: [6938d5fe80] user: bharder branch: lang, size: 10163 | |
|
2010-08-28
| ||
| 06:59 | This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include <windows.h><br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dmc to the repository. There are few changeable variables in there for adjusting path, CFLAGS LIBS etc. </p> <p>These are needed because DMC and MSVC doesn't provided them. dirent.h is copied verbatim from the net. unistd.h I found on the net too, but added some defines. <p>The problem with windows it doesn't have AWK standard installed. version.c creates VERSION.h. It is a very simple C-program and doesn't do a lot of checking. </p> file: [eddef3fa44] check-in: [f66f414fd3] user: renez branch: windowscompilers, size: 10159 | |
|
2010-07-29
| ||
| 19:01 | “delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case file: [fe303ecfbb] check-in: [2a4ab3b151] user: benoit branch: benoit, size: 10157 | |
|
2010-05-16
| ||
| 19:08 | Change from GPL to the Simplified BSD License. file: [1b5175679e] check-in: [c06edd231f] user: drh branch: clear-title, size: 10000 | |
| 11:18 | Pull the latest trunk changes into clear-title. file: [a377c59b5e] check-in: [96722b6d01] user: drh branch: clear-title, size: 10275 | |
|
2010-05-09
| ||
| 16:49 | Prevent adding special files _FOSSIL_-journal, .fos, and .fos-journal to the repository. Ticket [97d8f830b7e5e2] file: [7af460674a] check-in: [c193d2c2e0] user: drh branch: trunk, size: 10279 | |
|
2010-03-05
| ||
| 00:10 | Pull over from the trunk all recent changes for which we have clear title. file: [7858902ec1] check-in: [b9d3b4288f] user: drh branch: clear-title, size: 10162 | |
|
2010-03-02
| ||
| 18:20 | On windows, use COLLATE NOCASE instead of LIKE to do case insensitive comparisons - to avoid issues with wildcards. Ticket [80d3ba8b0ff]. file: [3384ceaf0e] check-in: [d97a4cdf8d] user: drh branch: trunk, size: 10166 | |
|
2010-02-25
| ||
| 14:06 | Pull over the latest clear-title changes from trunk. file: [deefa315a0] check-in: [16e703be11] user: drh branch: clear-title, size: 10112 | |
|
2010-02-13
| ||
| 12:30 | Fixed bug [2245a1e3d0]. rm command now properly checks return value. file: [91e569092d] check-in: [02f638a16f] user: jeremy_c branch: trunk, size: 10102 | |
|
2010-02-08
| ||
| 18:47 | fossil rm can now remove entire directories. file: [05fb22977b] check-in: [6dbd362de9] user: jeremy_c branch: trunk, size: 10097 | |
| 18:16 | Merge recent changes into the dual-license branch. file: [4cfd505433] check-in: [14c19fbc1c] user: drh branch: clear-title, size: 8867 | |
| 16:10 | Alternative implementation to the improved "remove directory" error message. file: [10283fbbd2] check-in: [8c9f949a3f] user: drh branch: trunk, size: 8871 | |
| 14:20 | Added better error message when trying to remove a directory. file: [c598128566] check-in: [1761fee055] user: jeremy_c branch: dead-end, size: 8876 | |
|
2010-01-21
| ||
| 22:06 | Updated to include all the latest changes (for which we hold clear title) from the trunk. file: [f2d24a3a88] check-in: [390b414605] user: drh branch: clear-title, size: 8727 | |
|
2010-01-20
| ||
| 18:35 | On windows, do not allow the "add" command to add files that differ from existing files only in case. Only works for ASCII. Ticket [36cb6b45fd9d]. file: [4b40de9242] check-in: [4b9455bf03] user: drh branch: trunk, size: 8731 | |
|
2010-01-19
| ||
| 18:11 | Start a new branch that strives to contain only code for which we hold clear title. file: [ab9ec8bb18] check-in: [ab0a0d7640] user: drh branch: clear-title, size: 8388 | |
|
2009-12-09
| ||
| 15:34 | Added a DELETED abc.xyz message when using fossil rm. This is the same as fossil add's ADDED abc.xyz message. Also, the word DELETED was choosen over REMOVED because fossil status reports the file as DELETED. file: [d5685d9fd3] check-in: [49ed1961b1] user: jeremy_c branch: trunk, size: 8392 | |
|
2009-08-14
| ||
| 16:19 | Add the --dotfiles option to the "add" command to cause fossil to include files whose name begins with "." which recursively adding files. Ticket [2e924cf9b74e]. file: [c094792c50] check-in: [5bc5e88c86] user: drh branch: trunk, size: 8354 | |
|
2008-12-07
| ||
| 18:11 | Enhance the "fossil add" command so that when a directory is named, all contents of that directory are added recursively. Ticket [e02ffabcdaaaf606099ac09227833ba282fdaace] file: [c6fe5d6e20] check-in: [8c4e72e223] user: drh branch: trunk, size: 7821 | |
|
2008-11-12
| ||
| 04:09 | Changed URLs for embedded docs, changed comment in add.c:mv_cmd to read "does not rename" instead of "does rename" file: [b8ff9cb3e4] check-in: [67f44bb301] user: kejoki branch: trunk, size: 6446 | |
|
2008-11-09
| ||
| 22:43 | Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. <b>You must run <i>rebuild</i> on existing respositories when upgrading to this version of fossil.</b> file: [6a50b3b72e] check-in: [9fd8009007] user: drh branch: trunk, size: 6442 | |
| 19:22 | Add the "mv" and "rename" commands (aliases for the same thing). file: [905321226f] check-in: [e146d800ac] user: drh branch: trunk, size: 6336 | |
|
2008-11-03
| ||
| 09:55 | Update for making mycfg.exe. <b>WARNING:</b> This is an <u>incompatible change</u>. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. file: [c98911056e] check-in: [b54de50ac5] user: urmil branch: trunk, size: 3548 | |
|
2008-07-23
| ||
| 17:36 | Do not allow the current repository to be added to the set of files for a repository. Ticket [8e9136e8]. file: [8c54ff6ce9] check-in: [141c31792b] user: drh branch: trunk, size: 3549 | |
| 13:01 | The "extra" and "clean" commands ignore the repository file if the repository happens to be within the check-out. Ticket [c7b35be88]. file: [ca6c08e1bc] check-in: [2ecc407d9b] user: drh branch: trunk, size: 3414 | |
|
2008-05-13
| ||
| 13:20 | Make attempts to add _FOSSIL_, manifest, and manifest.uuid warnings, not fatal errors. This allows users to say things like "fossil add *" when initially populating a new project repository. file: [e817fb01ea] check-in: [844718abbf] user: drh branch: trunk, size: 3408 | |
|
2008-05-10
| ||
| 18:01 | Help message cleanup. Automatically delete cloned database files if the clone fails. file: [5acaff69fc] check-in: [6b85fd173e] user: drh branch: trunk, size: 3324 | |
|
2007-10-15
| ||
| 20:45 | Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. file: [ce8cf09189] check-in: [da9d38e2c3] user: drh branch: trunk, size: 3358 | |
|
2007-09-22
| ||
| 06:47 | Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. file: [7e200015f8] check-in: [c7278fd013] user: jnc branch: trunk, size: 3238 | |
|
2007-08-18
| ||
| 02:45 | Add the "help" command and the "clean" command. More work is needed on the text for various help messages. file: [771768ca0d] check-in: [c9fdb846fb] user: drh branch: trunk, size: 3238 | |
|
2007-08-08
| ||
| 15:22 | Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. file: [f62f7b3cc4] check-in: [20bcbcf2f2] user: drh branch: trunk, size: 3145 | |
|
2007-07-21
| ||
| 14:10 | Added: Initial check-in of m1 sources. file: [1a5dfcdbfd] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 3029 | |