SVN Commit specific files

后端 未结 7 1840
野的像风
野的像风 2021-01-29 17:19

Is there any way to commit only a list of specific files (e.q. just one of the list of files that SVN wants to commit).

I\'m working on MAC OS X under Terminal, without

7条回答
  •  悲&欢浪女
    2021-01-29 17:59

    You basically put the files you want to commit on the command line

    svn ci file1 file2 dir1/file3
    

提交回复
热议问题