Nagesh
Nagesh

Reputation: 1308

Getting Last revision number from TortoiseSVN repository and updating the to .net/C++ assembly/executable from Visual Studio IDE

I want to update the resvision number to the assemblies/executables built in .net 2.0 and Visual C++ MFC by reading the latest revision number from TortoiseSVN repository.
It will be of great help if I can get a function (in .net or VC++) to get the the last revision if I input the repository path and authentication details (if any).
IDE: Visual Studio 2005

Upvotes: 0

Views: 519

Answers (1)

Stefan
Stefan

Reputation: 43575

You can use the SubWCRev tool for this task.

Upvotes: 1

Related Questions