Download presentation
Presentation is loading. Please wait.
Published byJoel Williams Modified over 9 years ago
1
SVN Usage
2
Check It Out Someone on the team must start by “checking out” the repo. Now cd to the main directory. In there you should find 3 directories – trunk, tags and branches. Now cd to trunk and create project directories svn co https://cs.newpaltz.edu/repos/se-g01 / (through 06)https://cs.newpaltz.edu/repos/se-g01 cd se-g01 cd trunk; mkdir c java android # project 1 cd trunk; mkdir java android # project 2
3
Proj #1: Upload the ivtv utils package and save everything Go to the ivtv drivers web site, click on downloads and get version 1.4.0. Move it into se-g01/trunk/c and expand it. Now save this all to the repo Finally, to save work you've done cd trunk/c mv ~/Download/ivtv-utils-1.4.0.tar.gz. gunzip ivtv-utils-1.4.0.tar.gz tar xf ivtv-utils-1.4.0.tar svn add c svn commit
4
Next Step: ● Now someone on your team needs to create two Eclipse projects – one a Java project and one an Android project. ● Call the java project Scheduler_g01 (through 06) ● Call the Android project Serendip_g01 (through 06) ● Commit the two projects to your svn repo using the tree trunk/java and trunk/android respectively. ● Now all members of your team can create their own versions of the project importing from the svn repo and begin to contribute.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.