Create branch in Versions (Mac Subversion client)
Asked Answered
M

3

14

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

Mallarme answered 17/3, 2012 at 20:50 Comment(2)
Doesn't belong here. This isn't a coding-related question and should be on SU.Harney
@MahmoudAl-Qudsi Check the faq. Questions about "software tools commonly used by programmers" are on-topic.Dachau
M
15

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

Mallarme answered 19/3, 2012 at 10:35 Comment(2)
@noa, or any folder within your repository where you store your branches.Cavefish
@Crashdesk, can you maybe add a screenshot?Vietnamese
T
1

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.

Tensimeter answered 23/5, 2012 at 15:1 Comment(0)
S
1

A branch or tag is simply a copy of the trunk, or in some cases another folder, in your Subversion repository. To create one, use the “Browse” view to navigate to the right place in your repository and drag the trunk of your project to the “branches” folder while holding down the “Option” (alt) key on your keyboard. When you drop the trunk, a dialog will open asking you to name your new tag or branch.

Smoothie answered 31/1, 2014 at 22:49 Comment(1)
After copying the trunk to a branch, if you were to look at the history of a file in the branch, would you see the full history of the file going back to before the branch?Moreland

© 2022 - 2024 — McMap. All rights reserved.