msaccess-vcs-addin
msaccess-vcs-addin copied to clipboard
Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
When looking to make an update to the wiki I noticed the Wiki pages don't match the `https://github.com/joyfullservice/msaccess-vcs-addin.wiki.git` content. As in, there's numerous pages and images missing from the wiki...
Hi, First of all, thank you for the awesome tool! When I try to export everything, I get the above run-time error. Judging from its number, I think this might...
I get an error when a table that has binary content in a LONG TEXT field gets exported and as well when imported. It's the table tbl_cal_binary of the amvCalendar
VBA is (in)famous for _helping_ developers by globally applying letter-case changes without regard to actual identifier scope, as I wrote about here: [VBA's Case Changing "Feature"](https://nolongerset.com/vbas-case-changing-feature/). I've attempted to minimize...
One thing that I have been plagued by is working from multiple machines and determining whether the form window information has "actually" changed or changed because I opened it on...
Hi! Update from VCS 4.0.34 to 4.1.0 went smoothly overall, file export and build process seems OK, but i got some errors in the log. ``` ------------------------------------- Beginning Export of...
Currently, a full export is only forced upon a discrete version update. While testing out a bug fix for one of the latest PRs, I realized one of the things...
I'm using addin version 4.0.34, Office 365 64-bit, Win10 64-bit. I did a full export of my .mdb. Then took the .src folder to another machine and ran a _Build...
I am trying to set the Diff Tool to Tortoise Git. Being as it has a command line including defining File 1 and File 2, I created a batch file...
On initial export into a directory that is detected to be a git repo, the export creates a .gitignore mentioning all the things that shouldn't be committed. However, if a...