cancel
Showing results for 
Search instead for 
Did you mean: 

version control

jmatos
Occasional Contributor

version control

Hi guys

anyone doing version control with traffic script code? How?

My 2 cents: this should be built-in the TM GUI...

Cheers!

3 REPLIES 3
sameh
Contributor

Re: version control

I agree this is an important and necessary feature.

Someone did this:Backup Stingray Configurations to Git

Cheers,

Sameh

aclarke
Frequent Contributor

Re: version control

Joao,

Are you using the Stingray Plugin for Eclipse? If you are, there are many tools on the Internet that allow you to integrate version control systems with Eclipse.

Cheers.

Aidan.

--
Aidan Clarke
Pulse Secure vADC Product Manager
jmatos
Occasional Contributor

Re: version control

Hi all

i guess that is a "quick way" to do it.

let's say you got the trunk from the server. You make your branch, change, merge with the trunk and then your release to live is a paste and save on eclipse.

And then you cannot use the web interface for scripts otherwise the trunk will be messed up unless you make some kind of extra server script to sync the trunk with the TM.

It's a nice proof of concept and a must do for large code deployments, not so good for quick scripting. The versioning on the web interface will make it more usable. Having to search for old code on the backups it's a ... you know

Thanks for your help.