##Java-based implementation of Subversion module for OSLC adapters
###Instructions to install and run the oslc-adapter-subversion
Last updated by Axel Reichwein ([email protected]) February 15, 2016
- Open the Git Repositories View (Window -> Show View -> type “Git Repositories” in the search field)
- Click on the Clone Repository icon
- In the URI field, paste the following URL: https://github.com/ld4mbse/oslc-adapter-subversion.git
- The Host and Repository fields will autofill.
- Click Next, only select the master branch
- Click Next until Finish.
- In the Git repositories view, right-click eedu.gatech.mbsec.adapter.subversion and select “Import Projects”. Click Next until Finish
- The edu.gatech.mbsec.adapter.subversion project is in the Eclipse workspace
- In Eclipse, open the Project Explorer view. (Window → Show View → Project Explorer)
- Expand the edu.gatech.mbsec.adapter.subversion project
- Right click pom.xml -> Run As -> Maven clean
- Right click pom.xml -> Run As -> Maven install