# SVN Commands **Repository Path**: tongwanglin/SVN-Commands ## Basic Information - **Project Name**: SVN Commands - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SVN Commands ###获取项目的本地工作副本:svn checkout svn checkout http://(项目名称地址) --username (在此处输入用户名) ###将工作副本中的文件/目录添加到存储库中:svn add 第一次创建文件/目录 需要add ###提交更改:svn commit svn commit -m "请在此处键入您的理由"