• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to checkout sample projects from springsource community

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
can anyone please tell me that how to checkout sample projects from springsource community.
when i am clicking on the projects it is opening in a directory structure but i am not able to checkout. please help me.

thanks,
pratz
 
Greenhorn
Posts: 19
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If you are using eclipse then go to "SVN Repository Explorer" and add a new repository location whose path is the link to the code. for ex : https://src.springframework.org/svn/spring-samples/configuration-basic/trunk/

Else you need to install SVN in your machine and checkout code from the spring repository.
 
prateek sharmaa
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have downloaded SVN plugin and able to get SVN repository view in my eclipse as well.
then i have installed SVN connector using the below sequence :
* go to eclipse main menu, choose Help > Install New Software. The available Software dialog appears.
* In the Work with list, select Helios - http://download.eclipse.org/releases/helios. A list of software packages appears.
* Expand the Collaboration node.
* Scroll the list and check box for Subversive Team Provider (incubation)
* Check other options in the dialog as desired and click the Next button. The Install Details screen appears in the dialog.
* Click the Next button, accept the license and click Finish. Subversive will dowload and install.
* It is recommended to accept the option to restart Eclipse.

after the installation is done i am trying to connect to the SVN repository of petclinic project using the URL :
https://src.springframework.org/svn/spring-samples/petclinic/trunk/

but i am getting the below mentioned error :

SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

i checked the path Window->Preferences->Team->SVN->SVN Connector in my eclipse and found that it is not pointing to any SVN connector and no option is coming in the drop down for SVN connector.

please help as i am still not able to checkout the project.

thanks,
pratz
 
prateek sharmaa
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i resolved the issue. i have added the url to install the SVN connector and now it is fetching the content.

thanks a lot for your help.

pratz.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic