For one of my ASP.Net site I use AnkhSVN to commit to a VisualSVN Server with a post commit hook to update the live website.
If your application has a public API that people develop against then what do you do in following scenarios?
How is performance in the current version (4.7) of Accurev? time to checkout per 100mb, per gb? time to commit per # of files or mb?
We are using Perforce. In the depot are some projects that have their own main/branches/releases sub folders. There are also some resource files (png, mp3 and so on) that are needed (shared) for some
Can Xcode be used to develop in Client/Server environment. By that i mean, source code is in once location and multiple people can work on the same project without having to have multiple un-synced co
For a while now I\'ve been using subversion for my personal projects. More and more I keep hea开发者_运维知识库ring great things about Git and Mercurial, and DVCS in general.
I do some part-time web design work with some other people, and they don\'t use subversion/any sort of version-control. However, I 开发者_StackOverflow中文版would like to. Is there some sort of system
What do you all normally do when checking code out of version control software to perform your continuous integration or nightly build?Do you 1) pull the latest code, or 2) pull by some tag (i.e. FUNC
At work we use perforce and are encouraged to make regular commits to it (something I am fine with). However, I\'d like to run something like mercurial so I can locally commit stuff that is work in pr
I often browse sourceforge and download the source files of things that look interesting to me, however there are quite a few VCS systems that I have seen in use on there, and I don\'t want to do开发者