【发布时间】:2014-09-19 21:18:51
【问题描述】:
我需要为我的应用程序版本控制获取 SVN 修订版(页脚中的小数字)。
我已经一步一步地遵循了这个tutorial(几年前我在另一个 ASP .NET MVC 2 中成功配置了它),但我无法让它工作。
在尝试编译时,出现以下错误:
MyApp.csproj(141,5): error: Subversion command "svn.exe info -R" exited with code 1
MyApp.csproj(1041,5): error: svn: '.' is not a working copy
MyApp.csproj(1041,5): error:
【问题讨论】:
-
不同,我不想使用巡航控制
-
并非所有这些答案都使用巡航控制,至少其中一个使用 Subversion 属性来填写修订信息 - Keyword Substitution 和 answer that mentions it
标签: asp.net-mvc-4 svn versioning