Are there any version control systems out there that can be installed with XCOPY deployment?
There are lots of version control systems out there. Git, Mercurial, SVN, TFS... But I think they all require installation. Are there any systems that can be installed开发者_JS百科 just be copying the files?
Have you looked at Fossil? It is a single stand-alone executable.
Portable Git comes to mind
Portable Git is a completely standalone version of the Git distributed version control system. All you need do to get going is to download a file and unzip it into a folder.
精彩评论