1
General Board / Re: Level of version control
« on: September 26, 2007, 09:19:44 am »
I didn't see the correct answer here. So I'm adding my two cents.
The EAP file is a binary file. As such it is not subject to merging. SVN has facilities to merge text file sources but it has no way to merge binary files.
With that said, an EAP file would have to be checked out with a lock. This means the next person would not be able to work on it until it is checked back in.
The EAP file is a binary file. As such it is not subject to merging. SVN has facilities to merge text file sources but it has no way to merge binary files.
With that said, an EAP file would have to be checked out with a lock. This means the next person would not be able to work on it until it is checked back in.