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

RE: Subversion installation help required - for accessing SVN via clients from Windows/TortoiseSVN to Linux SVN server

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-08-23 05:03:42 CEST

Quoth Erik Hemdal:
> The URL is supposed to be for the location of the repository.
>
> svn://host.name.com/location/of/repo/on/server/
>
> So if your repository is located at /home/username/dev/app1 on server
> host.name.com and you are doing an SVN Checkout from the context menu,
it
> should be OK.

No, that's not correct. The URL is the path *within* the repository,
relative to the server's base folder.

So if your repository is physically located in /home/username/dev/app1
and your server base is /home/username/dev, then the URL should be:
  svn://host.name.com/app1/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 05:04:57 2006

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.