version control - How to get a snapshot of old code with bitbucket? -


i use bitbucket vcs , i'd know how old versions of project. can browse changesets don't know how complete version snapshot of project how last thursday , not individual changesets. how can done? i've used github , function.

bitbucket not vcs (nor github). host clone of dvcs.

the easiest/best way ask use local clone (or make new one, see hg clone) , use hg update (or whatever) whatever version want. (see hg update.)

for people outside project, if don't want use dvcs directly reason, can use bitbucket's project download pages download tar-ball or zip file of tip or tag or branch.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -