Skip to content

Commit

Permalink
the gemtool restore method was actually doing a backup ... not cool:(
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 8, 2015
1 parent bbe636b commit 06fa6ce
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 36 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
"class" : {
},
"instance" : {
"performOnServer:logging:" : "dkh 09/16/2015 14:27",
"performOnServer:status:" : "dkh 09/16/2015 14:29" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Tode-GemStone-Core3x-dkh.3' message 'Issue #202: add --uncompressed option to `bu backup` command. Default for `bu backup` is to create a compressed backup. Also add a `bu validate` command for validating the readability of backup files ... update tests ,, improve (hopefully) performOnServer: functionality by getting back explicit command status' id '6f045600-4da2-4552-b935-8d8e96f40ce5' date '09/16/2015' time '15:45:20' author 'dkh' ancestors ((name 'Tode-GemStone-Core3x-dkh.2' message 'add --safely option to `bu backup` command' id 'c59dc3b6-a4e5-4e60-b5f8-1e4622b999b8' date '03/22/2015' time '08:07:11' author 'dkh' ancestors ((name 'Tode-GemStone-Core3x-dkh.1' message 'fixing `bu` command for 2.4.x' id '6fc89f19-19a6-4eac-af9b-30576a638d2e' date '11/20/2014' time '11:21:19' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
(name 'Tode-GemStone-Core3x-dkh.4' message 'the gemtool restore method was actually doing a backup ... not cool:(' id 'bd6048a9-fd6b-4521-9606-0c3e75eb2220' date '10/08/2015' time '12:02:44' author 'dkh' ancestors ((name 'Tode-GemStone-Core3x-dkh.3' message 'Issue #202: add --uncompressed option to `bu backup` command. Default for `bu backup` is to create a compressed backup. Also add a `bu validate` command for validating the readability of backup files ... update tests ,, improve (hopefully) performOnServer: functionality by getting back explicit command status' id '6f045600-4da2-4552-b935-8d8e96f40ce5' date '09/16/2015' time '15:45:20' author 'dkh' ancestors ((name 'Tode-GemStone-Core3x-dkh.2' message 'add --safely option to `bu backup` command' id 'c59dc3b6-a4e5-4e60-b5f8-1e4622b999b8' date '03/22/2015' time '08:07:11' author 'dkh' ancestors ((name 'Tode-GemStone-Core3x-dkh.1' message 'fixing `bu` command for 2.4.x' id '6fc89f19-19a6-4eac-af9b-30576a638d2e' date '11/20/2014' time '11:21:19' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ gemtoolbuRestore
fileName == nil
ifTrue: [ ^ false ].
backupPath := buTool resolveBackupPath: fileName.
buTool buBackup: backupPath.
buTool buRestore: backupPath.
^ true
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gemtoolbu" : "dkh 03/21/2015 15:31",
"gemtoolbuBackup" : "dkh 03/21/2015 15:33",
"gemtoolbuList" : "dkh 03/21/2015 15:32",
"gemtoolbuRestore" : "dkh 03/21/2015 15:33",
"gemtoolbuRestore" : "dkh 10/08/2015 12:01",
"gemtoolfind" : "dkh 03/21/2015 12:11",
"gemtoolfindClass" : "dkh 03/21/2015 12:17",
"gemtoolfindHierarchy" : "dkh 03/21/2015 12:17",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 06fa6ce

Please sign in to comment.