On Mon, Jun 21, 2010 at 12:12, Myname Noname <charm...@hotmail.com> wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? > > 2: Does SubVersion provide version control for documentation? If yes, what > formats of document are supported?
Subversion just versions files. It doesn't care what the contents are. It's more efficient with non-binary files, but it will hold anything. It knows nothing of document formats (DOC, XLS, PDF, etc.). > 3: What windows server can SubVersion run? can SubVersion run in win 64 > system? IIRC, Subversion runs on Win2000 and up, 32- and 64-bit. YMMV with different distributions of Subversion (CollabNet, VisualSVN Server, roll your own, etc.).