Retrieve a specific file from some revision.

Adrian Wilkins adrian.wilkins at gmail.com
Wed Mar 17 00:30:18 GMT 2010


On 16/03/10 21:50, Harry Putnam <reader at newsguy.com> wrote:
> Retrieve a specific file from some revision.
>    
bzr cat -r 23 <HOST>/etc/hosts > ~/hosts_HOST_r23


git show HOST@{23}:etc/hosts > ~/hosts_HOST_23

Each would produce the 23rd sequential revision on branch HOST.








More information about the bazaar mailing list