svn branch creation


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. svn copy http://svn.example.com/repos/calc/trunk \
  2. http://svn.example.com/repos/calc/branches/my-calc-branch \
  3. -m "Creating a private branch of /calc/trunk."

URL: http://svnbook.red-bean.com/en/1.0/ch04s02.html

Report this snippet


Comments


You need to login to view comments.