Skip to main content

[archive] Version Control Software

  • March 20, 2007
  • 3 replies
  • 0 views

[Migrated content. Thread originally posted on 20 March 2007]

Is anyone using a version control software that works well with ACUBench?

We are currently using Visual Source Safe and have had major problems when using in conjunction with ACUBench. It may be that we have it setup incorrectly but if anyone is using something different or using VSS and can let me know how they have there's setup it would be a big help.

Thanks
Milton

3 replies

[Migrated content. Thread originally posted on 20 March 2007]

Is anyone using a version control software that works well with ACUBench?

We are currently using Visual Source Safe and have had major problems when using in conjunction with ACUBench. It may be that we have it setup incorrectly but if anyone is using something different or using VSS and can let me know how they have there's setup it would be a big help.

Thanks
Milton
I uploaded a file called vss.txt which is an AcuBench ini file that has some VSS commands so that you can use Source control while in AcuBench. This file was created several years ago but it still should be useful. Your biggest challenge will be passwords within vss. The example I'm sending uses a password Training.

I hope this helps.

[Migrated content. Thread originally posted on 20 March 2007]

Is anyone using a version control software that works well with ACUBench?

We are currently using Visual Source Safe and have had major problems when using in conjunction with ACUBench. It may be that we have it setup incorrectly but if anyone is using something different or using VSS and can let me know how they have there's setup it would be a big help.

Thanks
Milton
We use CS-RCS from Component Software to access simple RCS repositories.

Our software resides on a Linux Server that is accessed across a Samba link. There are times when we want to execute scripts on the Linux server to process the RCS files. To do this, we use Putty's plink command to execute these scripts across a ssh connection authorized by the Putty authorization agent.

All of these commands are embedded into our AcuBench ini files.

[Migrated content. Thread originally posted on 20 March 2007]

Is anyone using a version control software that works well with ACUBench?

We are currently using Visual Source Safe and have had major problems when using in conjunction with ACUBench. It may be that we have it setup incorrectly but if anyone is using something different or using VSS and can let me know how they have there's setup it would be a big help.

Thanks
Milton
Thanks for the help. I will look at both options.