Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create branch in Versions (Mac Subversion client)

Tags:

macos

versions

I have search everywhere but I can't find information on how to create a branch in Versions for Mac. How is this done?

like image 486
Crashdesk Avatar asked Mar 17 '12 20:03

Crashdesk


People also ask

How do you create a new SVN branch?

To create a branch or a tag in a Subversion repository, do the following: From the main menu, choose VCS | Subversion | Branch or Tag. Alternatively, select the source folder in the SVN Repositories tool window and choose the Branch or Tag command from the context menu.

What is trunk in SVN?

In short. A trunk in SVN is main development area, where major development happens. A branch in SVN is sub development area where parallel development on different functionalities happens. After completion of a functionality, a branch is usually merged back into trunk.


2 Answers

There was very little information on this but I found the answer. Just press Option key and drag the trunk into the branches folder

like image 68
Crashdesk Avatar answered Sep 29 '22 15:09

Crashdesk


The option key opens the Move dialog and copies the source to the target, then deletes the source. You can Duplicate the project first, then option/drag to Move the duplicate to the branches folder.

like image 22
Mark Longmire Avatar answered Sep 29 '22 15:09

Mark Longmire