RE: One repository per project or one to rule them all?
From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-06-28 15:45:41 CEST
Dale,
moving between projects is not that difficult, it's just not doable with the
Moving a certain folder from one repo to another can be done in two steps:
svnadmin dump /path/to/sourcerepo | svndumpfilter include
'dumpoffolder' contains the full history of that one folder, with all other
Only disadvantage is that all empty revisions are not filtered out, so
Lieven.
-----Original Message-----
> From: Ben Jackson [mailto:ben@incomumdesign.com]
Unless you absolutely never move code between the projects, use one
But why is the log a problem? If you do "svn log" on a directory that is
Dale
---------------------------------------------------------------------
-- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.5/32 - Release Date: 27/06/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.5/32 - Release Date: 27/06/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jun 28 15:49:55 2005 |
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.