-2

When I execute the following command in command prompt, we are getting error. We would like to create svn repository using command prompt

svnadmin create Shipment

Error: svnadmin is not recognized as an internal or external command, operable program or batch file.

  • Did you actually install Subversion? What's in your PATH? – Joseph Sible-Reinstate Monica Oct 14 '19 at 00:34
  • I have installed Tortoise SVN . It is in C Drive , Programme files – Srinivas YSN Oct 14 '19 at 00:45
  • 3
    Do a search of this site for the error message **not recognized as an internal or external command, operable program or batch file** There are many existing questions that will explain the problem and how to solve it.. A simple search of the site for the error message should be the very first thing you do, long before you post a new question. – Ken White Oct 14 '19 at 01:01
  • 1
    Possible duplicate of [What is the reason for "X is not recognized as an internal or external command, operable program or batch file"?](https://stackoverflow.com/questions/41454769/what-is-the-reason-for-x-is-not-recognized-as-an-internal-or-external-command) – aschipfl Oct 14 '19 at 10:49

1 Answers1

0

You can install VisualSVN Server and create a repository via the management console or using PowerShell.

The original problem with the error "Error: svnadmin is not recognized as an internal or external command, operable program or batch file." is generally unrelated to Subversion. Make sure that you have SVN command line tools installed and that they are in your %PATH% environment variable.

PS TortoiseSVN is a SVN client, not a server.

bahrep
  • 29,961
  • 12
  • 103
  • 150