Subversion basic commands Part II
# get the project to edit svn checkout http://mysite.com/svn/my-repository/my-project #add a new file to the project svn add feed/changelog # commit the changes to the repository svn commit feed # check to see that the actual changes have been committed. svn cat http://mysite.com/svn/my-repository/my-project/trunk/gwd/feed/gwd.rb #remove the local project files rm my-project -Rf #get the project files without version control svn export http://mysite.com/my-repository/my-project/trunk/gwd