Source control software is quite useful when several people work on the same project same time; one can take ownership on certain object or module (check-out), make modification, put it back (check-in), and other developers get changes you made. I have used myself
Visual Source Safe, long time ago, in Access 97 time. Last version, Visual SourceSafe 2005, will retire from mainstream support on 10 July 2012, and now you can use
Team Foundation Server, which offers similar functionality. Recently I learned about
OASIS-SVN versioning system, which is much cheaper than TFS. Do you know other source control software for Access? Are you happy using it? Please share your experience!
Labels: Access
2 Comments:
I tried the pushok git plugin as well as sourcesafe and lately oasis. I like oasis best. The checkin/ checkout workflow is just not a very good fit. However I mainly use this alone without other devs so your mileage might vary for team collaboration. One thing that's not a fault of any of those tools but the way access handles its forms is that I often get phantom changes where some id or other form feature changes without me touching it. This drives me quite insane as its hard to see what really has changed.
Also oasis doesn't restore all settings (eg start form, linked table passwords )
Other than that I find oasis to be e best of the bunch so far.
Thank you for sharing this!
Post a Comment
Links to this post:
Create a Link
<< Home