Hi,
Following action only creat branch from head revision of the trunk.How to create branch from a specified revision? Thanks.
$ svn copy http://svn.example.com/repos/calc/trunk \
http://svn.example.com/repos/calc/branches/my-calc-branch \
-m "Creating a private branch of /calc/trunk."