Trunk Development
This page describes how you can check out the VisIt trunk and do development on it.
What you want | How you do it |
---|---|
To checkout the trunk directory | Script: co_trunk src |
To bring in changes from other people that occurred on the trunk after the checkout | SVN command: svn update |
To check in your changes | SVN command: svn commit
|
To remove the directory on your personal file system that was a checkout of the SVN trunk. (This is optional, you can continue using this directory as a checkout of the trunk after doing your checkin.) | Unix command: rm -Rf
|