Maddy Mc
Maddy Mc

Reputation: 13

VisualSVN SHOWS Wrong URL

I have created a repository named MyRepo, and was using url https://servername/svn/MyRepo

but from few days url automatically redirect to https://servername/!/#MyRepo

Upvotes: 1

Views: 190

Answers (1)

Serg Gorb
Serg Gorb

Reputation: 41

This behavior of URL modification is usual if you access repositories through web browser.

But you can get a proper URL for Subversion client.

  1. On the VisualSVN Server web interface, navigate to the desired path in the Subversion repository.
  2. Click the Checkout button at the top right-hand side of the web interface. Checkout button
  3. Copy the repository URL to clipboard.
  4. Paste the repository URL to your Subversion client program.

Upvotes: 1

Related Questions