svn 将忽略的文件添加或包含到工作树中
svn add or include ignored files into the working tree
我之前忽略了一些要在svn中提交的文件
svn changelist ignore-on-commit file1.c file2.c
现在我想将它包含到工作副本中。请任何人帮助我。
因为 TortoiseSVN
使用来自这些文件的 ignore-on-commit changelist
到 exclude items from the commit list, just remove changelist
标签:
svn changelist --remove file1.c file2.c
我之前忽略了一些要在svn中提交的文件
svn changelist ignore-on-commit file1.c file2.c
现在我想将它包含到工作副本中。请任何人帮助我。
因为 TortoiseSVN
使用来自这些文件的 ignore-on-commit changelist
到 exclude items from the commit list, just remove changelist
标签:
svn changelist --remove file1.c file2.c