On Wed, Dec 10, 2014 at 9:39 PM, Dmitriy Setrakyan <[email protected]> wrote: > Hi, > > I have the website ready, but cannot checkout the SVN repository for it. > Can someone please tell me the exact SVN commands that need to be executed, > starting from checkout?
Please try the following: svn co https://svn.apache.org/repos/asf/incubator/ignite/site/trunk cd trunk cp -r <YOUR STUFF> trunk svn add * svn commit
