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

How can I use multiple repository?

From: Oh-joong,Kwon <emerald_at_anycasting.com>
Date: 2004-12-30 12:27:55 CET

Server:
win xp
subversion with svn://

Client:
Tortoisesvn
Subversion

I've made a folder 'svnrepo' to managing all projects. Then I created
repositorys with 'svnadmin create' command.
When I run svnserve like this:
'svnserve -d -r D:\svnrepo'

Client can't find any repository in svnrepo folder. I should describe
every path to repository to access it, like this:
'svnserve -d -r D:\svnrepo\project1'
but,Client have to checkout more than 2 projects from server, so it
isn't good way to use.

I want SVN manage multiple repository, like CVSNT. Please give me a hint.
Received on Sun Jan 2 20:48:39 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.