0
votes

I created a repository at svn.mysite.com/mysite using the command $ svnadmin create mysite from the root of svn.mysite.com.

Without doing anything else, I go to a file on my PC and, using TortoiseSVN, I tried to import this simple test directory /trunk/test.txt by right clicking on the trunk directory and selecting import.

In the repo URL field I wrote svn.mysite.com/mysite and it tells me the repo was moved permanently.

What's up with that?

This is the messages I get :

Import C:\Users\simon\Desktop\New folder\trunk to http://svn.mysite.com/MySite

Repository moved permanently to 'http://svn.mysite.com/MySite';

1
My server is hosted on dreamhost if it helpsSimon Corcos
I'm assuming you searched, and none of the results apply?crashmstr
Can't find a solution to my problem. Please helpSimon Corcos

1 Answers

0
votes

This sounds like an apache issue, instead of an SVN issue. If you have access, check your httpd.conf files to ensure there aren't redirects that are cyclical.