MSBuild VSS Integration

Hi,
I want to retrieve the latest version of source code from CVS through MSBuild. What modifications should i make in the .csproj file (I am developing c# application in visual studio environment) to get this working.

It would be great if you can give some insights into this through sample codes or help documents.

thanks,
-rajesh

[362 byte] By [RajeshKM] at [2008-1-7]
# 1

Can you describe exactly what you would like to happen?

I assume you don't want it to get the latest version every time you hit build in VS?

Dan

DanMoseley-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 2

Hi,
I would ideally want to get the latest version of source code if there are any changes commited by any of the users. Basically i want to know how to get the latest code from VSS through MSBuild. I may not build the project from VS rather from VS Command Prompt.

thanks,
-rajesh

RajeshKM at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 3

There are custom tasks available that you can use to sync from VSS. http://www.gotdotnet.com/codegallery/codegallery.aspx?id=b4d6499f-0020-4771-a305-c156498db75e

Neil

NeilEnnsMSFT at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 4

Hii.. I am also looking for the same. CVS integration with MSBuild.

The above link does not give any Samples. Has it been changed or...

An explanation or sample that can explain how i could check out,get latest version of the code and build would be really appreciated.

Thanks in advance for the help.

MissSmriti at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...

Visual Studio

Site Classified