version control - Split a PlasticSCM repository into multiple repositories -



version control - Split a PlasticSCM repository into multiple repositories -

our default plastic repository has grown pretty large. bloated lot of files unrelated, , not need versioned together. in hindsight default repository should have been created several separate repositories.

i'd break default repository smaller chunks, don't want lose of file history moving files empty new repositories. what's best way accomplish this?

you can choosing of next approaches depending on needs:

replicate original repository many times repositories want split. then, delete each replicated repository content not maintain on it. doing you'll preserve file history, database size not decrease.

of course of study can create new repositories , add together desired content new repositories. new repository, db size much smaller.

you need decide between big databases preserving history or fresh databases without file history.

version-control repository plasticscm

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -