mercurial - How to tag a certain folder in my source tree? -


i using mercurial command line , can't find out how tag folder. source repository consists different libraries i'd tag them separately.
mistakenly tagged whole source tree, i'd know how erase tag before create new tag.

as lasse states, can tag revision of entire repository in mercurial. in order tag different components in repository consider using mercurial subrepositories. subrepositories allow treat individual components (what calling libraries) independent repositories, , pull them single, functional unit.

in terms of bitbucket's limitation on private repos - consider making of them public, or placing main repository on local machine or server if you're concerned exposing source publicly. if you're interested in hosting yourself, redmine free tool allow serve many repos want.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -