Gabriel Harrison wrote:
> Hi,
>
> We have recently set up SVN for the first time in debian and have
> successfully added files to the repository locally on the server and
> can see them through trac but I can't get tortoiseSVN to connect.
>
> If I try to checkout with TortoiseSVN using:
>
> svn://xx.xx.xx.xx/home/svn/sacs/
>
> I get the error:
>
> Error URL 'svn://xx.xx.xx.xx/home/svn/sacs' doesn't exist
>
>
> I guess I'm doing something simple wrong but will give as much info as I can...
>
> I'm using svn version 1.4.6 (r28521) and tortoiseSVN version 1.4.8.142137.
>
> If I telnet to the server I get this:
>
> C:\Documents and Settings\HarriG>telnet xx.xx.xx.xx 3690
>
> ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) )
>
> This is the content of that folder on the server:
>
> tsd07u:/home/svn/sacs# ls
> conf dav db format hooks locks README.txt svn-commit.tmp
>
> Any help would be much appreciated,
Did you pass the '-r' flag to svnserve when you started it?
Without that, your path most likely won't match...
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-04 11:08:50 CEST