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.
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.
Comments