开发者

SVN commit batch

开发者 https://www.devze.com 2022-12-23 16:44 出处:网络
I know there is a command that updates the changes like c:\\svn up <working directory> i wonder if there is any command line statement which can comm开发者_开发知识库it the changes.

I know there is a command that updates the changes like

c:\svn up <working directory>

i wonder if there is any command line statement which can comm开发者_开发知识库it the changes.

..: Any help would be appreciated :..


In addition to consulting the SVN documentation, you can also run

svn help

for a list of all the commands. Then you can get specific help by running

svn help commit

for example.


cd <working directory>    
svn commit -m "your comment"


C:> SVN commit (your path here)

would do the trick

you might want to use the Svn red book


By default, check in/commit will commit all changed files:

$ svn ci -m "Finally fixed the bug that caused the printer to erupt into flames"
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号