Skip to main content

Home/ Coders/ Group items tagged phippard

Rss Feed Group items tagged

vikramsjn

Shelves in Subversion | svn commit ./me - 0 views

  • The first thing to do is to create the shelf/branch. If you know your working copy is a little old, compared to the HEAD revision of your trunk or branch, then you can use the last revision you committed or updated to when creating the shelf. Otherwise, just use the HEAD revision:svn copy -r HEAD url://server/repos/project1/trunk url://server/repos/project1/branches/shelfThis command is creating the shelf directly in the repository, based on whatever URL and revision your working copy is associated with. In this example, I used trunk. The next step is to use the svn switch command to switch your working copy so that it is pointing at the shelf URL:svn switch url://server/repos/project1/branches/shelf
1 - 1 of 1
Showing 20 items per page