Okay. I will be much familiar with bazaar :).<br><br>Thanks,<br><br>Yilmaz Eyidogan<br><br><div class="gmail_quote">2010/2/11 Alexander Belchenko <span dir="ltr"><<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">YILMAZ EYIDOGAN пишет:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Alexander,<br>
Bazaar -> Start -> Branch helped me to return back to old revision temporarily.<br>
<br>
What is checkout ( Bazaar -> Start -> Checkout )? Also, this option helped me to return old revisions.<br>
</blockquote>
<br></div>
Checkout means that you have a master branch somewhere (usually on<br>
central server) where all history kept, and you have working files of<br>
this branch on your computer. Working files corresponding to the this<br>
master branch is called "checkout". Sometimes this is also called<br>
"working copy".<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What is difference between Branch and Checkout commands.<br>
</blockquote>
<br></div>
Branch is a standalone copy of your project history, it's including the<br>
history and working tree.<br>
<br>
Checkout is often just working tree of another branch.<br>
<br>
So, while using checkout several people can work together on the same<br>
branch, sharing history via central server. This is very close to the<br>
way how SVN works.<br>
<br>
For personal usage I'd recommend to use branch, until you will become<br>
more familiar with bzr.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thank you for your helps,<br>
(I am a new user of Bazaar and Revision Control)<br>
</blockquote>
<br></div>
Please, read the tutorial, it's very good and easy to understand:<br>
<a href="http://doc.bazaar.canonical.com/bzr.2.1/en/tutorials/tutorial.html" target="_blank">http://doc.bazaar.canonical.com/bzr.2.1/en/tutorials/tutorial.html</a><br>
<br>
<br>
<br>
</blockquote></div><br>