Branching a repository?

J. Bobby Lopez jbl at jbldata.com
Mon Jun 15 21:27:18 BST 2009


Is it possible to create branch of a shared repository?

For example, I create a shared repository:

bzr init-repo --trees /newrepo


now in '/newrepo', create branches from other projects:

cd /newrepo
bzr branch ../../../someproject1 ./someproject1
bzr branch ../../../someproject1 ./someproject1


Now what I want to do, is create a branch of this share repository somewhere
else:

cd /
bzr branch /newrepo /newrepo2 # <---- Is something like this possible?

Is it possible branch off an entire shared repository?


-- 
J. Bobby Lopez
Web: http://jbldata.com/
Twitter: http://www.twitter.com/jbobbylopez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090615/e21f8d7e/attachment.htm 


More information about the bazaar mailing list