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

Re: Storing Subversion repositories within another Subversion repository.

From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Fri, 24 Jul 2009 09:39:28 -0700

On Fri, Jul 24, 2009 at 09:45:08PM +0530, Phillip Dann.Ward wrote:
> It is an empty repository (i.e. empty branches/tags/trunk folders, etc) created using "svnadmin create".

svnadmin create doesn't create branches/tags/trunk; it creates
conf/db/hooks/locks. So which thing do you mean?

> I intend to do absolutely nothing with this empty repository once it is in my development repository.

Then it seems sort of strange to have it there.

> I was just wondering if there might be any side effects of doing this such as the development repository getting 'corrupted' if Subversion gets confused by seeing the empty repository inside it or perhaps the empty repository not being exported properly because Subversion thinks that it is part of (rather than just simply stored in) the development repository.

AFAIK Subversion doesn't care about the names of files and directories
that it versions (with some probable corner cases -- e.g. I wouldn't
recommend trying to version a directory named ".svn").

tyler
Received on 2009-07-24 18:40:50 CEST

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.