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

RE: Repository Directory Tree

From: Allen Williams <aladdin_at_csunv.com>
Date: Tue, 7 Sep 2010 07:24:21 -0400

I *think* that proj1/2/3 are separate projects inside one repository, but
none of those distinctions were very clear to me (I DID read the manual,
cover to cover). I certainly understand the concept of the equivalence
between a directory and project (I think), but, to me, anyway, it's not
clear the distinction between a repository and further directory structure.

But now my memory returns: I only created ONE repository, so all those are
projects under that repository.

Thanks for the response!

Allen

-----Original Message-----
From: Giulio Troccoli [mailto:Giulio.Troccoli_at_uk.linedata.com]
Sent: Monday, September 06, 2010 10:39 AM
To: anw-dist_at_infoisland.net; users_at_subversion.apache.org
Subject: RE: Repository Directory Tree

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

________________________________

        From: Allen Williams [mailto:anw_at_csunv.com]
        Sent: 06 September 2010 15:28
        To: users_at_subversion.apache.org
        Subject: Fwd: Repository Directory Tree

        I send this email out about once a month or so in what is becoming
the vain hope I'll get a response...

        My subversion repository is in /var/svn. Somehow (and, yes, I'm new;
I'm evaluating it), I've wound up with the following directory structure in
my subversion repository:

        /var/svn/
        var/svn/proj1
        var/svn/proj2
        var/svn/proj3.

        In other words, to do a list of the repositories, I have to do:

        svn listfile:///var/svn/var/svn

        to get my projects listed.

        I've tried to do an svnadmin dump and load with --parent-dir, and
that
        didn't work. This was the command line sequence after I had made a
copy
        of the repository in /var/svn.sav:

        svnadmin dump /var/svn.sav> old_repos
        rm -r/var/svn/*
        svnadmin create /var/svn
        svnadmin load --parent-dir / /var/svn< old_repos

        But, even though I had parent-dir as / (to try to eliminate one of
the
        /var/svn's), I still got /var/svn/var/svn/projects.

        What is the way to do this?

        TIA,
        Allen

Is /var/svn one repository and proj1/2/3 directories inside it? or are
proj1/2/3 three separate repositories? How did you create you repository or
repositories?
Received on 2010-09-07 13:36:32 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.