You should have more than one svn.exe on your system. Running svn --version on your c:\ drive will run the first svn.exe found based on the %path% environment variable. It's best to run any svn command from the install folder of visualsvn server.
On Sep 24, 11:31 am, Steve Wright <wright....@gmail.com> wrote: > I have VisualSVN server 2.0.1 installed on my machine. When I tried > to upgrade an older repository using "svnadmin upgrade", I get an > error message that says it cannot find the command "upgrade". when I > run svn --version, it return 1.3.2. > > Does installing VisualSVN server also upgrade the version of > Subversion? How do I find out the version of Subversion that > VisualSVN Server is running on top of?