[Clas12_software] new svn structure
Johann Goetz
jgoetz at ucla.edu
Thu May 17 10:10:57 EDT 2012
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:
*svn mv https://clas12svn.jlab.org/repos/trunk/clas12/JToolBox
https://clas12svn.jlab.org/repos/clas12/JToolBox*
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.
*svn mkdir https://clas12svn.jlab.org/repos/clas12/JToolBox/tags*
To tag a project in SVN is a copy command similar to the following:
*
svn cp https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk
https://clas12svn.jlab.org/repos/clas12/JToolBox/tag/JToolBox-1.1.0*
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:
*cd JToolBox
svn switch https://clas12svn.jlab.org/repos/clas12/JToolBox/trunk .*
Hint: Don't type these URLs by hand! Use the web
interface<https://clas12svn.jlab.org/repos/>to copy and paste them!
Thank you,
Johann.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/clas12_software/attachments/20120517/52b9a36c/attachment-0002.html>
More information about the Clas12_software
mailing list