Given the current layout of the subversion repo, there is a little
"quirkiness" to branching and tagging of which I wanted y'all to be
aware.  Namely, you need to do one of two things when doing the
svn-copy:
(1) svn-copy the *entire* project into the branch/tag; i.e. copy over
all modules
(2) do a separate add of the tag/branch directory (i.e., v313) and then
do the svn-copy of your particular module into that directory.  For
HibernateExt, you'll probably even need to create the HibernateExt
directory separately under the tag/branch directory

This is all to ensure that the branch/tag directories maintain the same
directory structure as the trunk for browsing purposes...


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to