Skip to main content

Posts

Showing posts with the label SVN commands

Useful SVN commands

svn info Print information about paths in your working copy. svn status / svn st Print the status of working copy files and directories. svn update / svn up updates the working copy. svn commit -m "message goes here" / svn ci Send changes from your working copy to the repository svn log -l 10 Prints last 10 commits in reverse-chronological order by default.