Well, LVMerge opens, shows the error window, and closes, but there doesn't seem to be a active merge between the two files. It's not doing a merge or saving it. And yes I have it now. -Tanner
IMHO merging code in LabVIEW is tricky.
I also don't really understand the fear of a centralized server to manage a repository. The distributed model in my opinion would be a nightmare to manage.
I think it is interesting that the author of this
article posted this on Google docs. Which is a centralized server for sharing data.
I think in your case having a server to manage would be a pain. I think putting your repository on something like google docs or using a subversion (or GIT) web hosting service would make sense. You don't have to worry about the server going down or losing your data. You just need to have internet access.
I also want to point out it is a good idea to use a Revision control system for other files that are not source code files (i.e. drawings, block diagrams, specs, manuals, etc).