RE: Listing "projects" in a svn repository
From: Geir Engebakken <geir.engebakken_at_edb.com>
Date: Tue, 17 Feb 2009 15:53:25 +0100
Right, that is what I suggested, but one such script is shown, buyt this takes for ages to run, I thought maybe one could do something smarter, like recurse 10 levels down for instance, and not needing to traverse the entire repository, as we have a limit on 2-3 directory levels.
Geir
-----Original Message-----
On Feb 16, 2009, at 04:04, Geir Engebakken wrote:
> We have a large svn repository with "projects" defined in various
Subversion doesn't know anything about a "project"; it's just files and directories to Subversion. So if you have a complicated structure of where your projects are (i.e. they're not simply every top-level directory of the repository), then you'll have to write a script to find them.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.