Lets say I have this link here: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/ and I would like to download and compile the source on my windows. What is todo?
There are a lot folders, classes and some bats. I could download them via browser, one by one – but im sure this is not the way how I should do that. Do I need a special svn tool? And after that? I just have to load the porject in Visual Studio and thats it? I dont thinks so. Any step by step guides or ideas? Thank you
From the download page:
So yes, you should be able to do an
svn checkoutusing your favorite SVN client (for example from a commandline tool, from TortoiseSVN or from AnkhSVN), build the project and profit.If you’re just interested in using the client, the download page also links to the binaries you can just download and add a reference to.