开发者社区 问答 正文

在Subversion 中提交修改文件该怎样去做?

svn

展开
收起
bnbajjyhyjfty 2021-10-28 15:59:41 405 分享 版权
1 条回答
写回答
取消 提交回答
  • vn add test.php <- 添加test.php svn add *.php <- 添加当前目录下所有的php文件 svn commit -m “添加我的测试用test.php“ test.php

    2021-10-28 16:00:17
    赞同 展开评论
问答地址: