引用:
原帖由 孜孜 于 2008-12-2 14:49 发表 
晕,我的意思是,如果wc里并没有即将要纳入版本库的文件,而我右击,同样会出现add这个命令,那此时的这个命令有什么作用?是用来干嘛的?
You can also use the Add command on already versioned folders. In that case, the add dialog will show you all unversioned files inside that versioned folder. This helps if you have many new files and need them to add at once.
你也可以在已经版本控制的目录上使用Add命令。那样的话,添加对话框会显示该版本控制目录下所有未版本控制的文件。如果你有许多新文件需要一起添加的话,这是很有帮助的。
我刚查了一下帮助文档,
中英文对应说明如上!
我觉得你这是有点钻牛角尖了!
你甚至可以在TortoiseSVN -> Settings -> General -> Context Menu勾选上你足够的你右键菜单显示的功能!
看看下面这段话吧:
If you have a very large number of files in your working copy folders, it can take a long time before the context menu appears when you
right click on a folder. This is because Subversion fetches the status for all files when you ask for folder status. To avoid this delay you can uncheck the Fetch status for context menu box. Be warned that the context menu for folders will not always be correct, and may include items which should not really be there. For example, you will see
TortoiseSVN → Show Log for an Added folder, which will not work because the folder is not yet in the repository.
如果在你的工作副本下有大量的文件,那么你
右键点击 该文件夹的时候将花费较长的时间使上下文菜单显示出来。这是因为在你查询文件夹状态的时候,Subversion要去获取其下所有文件的状态。你可以在这里取消对 为右键菜单获取SVN状态 选项的勾选以避免这种延迟。要注意的是,文件夹的上下文菜单有时不太正确,可能会包含一些本来不该在那儿的条目。举个例子,右键点击一个新 添加 的文件夹,你可能会看到
TortoiseSVN → 显示日志 的操作选项,但那个是不会起作用的,因为该文件夹还没真正提交到版本库里。