#to check status: svn status #to upadte (retrieve from repository): svn up https://alice.physi.uni-heidelberg.de/svn/trd/wconfigurations/trunk #to commit changes: svn ci -m "the changes made" #to check out: svn co https://alice.physi.uni-heidelberg.de/svn/trd/ORI_Conf/trunk . #to check in for the first time: svn import --username mercado --password doktor06 -m "just a test" http://alice.physi.uni-heidelberg.de/svn/play/robTester1/trunk/ #to add items: svn add GUI #to commit the added changes: svn ci -m "Empty GUI/PVSS project"