Just to follow up on this morning's meeting, to move a project you have in /trunk/clas12 into /clas12 you could do something like this:<br><br><b>svn mv <a href="https://clas12svn.jlab.org/repos/trunk/clas12/JToolBox">https://clas12svn.jlab.org/repos/trunk/clas12/JToolBox</a> <a href="https://clas12svn.jlab.org/repos/clas12/JToolBox">https://clas12svn.jlab.org/repos/clas12/JToolBox</a></b><br>
<br>To be incorporated into the "clas12-suite" package, you need to have a "tags" directory which has copies of the trunk at specific development points.<br><br>
<b>svn mkdir <a href="https://clas12svn.jlab.org/repos/clas12/JToolBox/tags">https://clas12svn.jlab.org/repos/clas12/JToolBox/tags</a></b><br><br>To tag a project in SVN is a copy command similar to the following:<br><b><br>
svn cp <a href="https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk">https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk</a> <a href="https://clas12svn.jlab.org/repos/clas12/JToolBox/tag/JToolBox-1.1.0">https://clas12svn.jlab.org/repos/clas12/JToolBox/tag/JToolBox-1.1.0</a></b><br>
<br>All the above commands will do their operations on the server and no code will be checked out. If you have a project checked out (in the directory JToolBox for example), you will need to "switch" it to the new server-side location:<br>
<br><b>cd JToolBox<br>svn switch <a href="https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk">https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk</a> .</b><br><br>Hint: Don't type these URLs by hand! Use the <a href="https://clas12svn.jlab.org/repos/">web interface</a> to copy and paste them!<br>
<br>Thank you,<br>Johann.<br>