Skip to content

Conversation

@sarodude
Copy link

prepending Application.CurrentProject.Name to "source" folder name

hecon5 pushed a commit to hecon5/msaccess-vcs-integration that referenced this pull request Jan 14, 2021
These will be used to check for changes in VBA code and database objects. (Especially in cases where find/replace operations in VBA code do not affect the modified dates of the parent objects.) See msaccess-vcs-integration#106
hecon5 pushed a commit to hecon5/msaccess-vcs-integration that referenced this pull request Jan 14, 2021
Checking VBA hash to look for changes that may be saved independent of the object's modified date. (Work in progress) See msaccess-vcs-integration#106
Copy link

@hecon5 hecon5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thos looks good. Note that the addin version of this actually does it this way, too.

Before I approve this, perhaps you'd consider making this an option in the vcs.cfg? That way, users won't have their files unexpectedly moved on them (or duplicated).

Also, you may consider using the addin version, located at @joyfullservice https://github.com/joyfullservice/msaccess-vcs-integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using "source" as folder name causes issues when trying to compare multiple dbs in same folder

2 participants