You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Edmund Wong <ed...@kdtc.net> on 2009/07/03 03:21:57 UTC

Re: [gsoc] We need to design "commit from multiple working copies"

Mark Phippard wrote:
> To build Subversion, I then run this:
> 
> devenv subversion_vcnet.sln /build "Release" /project "__ALL_TESTS__"
> 

devenv is the .NET version.  With C++ Express:

msbuild subversion_vcnet.sln /t:__ALL_TESTS__ /p:Configuration=Release


Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2367686