RE: re-organizing a repository
From: Parrish, Ken <KParrish_at_gomez.com>
Date: Tue, 6 Oct 2009 16:12:00 -0400
I'd recommend moving your files using Subversion commands. That way you'll keep the history.
If you are using a Subversion client like TortoiseSVN, I strongly recommend doing this type of reorganization directly in the repository browser or equivalent tool that acts directly on the repository. Moving large directories around and managing a working directory at the same time can be really cumbersome and slow-also prone to errors. Better to do the reorganization directly to the repository and then either checkout fresh, or do the update on your working directory in a single pass.
If you're using the SVN command, I believe you'll get the same effect using URLs instead of local working directories.
KRP
From: Jeremy Mordkoff [mailto:jlm_at_ZeeVee.Com]
Right now, I have a repository organized like this:
Zcode
I would like to make one component a peer of zcode, e.g.
Zcode
this component has 10,000 files in 4000 directories. Is just doing an svn mv feasible? How about an svn copy instead? Is there a better way, with or without history?
JLM
Jeremy Mordkoff
------------------------------------------------------
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.