Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 使用TFS 2013控制SSR_Reporting Services_Source Control Explorer - Fatal编程技术网

Reporting services 使用TFS 2013控制SSR

Reporting services 使用TFS 2013控制SSR,reporting-services,source-control-explorer,Reporting Services,Source Control Explorer,我正在使用TFS 2013进行源代码控制,并试图找出如何在TFS上备份报告的源代码。我希望其他用户能够提取源代码,以便能够修改报告或将其用作新衍生工具的起点 我似乎真的找不到解决这个问题的好方法。您必须与Visual Studio 2013一起使用 这将使您能够在Visual Studio中创建SSRS项目,并将它们添加到TFS源代码管理中。我发现,在SQL Server数据工具中,我能够以本机方式连接和使用TFVC repo,并使用Git扩展在TFS上推送到Git repo。不过,git扩展的

我正在使用TFS 2013进行源代码控制,并试图找出如何在TFS上备份报告的源代码。我希望其他用户能够提取源代码,以便能够修改报告或将其用作新衍生工具的起点


我似乎真的找不到解决这个问题的好方法。

您必须与Visual Studio 2013一起使用


这将使您能够在Visual Studio中创建SSRS项目,并将它们添加到TFS源代码管理中。

我发现,在SQL Server数据工具中,我能够以本机方式连接和使用TFVC repo,并使用Git扩展在TFS上推送到Git repo。不过,git扩展的路由有点笨重,不便于用户使用。是否有人使用过Git扩展,如果有,是否可靠。