Using SVN with Scripts Scripts ready for flight will be committed to the Subversion (SVN) located on dramsioc.gsfc.nasa.gov, a virtual machine on the 600 Virtual Machine Environment (VME). There is another Wiki entry on this. By convention, the scripts should have keywords enabled and use the keywords in the header. We use the keyword "$Id". Using SVN commandline Putting a script in SVN the first time: svn add script.bas Adding Keywords to scripts: svn propset svn:keywords Id script.bas Committing scripts: svn commit -m "Description and reason for commit" Retreive scripts: svn update