which files to put under souce control

  • Thread starter Thread starter Dickery1
  • Start date Start date
D

Dickery1

here is the list of files in outlook folder. which files should i put
under source control so i can save my code.
06/03/2008 05:56 AM 7,229 outcmd.dat
29/02/2008 09:26 PM 189,452 Outlook.NK2
20/12/2007 11:23 PM 4,096 Outlook.srs
06/03/2008 05:33 AM 9,974 Outlook.xml
04/02/2008 10:55 AM 39,744 OutlPrnt
06/03/2008 05:33 AM 32,768 VbaProject.OTM
 
Are you talking about your VBA code? It's all in VBAProject.OTM, but I've
never heard of that VBA project file being placed under a SCC system.
 
Are you talking about your VBA code? It's all in VBAProject.OTM, but I've
never heard of that VBA project file being placed under a SCC system.








- Show quoted text -

i guess not any more. i may be the first one in this world. but i have
learnt the hard way to put any development work under scc so that i
can make changes without losing my sleep on lost efforts.
 
VbaProject.OTM is good for a quick prototype; but it should never be used in
anything resembling commercial software. Go with a COM add-in instead.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

Are you talking about your VBA code? It's all in VBAProject.OTM, but I've
never heard of that VBA project file being placed under a SCC system.








- Show quoted text -

i guess not any more. i may be the first one in this world. but i have
learnt the hard way to put any development work under scc so that i
can make changes without losing my sleep on lost efforts.
 
Back
Top