You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the force parameter in the createLocalRepo() function forces to create a new directory if one does not exist. But by default it's TRUE and I do not see why anyone would set it to FALSE.
As in #318 it is more natural to check the opposite.
Proposed behaviour:
createLocalRepo() creates dir is one does not exist
if directory exist and backpack.db is there, then force=TRUE is required to reinitialize the repository
by default force=FALSE
The text was updated successfully, but these errors were encountered:
pbiecek
changed the title
change in behaviour for createLocalRepo - the force argument
change in the behaviour of createLocalRepo - the force argument
Nov 24, 2017
Currently, the force parameter in the createLocalRepo() function forces to create a new directory if one does not exist. But by default it's TRUE and I do not see why anyone would set it to FALSE.
As in #318 it is more natural to check the opposite.
Proposed behaviour:
The text was updated successfully, but these errors were encountered: