Skip to content

Commit

Permalink
Passing ownership to Tim Abell.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkidwell committed Jan 8, 2015
1 parent 33dda91 commit 849870c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ msaccess-vcs-integration

Synchronize your Access Forms, Macros, Modules, Queries, and Reports with a version control system.

---

*This repository is defunct. Another person has offered to take ownership of this project, and so it has been passed to him. Please see https://github.com/timabell/msaccess-vcs-integration for the most current version of the project.*

---

*This code is built and tested on Microsoft Access 2010. It will probably work in earlier versions, but YMMV.*

The Microsoft Access code module in this project provides functions to export and import all of your Access objects to plain text files so that you can use a version control tool to track changes in these objects. For Access objects which are normally exported in `UCS-2-little-endian` encoding , the included module automatically converts to the source code to and from `UTF-8` encoding during export/import; this is to ensure that you don't have trouble branching, merging, and comparing in tools such as Mercurial which [treat any file containing 0x00 bytes as a non-diffable binary file](http://mercurial.selenic.com/wiki/BinaryFiles).
Expand Down

0 comments on commit 849870c

Please sign in to comment.