View Single Post
  #1  
Old 10-30-2007, 11:31 AM
Jim.Stripsky Jim.Stripsky is online now
Registered User
 
Join Date: 10-30-2007
Location: Pittsburgh
Posts: 5
Question SubVersion Copy to Tag/Label Code

I'm evaluating Visual Build Pro and am trying to figure out how to tag/label code in SubVersion. This is done on the command line with the svn copy command.

svn copy URL1 URL2 --username xxxxx --password yyyyy --message "blah blah blah"

Where URL1 is the branch you want to tag, and URL2 is the name of the label. With the copy command, source and destination can be either a URL or 'Working Copy'.

I can't seem to figure out how to do this in VBP. Using the SubVersion copy command I can put in the files/modules to process, but can't find where to put the destination.

Other than not being able to specify the destination, the command looks right.

Thanks,
Jim
Reply With Quote