Is there a way with TortoiseSVN to get a list of files that are not in the repository?
有没有办法让TortoiseSVN获取不在存储库中的文件列表?
3 个解决方案
#1
Right click -> TortoiseSVN -> Check For Modifications
右键单击 - > TortoiseSVN - >检查修改
Make sure show unversioned files is checked
确保选中show unversioned files
#2
I usually right click the root of the subversion tree and select commit. In the dialog box to select which files, it shows the files that have been added to your working copy, but haven't been added to the repository yet. Just remember not to click the ok button.
我通常右键单击subversion树的根并选择commit。在用于选择哪些文件的对话框中,它显示已添加到工作副本但尚未添加到存储库的文件。请记住不要单击“确定”按钮。
#3
On in any of your local project directories, you can run svn status. The equivalent in TortoiseSvn is here in the manual. Items with a ? mark are unknown to the repository.
在任何本地项目目录中,您可以运行svn status。 TortoiseSvn中的等价物在手册中。项目有?标记对于存储库是未知的。
#1
Right click -> TortoiseSVN -> Check For Modifications
右键单击 - > TortoiseSVN - >检查修改
Make sure show unversioned files is checked
确保选中show unversioned files
#2
I usually right click the root of the subversion tree and select commit. In the dialog box to select which files, it shows the files that have been added to your working copy, but haven't been added to the repository yet. Just remember not to click the ok button.
我通常右键单击subversion树的根并选择commit。在用于选择哪些文件的对话框中,它显示已添加到工作副本但尚未添加到存储库的文件。请记住不要单击“确定”按钮。
#3
On in any of your local project directories, you can run svn status. The equivalent in TortoiseSvn is here in the manual. Items with a ? mark are unknown to the repository.
在任何本地项目目录中,您可以运行svn status。 TortoiseSvn中的等价物在手册中。项目有?标记对于存储库是未知的。