Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
74 check-ins tagged with "svn-import"
2015-08-26
| ||
14:06 | fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048ead user: baruch tags: svn-import) | |
09:34 | Bring svn import up to date in an attempt to finish it ... (check-in: c75ca53e user: baruch tags: svn-import) | |
2015-03-16
| ||
20:32 | merge trunk ... (check-in: cd234b1c user: jan.nijtmans tags: svn-import) | |
2015-03-09
| ||
14:12 | merge trunk ... (check-in: 5d3c6df6 user: jan.nijtmans tags: svn-import) | |
2015-02-25
| ||
22:39 | Merge trunk. Remove --no-svn-rev switch for "fossil import --svn", just use --incremental for that (svn-rev-?? tags are off by default, but switched on by --incremental) ... (check-in: 89a56fe0 user: jan.nijtmans tags: svn-import) | |
17:19 |
Usage text only modifications:
- Mention about --force.
- Show that --git is optional (?--git?)
- Add short option (-f for --force and -i for --incremental)
(No change to the code) ... (check-in: c2cdd0e3 user: mgagnon tags: svn-import) | |
16:09 | Make --git the default for "fossil import" if neither --git nor --svn is specified. Make --force work (again) with "fossil import --git". ... (check-in: 3a6c848f user: jan.nijtmans tags: svn-import) | |
14:51 |
Change import command to use --git and --svn options instead of "svn" and "git"
sub-sub-command to stay compatible with before.
Make sure verify_all_options() fail with specifiying svn only option with --git. ... (check-in: 4d3bb24b user: mgagnon tags: svn-import) | |
13:54 | Merge trunk.. ... (check-in: 7d0ce2b0 user: mgagnon tags: svn-import) | |
13:52 | Integrate svn-import_no-svn-rev branch.. ... (check-in: 16923b5c user: mgagnon tags: svn-import) | |
2015-02-22
| ||
15:35 | Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) ... (check-in: 998ba3ad user: jan.nijtmans tags: svn-import) | |
15:30 | Fix compilation on MSVC ... (check-in: 916d1d46 user: jan.nijtmans tags: svn-import) | |
12:00 | merge trunk ... (check-in: c3bcab0f user: jan.nijtmans tags: svn-import) | |
2015-02-16
| ||
10:18 | Merge trunk. Fix compiler warning on VS. ... (check-in: ca336d2a user: jan.nijtmans tags: svn-import) | |
2015-02-06
| ||
15:38 | Merge trunk ... (check-in: 1be2eb05 user: jan.nijtmans tags: svn-import) | |
15:07 | Merge trunk ... (check-in: 7d41f6a6 user: jan.nijtmans tags: svn-import) | |
14:19 | Merge trunk ... (check-in: b69bf8ca user: jan.nijtmans tags: svn-import) | |
10:49 | merge trunk ... (check-in: 9bc76f6a user: jan.nijtmans tags: svn-import) | |
2015-02-05
| ||
09:10 | merge trunk ... (check-in: 9e7ea6a2 user: jan.nijtmans tags: svn-import) | |
2015-01-28
| ||
11:17 | Merge trunk ... (check-in: 4aa351bb user: baruch tags: svn-import) | |
11:07 | Deleting a branch closes it ... (check-in: 86ab1f46 user: baruch tags: svn-import) | |
2015-01-25
| ||
09:54 | Merge latest trunk ... (check-in: befd44c7 user: baruch tags: svn-import) | |
2015-01-18
| ||
21:12 | Merge trunk ... (check-in: 0746fbe4 user: baruch tags: svn-import) | |
20:35 | Fix handling paths when branching to/from a subdir ... (check-in: 261ff58e user: baruch tags: svn-import) | |
14:10 | Much better detection of changes to tags. Prevent commit with no changes. ... (check-in: bb020aed user: baruch tags: svn-import) | |
2015-01-15
| ||
16:17 | Fix for new branch detection and handling ... (check-in: 7673518b user: baruch tags: svn-import) | |
10:00 | merge trunk ... (check-in: 3cf9f211 user: jan.nijtmans tags: svn-import) | |
09:29 | merge trunk ... (check-in: f332f83b user: jan.nijtmans tags: svn-import) | |
2015-01-11
| ||
13:32 | Don't copy all files on a tag ... (check-in: fb90d6c6 user: baruch tags: svn-import) | |
12:44 | Change "magic numbers" to named constants ... (check-in: c8e00eb1 user: baruch tags: svn-import) | |
11:30 | Allow using tags as copy-source Move variables to smaller scope, as per coding style guidelines ... (check-in: 997da4f0 user: baruch tags: svn-import) | |
08:02 | Fix issue with branching from a branch ... (check-in: 93134dda user: baruch tags: svn-import) | |
2015-01-08
| ||
11:14 | Fix memory leaks ... (check-in: fa8f12b6 user: baruch tags: svn-import) | |
10:47 | Reformat long lines ... (check-in: 32e94835 user: baruch tags: svn-import) | |
10:17 | Fix for copy on same branch causing a merge ... (check-in: 06d3aa22 user: baruch tags: svn-import) | |
2015-01-07
| ||
19:46 | Merge latest trunk ... (check-in: aea273f7 user: baruch tags: svn-import) | |
14:07 | Fixes for detecting branch creation ... (check-in: 855f233b user: baruch tags: svn-import) | |
2015-01-06
| ||
20:17 | Fix a typo and tagging issue ... (check-in: 2b6fc1dd user: baruch tags: svn-import) | |
11:45 | Seems to work again on a simple test case. Not finished or well tested ... (check-in: ea876c3f user: baruch tags: svn-import) | |
2015-01-01
| ||
15:02 | Another unfinished revision ... (check-in: 65f9525b user: baruch tags: svn-import) | |
2014-12-31
| ||
23:33 | More work. Still not usable ... (check-in: 2ea79975 user: baruch tags: svn-import) | |
15:46 | Working on fixing/rewriting svn-import function. This is not in a stable state yet. DO NOT TEST ... (check-in: 9604c282 user: baruch tags: svn-import) | |
2014-12-24
| ||
09:00 | merge trunk ... (check-in: 2caad83d user: baruch tags: svn-import) | |
2014-12-09
| ||
10:34 | merge trunk ... (check-in: c9dae7ab user: jan.nijtmans tags: svn-import) | |
2014-11-07
| ||
11:52 | Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type ... (check-in: c2faa14d user: jan.nijtmans tags: svn-import) | |
2014-11-06
| ||
15:38 | fix some memory leaks ... (check-in: 412030b1 user: baruch tags: svn-import) | |
07:50 | merge trunk ... (check-in: a4b654ec user: baruch tags: svn-import) | |
2014-11-05
| ||
15:37 | fixes for various edge cases ... (check-in: c9fb495e user: baruch tags: svn-import) | |
09:36 | Fix name of trunk when using --trunk option ... (check-in: 5488f7dd user: baruch tags: svn-import) | |
09:12 | Merge latest trunk ... (check-in: fef7e1f9 user: baruch tags: svn-import) | |
09:09 | Fix issue with branches having wrong parent. Needs cleanup ... (check-in: 5f4e2db9 user: baruch tags: svn-import) | |
2014-11-04
| ||
12:29 | Fix --filter option ... (check-in: 64c65816 user: baruch tags: svn-import) | |
10:36 | Fix --flat option ... (check-in: 57fa3896 user: baruch tags: svn-import) | |
2014-11-03
| ||
16:05 | Fix bugs with filter and with add+change in same commit ... (check-in: 65dc40a1 user: baruch tags: svn-import) | |
14:50 | Fix bug when deleting whole folder ... (check-in: 05537c6f user: baruch tags: svn-import) | |
2014-11-02
| ||
13:59 | Options to set trunk/branches/tags folder names and project repository root (filter). Various fixes ... (check-in: f67cb93f user: baruch tags: svn-import) | |
2014-11-01
| ||
21:44 | revert mistake from last commit ... (check-in: 59cc1242 user: baruch tags: svn-import) | |
2014-10-31
| ||
08:06 | merge trunk ... (check-in: 7427b40d user: baruch tags: svn-import) | |
08:05 | Significant speed improvment ... (check-in: 31b1e5a8 user: baruch tags: svn-import) | |
2014-10-28
| ||
12:19 | fix bug with multi-window svndiff ... (check-in: ea54a298 user: baruch tags: svn-import) | |
10:44 | Support version 3 format (diff dumps) ... (check-in: eb0bf087 user: baruch tags: svn-import) | |
2014-10-27
| ||
08:19 | add support for tags ... (check-in: 2889cdc3 user: baruch tags: svn-import) | |
08:18 | revert changes committed by mistake to makefile ... (check-in: 279f4cf9 user: baruch tags: svn-import) | |
2014-10-26
| ||
14:17 | Merge changes from trunk ... (check-in: 980acc8f user: baruch tags: svn-import) | |
14:16 | import branches ... (check-in: c95c183e user: baruch tags: svn-import) | |
2014-10-22
| ||
11:53 | Can now import full dump. Still only flat and only format 2. No tracking of file moves yet ... (check-in: 8d2e6751 user: baruch tags: svn-import) | |
2014-10-21
| ||
15:00 | support copying files (no folders support yet) ... (check-in: 0edbf144 user: baruch tags: svn-import) | |
14:41 | support for deleted files ... (check-in: 33278869 user: baruch tags: svn-import) | |
12:32 | prepare for svn branch importing ... (check-in: bb1d7835 user: baruch tags: svn-import) | |
12:18 | fix manifest creation bugs ... (check-in: ffd61eed user: baruch tags: svn-import) | |
09:27 | merge trunk ... (check-in: 154abe4d user: baruch tags: svn-import) | |
09:22 | Very very basic svn-dump import. Can not handle anything realistic yet ... (check-in: 287cd78e user: baruch tags: svn-import) | |
2014-09-29
| ||
14:41 | merge trunk ... (check-in: 2bd0ed05 user: baruch tags: svn-import) | |
2014-09-15
| ||
11:52 | prepare for input from svn dumps ... (check-in: 6def3251 user: baruch tags: svn-import) | |