Apoorva Gupta
Apoorva Gupta

Reputation: 11

Creating branches using VisualSVN server

I am learning SVN and was trying to create a branch on my SVN server, and I found option to create same using command line only.

Is there a way to create a branch using VisualSVN server GUI?

Upvotes: 0

Views: 2182

Answers (1)

bahrep
bahrep

Reputation: 30662

You should use Subversion client for this task. For example, use Subversion command-line client and run svn copy, use TortoiseSVN client and run the corresponding copy command in its graphical interface or use any other Subversion client you prefer.

And don't forget to read the documentation:

Upvotes: 1

Related Questions