Does subversion support word, excel and powerpoint documents? "support" here means having history available and I can get old version out from the subversion. It will be nice if I can diff different versions. thanks,
Yes, and TortoiseSVN supports diffing for Word and Excel really well, by invoking those app's native document comparison functions (not sure about PowerPoint).
You can store binary files using svn
. But you will not be able to diff
them from the command line.
See How do I tell subversion to treat a file as a binary file for advice on the mechanics.
精彩评论