I’m using STS for Spring development and I want to import the projects located here https://src.springframework.org/svn/spring-samples/ into the IDE. I’m not for sure how to do that and I’m not familiar with SVN. Is SVN the only way to install these projects or is there a different/better way?
Share
This is the easiest way I know. Go to svn, download and install svn.
Create source directory => Right click on directory => click on SVN check out => Give Repository URL as https://src.springframework.org/svn/spring-samples/ => click OK
Your code will be downloaded. And most IMP, get familiar with Versioning tools like CVS, SVN.