RE: Repository Directory Tree
From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Tue, 7 Sep 2010 13:19:53 +0100
>
Linedata Limited
-----Original Message-----
> From: Allen Williams [mailto:aladdin_at_csunv.com]
So /var/svn is a repository, created with svnadmin create /var/svn. The project where imported as var/svn/proj1, var/svn/proj2 and var/svn/proj3. So your projects do live in the var/svn directory in your repository (note there is no / at the beginning so I'm referring to the repository but a directory inside your repository).
I would do the following (presuming you're on unix or linux)
- check out the whole thing (it might be too big but maybe not)
- move the projects to the root of your repository
- commit
Done. Now to see a list of your projects 'svn list file:///var/svn' will be enough.
Giulio
|
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.