Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SVN 存储库。我已经有一个本地副本(我进行了结帐)。现在我编辑了该存储库中的一些文件并保存了它们。如何将它们传输到服务器。是否像 GIT 一样,我首先必须将它们添加到暂存区域然后提交它们?
有人可以告诉我必要的命令吗?
尝试 :
svn commit -m "你的日志信息"