Skip to content

Commit

Permalink
Item13378: Messages should reference bulk_copy.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jun 6, 2015
1 parent 05c25c6 commit 343289c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Expand Up @@ -22,7 +22,7 @@ sub check_current_value {
$reporter->NOTE( <<HERE);
PlainFile history found. This is the correct choice.
*Caution* If you intend to migrate data from an older system, you will
need to migrate your data using the =tools/change_store.pl= script!
need to migrate your data using the =tools/bulk_copy.pl= script!
HERE
}
else {
Expand All @@ -37,7 +37,7 @@ one of the RCS based store now before editing any wiki topics or registering any
HERE
$reporter->NOTE( <<HERE);
If you want to convert to the =PlainFile= store, you will
need to migrate your data using the =tools/change_store.pl= script!
need to migrate your data using the =tools/bulk_copy.pl= script!
HERE
}
}
Expand All @@ -53,7 +53,7 @@ sub _checkDir {

if ($bad) {
$reporter->WARN(
'RCS ,v files detected. Loss of the history stored in these files is possible if you continue with the PlainFile store. You may want to consider migrating RCS files using =tools/change_store.pl=, or choosing one of the RCS stores.'
'RCS ,v files detected. Loss of the history stored in these files is possible if you continue with the PlainFile store. You may want to consider migrating RCS files using =tools/bulk_copy.pl=, or choosing one of the RCS stores.'
);
$reporter->NOTE("First RCS file encountered: $bad");
return 1;
Expand Down
2 changes: 1 addition & 1 deletion PlainFileStoreContrib/lib/Foswiki/Store/PlainFile.pm
Expand Up @@ -1081,7 +1081,7 @@ sub _saveDamage {
if ( _e "$latest,v" && !$Foswiki::inUnitTestMode ) {
die <<DONE;
PlainFileStore is selected but you have ,v files present in the directory tree, Save aborted to avoid loss of topic history.
Did you remember to convert the store? The administrator should review tools/change_store.pl, or select an RCS based store.
Did you remember to convert the store? The administrator should review tools/bulk_copy.pl, or select an RCS based store.
DONE
}
Expand Down
Expand Up @@ -30,7 +30,7 @@ sub _checkDir {
'Possible loss of history if this setting is saved!'
);
$reporter->WARN(
'PlainFile revision directories detected, Migrate your store using =tools/change_store.pl=.'
'PlainFile revision directories detected, Migrate your store using =tools/bulk_copy.pl=.'
);
$reporter->NOTE("First PlainFile revision directory encountered: $bad");
return;
Expand Down
Expand Up @@ -30,7 +30,7 @@ sub _checkDir {
'Possible loss of history if this setting is saved!'
);
$reporter->WARN(
'PlainFile revision directories detected, Migrate your store using =tools/change_store.pl=.'
'PlainFile revision directories detected, Migrate your store using =tools/bulk_copy.pl=.'
);
$reporter->NOTE("First PlainFile revision directory encountered: $bad");
return;
Expand Down

0 comments on commit 343289c

Please sign in to comment.