[osflash] What happens to a fla if you upload it to your server with SVN?
Martin Wood
flashdev at relivethefuture.com
Wed Nov 2 18:39:20 EST 2005
its svn book week for me
http://svnbook.red-bean.com/en/1.1/apas08.html
to summarize, it does binary diffs.
svn repositories are normally built around the berkeley DB system or FSFS
you can read about that here
http://svnbook.red-bean.com/en/1.1/ch05.html#svn-ch-5-sect-1
:)
martin
Manuel Saint-Victor wrote:
> This is my stupid question of the week. I remember hearing that binary
> files don't do well in SVN. Either way some of my repository folders
> have fla in them. When doing updates is it wiser to go through, find
> all of these files and remove them from the repository or is it okay if
> they are added to the SVN and I just don't get the benefit of version
> control. I ask this because I'm trying to conceptualize- is the svn
> repository just a regular folder with the ability to treat my text
> files "better" and does no harm to the other files?
More information about the osflash
mailing list