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

Re: Help Getting Started

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-26 01:23:27 CEST

On Oct 25, 2006, at 17:55, A. Alfred Ayache wrote:

>> How did you start svnserve? The parameters you use there would
>> dictate the URL you need to use when accessing it.
>
> I used:
>
> svnserve -d
>
> So how do I import into the repo?

So then, according to the documentation here...

http://svnbook.red-bean.com/en/1.2/svn.serverconfig.svnserve.html

...you need to specify the absolute repository path in the URL, or
else start svnserve pointed at a specific directory where your
repositories are located.

"A client needs to specify an absolute path in the repository URL.
For example, if a repository is located at /usr/local/repositories/
project1, then a client would reach it via svn://host.example.com/usr/
local/repositories/project1 . To increase security, you can pass the -
r option to svnserve, which restricts it to exporting only
repositories below that path:

$ svnserve -d -r /usr/local/repositories"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 01:24:36 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.