CVSROOT Conversion

John Arbash Meinel john at arbash-meinel.com
Wed Jan 2 19:41:43 GMT 2008


Kevin Light wrote:
> ----- "Tom Browder" <tom.browder at gmail.com> wrote:
>> On 1/2/08, John Arbash Meinel <john at arbash-meinel.com> wrote:
>>> Tom Browder wrote:

...

>> So all I can do is get the whole repository?  Isn't there some way to
>> get just the one module?  If not, I can see where I should import
>> each
>> module separately, perhaps into a single directory where all my
>> shared
>> repositories will be found.
> 
> Couldn't the split command be used to break the repository apart into the original CVS modules?
> 
> Kevin
> 
> 

That is possible, though then when you: bzr branch some/module you end
up getting the history of the whole repository along with the history of
just that module.

You will only create the files for that module in the working tree, and
going forward it will only track the new changes to the small set of
files. The history still shows when the project was one-big-project though.

John
=:->



More information about the bazaar mailing list