1. Download the code
SVN checkout SVN address --username= account --password= password Local download addressCopy the code
  1. Upload code (first initial import to server)
SVN import local address SVN address --username= account --password= password -mCopy the code
  1. The new file
SVN add Add the file name SVN CI-m "Comment" adds the file nameCopy the code
  1. Submit code
CD Modify file directory SVN commit -m "This is the comment of modify operation"Copy the code
  1. Update the code
svn update
Copy the code
  1. Delete the file
SVN delete file name SVN CI-m "comment"Copy the code