View Single Post
  #3  
Old 01-19-2005, 03:44 PM
dprice dprice is online now
Registered User
 
Join Date: 01-19-2005
Posts: 13
If I'm working independently of Visual Build and using VSS, I can modify a file locally that's not checked out (just have to modify readonly attributes). When I check it out, I just have to specify "don't get local copy" so my changes are not overwritten. Then I can check it in with my changes. Does Visual Build not allow this?

I understand that you always want to check out a file first, but I don't want files left checked out if there is a build failure. I only want to commit the code change after I know that the build succeeded.

I've attached the section of the build I'm having trouble with if that helps.

Thanks,
Derek
Attached Files
File Type: bld buildsnippet.bld (5.4 KB, 1486 views)
Reply With Quote