I asked one of my developers to give each dev a different copy of the trunk to work on in /branches (under their own name).
That developer is not experienced in subversion (and neither am I), so I’m trying to determine if he did the right thing by copying the trunk into each branch folder and committing it, or if he should have done something else.
Your friend was correct – to create a branch in Subversion you use the
svn copycommand.(Source)