Vault and MSBuild

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

Vault and MSBuild

Post by btd » Tue Apr 10, 2007 10:38 am

I have a vs.net 2005 project that I am trying to build using Microsoft's msbuild. I keep getting access denied while trying to compile a class library or I get access denied while trying to copy xyz.pdb to \\bin folder.

The only way I got around this was to check out all the files in Vault. Seems odd but it got me through. But I don't want to have to check out all the files in my solution just to be able to do an automated build.

Can you assist in figuring out why this is so.

Thanks

BTD

Here is the code

C:\temp\FHLBCIN>c:\windows\Microsoft.net\Framework\v2.0.50727\msbuild c:\inetpub
\wwwroot\abc\abc.sln /p:configuration=Debug;OutDir=C:\temp\fhlbcin\

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed Apr 11, 2007 9:04 am

Are you trying to perform that move just by moving the files on disk, or are you doing that from within Visual Studio or something else?

Post Reply