Hi,
I set up a SVN sever on a redhat 5.2 box.
Here are my SVN server settings.
/etc/http/conf.d/subversio
n.conf
<Location /svn/local>
DAV svn
SVNListParentPath on
SVNParentPath /svn/
DavDepthInfinity on
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile "/etc/httpd/conf.d/svnuser
conf"
Require valid-user
</Location>
CustomLog logs/svn_logfile "%t %u %{SVN-ACTION}e" env=SVN-ACTION
[root@svn www]# cat /etc/httpd/conf.d/svnuserc
onf
admin:$apr1$adSOI/..$KVHaD
7OhBfg6DLb
aBDH0n/
ian:$apr1$K9MXn/..$uucrLkm
JVDTPHQyQD
qeJO1
I am trying to import my project from my windows machine to my svn server using Tortoise client..
This is how I tried:
>
empty folder -TortoiseSVN -Import
>
I tried
http://host/repos/ -Authentication -
Error: PRPFIND
request
failed on '/svn/local' & Error: PRPFIND of '/svn/local': 301 Moved
Permanently (
http://)
Please, help!