473,385 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Software process question

Hi 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


Aug 8 '06 #1
2 766
Hi 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.
Most of my customers (and myself) only do version control on the source
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
br**********************@hotmail.com
Remove only "_nos_pam"
Aug 8 '06 #2

"Zhiv Kurilka" <Zh**********@LozhkaVil.caa écrit dans le message de news:
%2****************@TK2MSFTNGP03.phx.gbl...
Hi 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.
For the pdbs, there is the symbol server (symsrv) that is distributed with
the debugging tools for Windows
(http://www.microsoft.com/whdc/devtoo.../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
Aug 9 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Sworder | last post by:
Hi, A quick question (please let me know a more appropriate newsgroup, if any): When developing a new piece of software, how does one know whether or not the software needs to be "patented"?...
1
by: athos | last post by:
Hi all, Believe you have sound experience in development, however, if we look at the whole Software Development Life Cycle (SDLC) of the project, say, 1. Project Initiation, 2. Gathering...
54
by: Matt | last post by:
How do we define systems programs? when we say systems programming, does it necessary mean that the programs we write need to interact with hardware directly? For example, OS, compiler, kernel,...
4
by: Josh Golden | last post by:
i lead a small development team (based on some of my posts that might cause some people to choke themselves, but have no fear, i am NOT the lead developer, the people on my team are great - i'm...
4
by: jack | last post by:
HI all i dont know whether to ask this question in this group or not i just want to do proper step wise developement like planning and then codeing and then testing etc i have just got a...
2
by: Zhiv Kurilka | last post by:
Hi 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...
2
by: alacmathew | last post by:
Hi everybody I am a project manager with a mid level software development company Some days back I came across a posting in a forum where a person otherwise a competent finance professional wanted to...
47
by: editormt | last post by:
Software maintenance is an important part of the software development activity, but it is also the less discussed. A recent poll seems to show that the part of maintenance in software development...
3
by: robtyketto | last post by:
Im a student and in preparation for a testIve been given the test questions (or thereabouts, they may be asked in different words or from another perspective). I've been told that they do not...
1
by: pardis | last post by:
Hi I have a very short question. what are the methods of software documentation in software developing process and what are the most competitive software in this area? I want to find some...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.