| 27 | | * To create a new branch from the trunk@rev to branches, `svn copy URL_trunk@rev target`. |
| 28 | | * To keep being updated with the latest trunk, `svn merge URL_trunk target`. |
| 29 | | * To merge your branch back to the trunk, `svn merge source URL_trunk`. |
| | 27 | * To create a new branch from the trunk of a specific revision r to branches: `svn copy svn://vsl.cis.udel.edu/civl/trunk@r svn://vsl.cis.udel.edu/civl/branches/branch_name`. |
| | 28 | * To keep being updated with the latest trunk, go to your local branch directory, type: `svn merge svn://vsl.cis.udel.edu/civl/trunk .`. |
| | 29 | * To merge your branch back to the trunk, go to your local branch directory, type: `svn merge . svn://vsl.cis.udel.edu/civl/trunk`. |