Branching in Subversion is very simple. In the simplest form, creating a new branch requires you to run the command against the remote repository's URLs. For example, let's create a new branch out of the mainline trunk:
svn copy https://svn.example.com/svn/MyRepo/MyProject/trunk https://svn.example...