Put svn in aleph user path
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
We're starting to use Subversion to track Aleph table changes. Our instance of svn is at /opt/CollabNet_Subversion/bin/svn on both the staging and production servers.
We'd like to put the directory /opt/CollabNet_Subversion/bin in the path for both production and staging, thereby saving us a few keystrokes. How would we go about doing this?
Resolution:
The directory needs to be added in $alephe_root/aleph_start:
setenv PATH "${PATH}:/opt/CollabNet_Subversion/bin"
setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:/opt/CollabNet_Subversion/bin"
(Adding it to both may not be necessary, but it can't hurt.)
And then do: "source aleph_start" to make the change be in effect.
- Article last edited: 10/8/2013