Changes between Version 3 and Version 4 of SvnTutorial


Ignore:
Timestamp:
12/22/06 21:23:54 (18 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v3 v4  
    5757{{{https://svn1.hosted-projects.com/cmgsoft/roms_sed/branches/bubba_branch}}}[[BR]]
    5858Click OK.[[BR]]
     59(stuff streams by...)
    5960
    60 The branch will exist in the repository... you can repeat the steps above to make a copy of the branch on your computer.[[BR]]
     61The branch will exist in the repository...you can repeat the steps above to make a copy of the branch on your computer.[[BR]]
    6162
    6263== Make Changes in Your Branch ==
    6364You can make new files, change existing files, etc. Only existing files will automatically be under SVN control. To add new files, create them in a directory under SVN control (or copy them in from somewhere else).[[BR]]
    64 Then, you can right-click on the filename, and choose {{{Add...}}} under TortoiseSVN, or...[[BR]]
     65Then you can right-click on the filename, and choose {{{Add...}}} under TortoiseSVN, or...[[BR]]
    6566You will be given an opportunity later (see next step).[[BR]]
    66 If you compile the code and generate a bunch of .f90 and .o files, or run the model and generate output, they will not be under SVN control unless you add them eThat is usually what you want.
     67If you compile the code and generate a bunch of .f90 and .o files, or run the model and generate output, they will not be under SVN control unless you add them explicitly. That is usually what you want. (Storing output files here is probably a bad idea, because 1) they tend to be big and take a long time to tranfer to the repository 2) they are binary, so the tools used to compare them will not be useful, and 3) we don't have enough storage space at the repository.)
    6768
    6869== Commit Your Changes ==