comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Version control for IDL software
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Version control for IDL software [message #46528 is a reply to message #46302] Thu, 24 November 2005 09:21 Go to previous messageGo to previous message
Jean[1] is currently offline  Jean[1]
Messages: 8
Registered: November 2005
Junior Member
> What I've done in the past is to use a version number in the name of the
> procedure or function - for example:
>
> Pro complicated_procedure_v2,arg1,arg2
> End
>
> which would then be called from another program as
> complicated_procedure_V2, arg1,arg2
>
> However, I don't bump up the version number very often, and it can be a
> nuisance to change other code to call this new version of the program.

For this specifi issue, just write a generic procedure
Pro complicated_procedure,arg1,arg2 that will call
complicated_procedure_v2,arg1,arg2
So all your pros can always call the same procedure, and you just have
to update this one to reflect the changes!

.. but CVS seems much more elegant! ;)

Jean H.
jghasban@DELTHIS.ucalgary.ANDTHIS.c.a
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: swf read write
Next Topic: Re: IDL 6.2 on Red Hat Enterprise 4

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:50:53 PDT 2025

Total time taken to generate the page: 0.00456 seconds