Listing "projects" in a svn repository
From: Geir Engebakken <geir.engebakken_at_edb.com>
Date: Mon, 16 Feb 2009 11:04:58 +0100
We have a large svn repository with "projects" defined in various directory levels. One structure that is inposed on the projects is that every project should have trunk/branches and tags as subdirectories.
Now I want to get a list of all the projects. I guess this will work :
svn ls URL --depth=infinity | grep branches
Any other way to get the same info without having to traverse the entire repository?
Geir
________________________________
I have got a dump file that contains about 1000 empty revisions ( with log message "This is an empty revision for padding").
I understand that this comes from dumping a repository and filtering it with dumpfilter. I have not got access to the old repository, but I would like to remove these empty revisions before loading the dump into the repository. I have tried to filter it through svndumpfilter with --drop-empty-revs, but this seems only to work if the dumpfilter is creating empty revisions, and not affecting already empty revisions. Anybody has an idea of how to get rid of these?
Geir
------------------------------------------------------
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.