Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VisualSVN Server - create repository on server from desktop computer

I am using VisualSVN Server Standard Edition on a different computer than my development workstation. Is it possible to create a new repository from my development workstation on the VisualSVN Server machine? Or, do I have to physically go to that machine to create a new repository?

like image 942
Brian Avatar asked Oct 21 '22 01:10

Brian


1 Answers

Well, the documentation of VisualSVN Server about remote admins is clear:

Remote Server Administration is one of the key benefits of the VisualSVN Server Enterprise Edition

So that feature is only available with the other edition. Before you decide, you should know what your goals are:

  • Provide a SVN repository only for yourself or for others?
  • Include some authentication / authorization methods to it?
  • ...

Depending on the answers, you will have different options:

  • Run a standalone SVN server on the "different workstation" (Windows or Linux?)
  • Run apache on the different workstation in front of the repositories.

See the documentation in the SVN Red Book which option is the most appropriate for you.

like image 87
mliebelt Avatar answered Oct 28 '22 20:10

mliebelt