x-ware-ltd / access-scc-addin

Microsoft Access SCC Addin
Apache License 2.0
2 stars 4 forks source link

Git Support #25

Closed gilbertbw closed 6 months ago

gilbertbw commented 5 years ago

Although this project is hosted on github it does not currently support git! I get an error when trying to export into a git repository, it seems the fact this is not handled gracefully is discussed in #11.

It appears the leg work of abstracting SVN specific code has been done already. This now resides in modSVN and modSCC is backend agnostic.

I would say the first step would be to create a basic backend that does nothing with SCC, this would allow you to use whatever SCC you want. Then add specific git support that has all the enhancements we have for SVN.

gilbertbw commented 6 months ago

TEXT mode, introduced in #58 allows the addin to be used with git repositories.