G
Guenther Sohler
Guest
Hallo,
In our place we use a lot of scripts around cadence to make the design
flow smoothly.
Sometimes these scripts get improved and therefore edited.
On the other hand - to guarantee reproducability of older design data,
older "projects" must see the old scripts
In our place those scripts are stored in a global place on the system.
If I want to improve script, I ideally have to copy all the script tree to
have a new version and do the changes there.
To test a new sub - script, I also have to adapt an main script to refer
to the new sub - script to test.
Finally during testing I want only me to use the new script under test,
all the others should still see and use the older (stable) script.
In ClearCase it is possible to see a dedicated version of a file in the
absolute same unix path. That means a user using a script does not have to
care about versions of script every time he calls it - just once when
setupping which version to see.
So there comes my big questions:
Is there a way to use CVS(or its successor(s)) in a way to achieve the
wanted behaviour ?
How would I have to install/setup/use/handle it ?
Were would the scripts be installed ? Where would I call them from ?
Hope to get some answers.
In our place we use a lot of scripts around cadence to make the design
flow smoothly.
Sometimes these scripts get improved and therefore edited.
On the other hand - to guarantee reproducability of older design data,
older "projects" must see the old scripts
In our place those scripts are stored in a global place on the system.
If I want to improve script, I ideally have to copy all the script tree to
have a new version and do the changes there.
To test a new sub - script, I also have to adapt an main script to refer
to the new sub - script to test.
Finally during testing I want only me to use the new script under test,
all the others should still see and use the older (stable) script.
In ClearCase it is possible to see a dedicated version of a file in the
absolute same unix path. That means a user using a script does not have to
care about versions of script every time he calls it - just once when
setupping which version to see.
So there comes my big questions:
Is there a way to use CVS(or its successor(s)) in a way to achieve the
wanted behaviour ?
How would I have to install/setup/use/handle it ?
Were would the scripts be installed ? Where would I call them from ?
Hope to get some answers.