0

I need to get the SVN revision for my application versioning (little numbers in the footer).

I have followed this tutorial (which I successfully configured in another ASP .NET MVC 2 a couple of years ago) step by step, but I can't make it work.

When trying to compile, I'm getting these errors:

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:
3

1 Answer 1

0

After a while, I found the problem.

When executing svn.exe --version I was getting 1.6.17 on the PowerShell. However, when I checked the Tortoise About section the version was using subversion 1.7.5.

I uninstalled the 1.6.17 and everything seems to be working again with the tutorial mentioned above.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.