Mar 23
What to do with my ticket #7? Apparently I need to check code into this, i.e. here #7. Lets try this
becker12:pwd /lsst/becker/lsst_devel/DC2 becker13:svn co $LSST_SVN/DC2/imageproc/tickets/7 imageproc Checked out revision 1118. becker16: cd imageproc/ becker19: mkdir diffim becker20: svn add diffim becker21: svn commit diffim becker27: mkdir build/ doc/ examples/ include/ lib/ python/ src/ tests/ ups/ becker28: svn add build/ doc/ examples/ include/ lib/ python/ src/ tests/ ups/ becker29: svn commit build/ doc/ examples/ include/ lib/ python/ src/ tests/ ups/
Huh, so apparently the *only* way to check in code is to create a ticket, check it out, add to it, check it in, and then tell someone that we want the ticket reviewed. No real protocol yet. At this point in time, the software gets merged back into the tree.
