SVN Browser working, svn checkout not working (301 Propfind error)

Subscribe to SVN Browser working, svn checkout not working (301 Propfind error) 3 post(s), 2 voice(s)

 
Avatar timothyleeta... 11 post(s)

Hi all,

We are running up against a big barrier (being able to run an “svn checkout”) to any repository we have. Being able to checkout a repository is the last task to complete our Warehouse App installation.

Our server tech support team has given up on trying to find the issue, as they don’t support the 3rd party Warehouse App. Thus, we’re leaning on the community for help here.

WE CAN: View the svn repositories via the browser (and run an initial svn import to the repos)

WE CANNOT: run a simple svn checkout command to work with the repositories

OUR ERROR: Propfind & 301 Permanently Moved error

I’ve read this article for reference: http://subversion.tigris.org/faq.html#http-301-...

I’m aware these are necessary:
1. SVN Path cannot be inside the document root path
2. SVN Path cannot be initialized anywhere in the httpd.conf file (no duplicate entries)
3. Initial import necessary to checkout a repo

I'm at a loss, and hope to get this resolved soon.

Any ideas are appreciated!
Thanks

 
Avatar Geoff 71 post(s)

you using ssh or http dav to access you repos?

 
Avatar timothyleeta... 11 post(s)

Got it all worked out.
Had to updated the dav_svn config a little bit on our server, and then add some small changes to our Location directive.

Thanks for being available to help though @Geoff!