hi,
I have installed usvn in a VPS and i have a problem with the repository browser.
I created an account in a control panel, and my web root folder is called "web" so i changed the path in the "usvn" bootstrap, and install. I managed to install it with no errors, and created 2 projects. My files folder is 1 level below the root, and the index.php, media folder and so on are under /web/usvn.
I can access the usvn interface by going to
www.domain.tld/usvn, and the repositories under
www.domain.tld/svn. When i create a project it created the project folder under files, but it dosent create the "trunk", "branches" and "tags" folders, and every time i try to browse the project it lists the contents of /web/usvn instead of /files/projectname.
I use tortoiseSVN in my desktop and even when i try checkout the repository it gives me the same files.
Is this a bug or am i doing something wrong?