[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Newbie question: Whats the windows svn url

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-10-07 20:28:18 CEST

llothar@web.de wrote on 10/07/2005 02:08:45 PM:

> I have setup a svnserve server on port 2006 of my machine but when i
> want to checkout the data i get only errors. I tried:
>
> svn checkout svn://666.666.666.666:2005//z:/work_repositories/foobar
>
> (gives me the german error message that the file name is not correct
(sure it
> starts with a '\')
> svn: Kann Datei '\z:\work_repositories\arachno\format' nicht öffnen: Die

> Syntax für den Dateinamen,
> Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch)
>
> and
>
> svn checkout "svn://666.666.666.666:2005//z|/work_repositories/foobar"
>
> Results in the the error, that
> \z|\work_repositories\arachno\format
> can't be opened (because of the wrong file name syntax).
>
> The repository is the "z:\work_repositories\foobar" directory.
>
> So the 2 cent question is, what must i type ?

Normally you would start svnserve something like this:

svnserve -d -r z:\work_repositories

Which means you would access your repository from a client like this:

svn://host:port/foobar

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 7 20:36:37 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.