查询 Team Foundation 服务器中的测试文件、分支和文件夹结构
最近我正在着手一个新项目。这一次让我尝试让我的 tfs 结构更加坚固,对我最近的版本进行一些改进。所以这是
分支 发布
主干
bin
docs
src
sln.file
project1
project2
tests
sln.file
project1.test
project2.test
,因为测试项目不会分支,这是有道理的。但是我在考虑将测试项目保留在同一个 sln 中是否更好。尽管这是我的偏好,但我如何才能在工作开发解决方案中引用它们。
recently i was embarking on new project. it is giving me this time try to make my tfs structure more solid put some betterment on my recent version. so here it s
branch
release
trunk
bin
docs
src
sln.file
project1
project2
tests
sln.file
project1.test
project2.test
since test projects will not be branched this make sense. however I was contemplating is it better to keep test projects within same sln. though it s my preference how can than I refer to them withing working dev solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://tfsbranchingguideiii.codeplex.com/
另外,我不知道你所说的“测试项目”是什么,但是如果它们在你的主代码更改时发生更改,那么它们应该与你的主代码一起分支。
下面简单介绍一下我最近如何搭建一个小应用程序。我还没有移动更大的应用程序,所以还没有处理诸如公共代码库之类的事情。
http://tfsbranchingguideiii.codeplex.com/
Also, I don't know what you call the "test projects", but if they change when your main code changes, then they should be branched with your main code.
Here's a brief description of how I set up a small application recently. I have not yet moved larger larger applications, so haven't yet dealt with things like libraries of common code.