将现有文件夹添加到 TFS 源代码管理
有什么方法可以将现有文件夹添加到 TFS 中的源代码管理吗?我在 TFS 之外的文件系统中创建了一个新文件夹,并希望将其添加到源代码管理中,但唯一明显的方法是将我的新文件夹重命名为临时名称,然后创建一个可笑的解决方法源代码管理资源管理器中的新文件夹,然后添加我重命名的原始新文件夹中的项目。
Is there any way I can add an existing folder to source control in TFS? I have created a new folder outside of TFS, just in the file system, and would like to add it to source control, but the only apparent way to do this is the ridiculous workaround of renaming my new folder to a temp name, then creating the new folder in Source Control Explorer, then adding the items from my renamed, original new folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只需在选择“将项目添加到文件夹...”选项后选择文件夹即可。您可以通过右键单击文件夹(名称或实际文件夹本身)时获得的上下文菜单来访问此内容。
向导的下一页将向您显示包含和排除的文件的列表。选择所需的文件,然后单击“完成”。
然后提交待处理的更改。
Just select the folder after selecting the "Add Items to Folder..." option. You can get to this is from the context menu you get when right clicking on a folder (either the name or the actual folder itself).
The next page of the wizard will present you with lists of included and excluded files. Select the files you want and then hit "Finish".
Then submit the pending changes.
让我分享一个我刚刚想到的更简单的方法。
(我遇到了同样的问题,这就是我找到这篇文章的原因。)
将要添加的文件夹拖到解决方案资源管理器中,然后放到要添加的位置。
塔塔!完成了。
我的是VS2010。
Let me share you a easier way that I just figured out.
(I was having the same trouble, and that is why I found this post.)
Drag the folder you want to add to the solution explorer and drop at the place you want to add.
Ta Ta ! It is done.
Mine is VS2010.
在拖放或选择将项目添加到文件夹之前,您必须将父 TFS 文件夹映射到本地驱动器。
也就是说,如果要在TFS中的
/Top/Projects
文件夹中添加C:\Stuff\HelloWorld
目录,必须先映射/Top/ Projects
到C:\Stuff,然后添加 HelloWorld
。Before dragging and dropping or selecting Add Items To Folder, you must map the parent TFS folder to your local drive.
That is, if you want to add a
C:\Stuff\HelloWorld
directory to the/Top/Projects
folder in TFS, you must first map/Top/Projects
toC:\Stuff and then add HelloWorld
.