updating tags in svn
If I use svn copy to take a snapshot of a portion of a repository, how can I update that snapshot? Use case: myrepo/ trunk/ src/ something.c something.h tags/ branches/ mkdir branches/user1/trusted svn add branches/user1/ svn copy trunk/src branches/user1/trusted myrepo/ trunk/ src/ something.c ...