svn : how to create a branch from certain revision of trunk
问题 The following action will only create a branch from the head revision of the trunk. How do I create a branch from a specific 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." 回答1: Check out the help command: svn help copy -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range) A revision argument can be one of: NUMBER revision number '{' DATE '}' revision