Our Brazilian Friends PCS and NGJr have offered the following changes to the CDSVN package: Into the file “cdsLibMgr.lib” was created the menu item “SVN Unlock Cell” Into the file “svnLockCell.il” were created the procedures “svnUnlockCell” and “svnUnlockCellFormCB” Inside the procedures “svnUnlockCellFormCB” and “svnUnlockCVFormCB” were made the following changes: where you have: if( !(rexMatchp(“.*.svn$”, file~>readPath) [...]
Tag Archives: subversion
Pictorial introduction to using Cadence & Subversion
I previously blogged about some scripts I use to help Cadence & Subversion be more compatible. I received some feedback that the scripts were incomplete and came without any usage model. So, I went through an excercise to document the scripts and to make sure they were complete.
Getting subversion and Cadence to play nice together
I wrote a set of scripts to make Cadence IC tools & Subversion work together. This requires subversion 1.4 or higher. Red Hat Enterprise Linux 4 by default ships with 1.3. See also Pictorial Introduction to Using Cadence/Subversion for detailed tutorial on usage. This post is mostly about the guts of the scripts. Note: this [...]
Getting subversion and Cadence to play nice
I wrote a set of scripts to make Cadence IC tools & Subversion work together. Note: this is not actual Cadence/Subversion integration (which is much more powerful and highly recommended). There were a few problems that I had to solve: Pesky .svn directories The main problem is that Subversion puts .svn housekeeping directories everywhere. When [...]