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

Re: beginner; import to repository?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-17 07:44:28 CEST

james-tigris@jrv.org writes:

> <Location /svn >
> DAV svn
> SVNParentPath C:\SVN

"SVNParentPath" means "every child of this directory is an independent
repository"p

>
> I created the repository thusly:
>
> C:\src>svnadmin create c:\svn

So this is wrong. You need to create repository *children* of
c:\svn. The directory itself should not be a repository. In other
words, run something like 'svnadmin create c:\svn\myrepos'.

Or, alternately, just use SVNPath instead of SVNParentPath. SVNPath
defines a single repository. In that case 'svnadmin create c:\svn' is
exactly what you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 17 07:49:02 2003

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.