|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Software process questionHi software experts, I need an advice abou the software process.
After building a release I get pdb files (for debugging ), obfuscation maps and so on, which must be saved somewhere, with a marker of the build number. Where is the appropriate place of such files? Is there some (free) tools (databases) for that? Please could you share how you do it. Thanks > Hi software experts, I need an advice abou the software process. Most of my customers (and myself) only do version control on the source > > After building a release I get pdb files (for debugging ), obfuscation > maps and so on, which must be saved somewhere, with a marker of the build > number. Where is the appropriate place of such files? Is there some (free) > tools (databases) for that? Please could you share how you do it. files. I have used Sourcesafe, CVS and Subversion for these purposes. with each official release, the source tree is tagged, thus allowing us to retrieve any version at any time so we can rebuild it. The compiled binaries and other stuff is kept on a network share, each version in its own folder like this: $product\$version If they get lost, no problem: we just rebuild them as needed. the only exception is a customer that creates products for the medical sector. they do essentially the same, but they backup all releases on the network share as well. they also use special source code control with integrated bug tracking (clearcase / clearquest) which is qualified for medical processes. -- Kind regards, Bruno van Dooren bruno_nos_pam_van_doo***@hotmail.com Remove only "_nos_pam" "Zhiv Kurilka" <Zhiv.Kuri***@LozhkaVil.ca> a écrit dans le message de news: %23CslTrwuGHA.1***@TK2MSFTNGP03.phx.gbl...> Hi software experts, I need an advice abou the software process. For the pdbs, there is the symbol server (symsrv) that is distributed with > > After building a release I get pdb files (for debugging ), obfuscation > maps and so on, which must be saved somewhere, with a marker of the build > number. Where is the appropriate place of such files? Is there some (free) > tools (databases) for that? Please could you share how you do it. the debugging tools for Windows (http://www.microsoft.com/whdc/devtools/debugging/default.mspx). This is the same tool that is used by MS to distribute the public pdbs of Windows (http://msdl.microsoft.com/download/symbols/) Arnaud MVP - VC
Must call RemoveHandler after AddHandler?
IIS - Cannot create ActiveX component VS 2005 freezes during code editing (HotFix 917452) How to raise an event when a transaction is rollbacked .Net combo box - what is "opposite" of DropDown event? add row ro gridview Simple SQL question Configuration file problem to read binary file Create a file hash |
|||||||||||||||||||||||