First, let me just make sure this group is the general question/discussion group for the versioning tool `bazaar' on the web at: http://bazaar.canonical.com/en/ I asked this question on a mercurial group too. Probably should have just crossposted so as not to have two different messgae-ids involved. I have done that with this post on bazarre-ng and git groups. I'm not just jerking around but want to know how this would be done. Just reading docu doesn't usually really help me until wade into something but this time I want to choose a versioning tool that I can readily do things I've learned to rely on. Reprint: ------- --------- ---=--- --------- -------- I've never used any versioning tool but cvs. Something I do often with cvs is retrieve a previous state of a single file.. Say I wanted to use the hosts file as it was at revision 1.23. Not just a diff, but the actual file. (I would) cd cvsrepo cvs update -p -r1.23 <HOST>/etc/hosts > ~/hosts_HOST_r1.23 Would create the file as it was at rev. 1.23 for host HOST. How would I do that in bazaar/git? (which ever newsgroup this is on) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html