Hi, On 22/04/2018 17:17, swoo_quek via TortoiseSVN wrote: > Hi, > > I would like to know the difference between the different "Revision" > below? > > For the "demo" directory, in my local drive (right-click -> Properties > -> Subversion), the WC Revision is 3, and the Last Changed Revision is > 1. And in the Repo-Browser, its revision is 1 > > So which is which? > The revision row in your 1st screenshot shows the last revision that path was modified. cmt (or one of the children in cmt) was modified in revision 3 while the last modification to the demo path was in revision 1.
The Revision: HEAD in the repository describes which revision of the entire repository you are looking at. HEAD means you are looking at the "last/current" revision of the repository. You can change it to show an earlier revision (f.e. revision 1) to see how the repository looks/looked in that older revision. The working copy revision shown in screenshot 2 describes which revision your local working copy is at (revision 3 in your case). If someone else commits something to the repository, your working copy would still stay at revision 3 while the repository would then be at revision 4. If you update your working copy again, it will be updated to revision 4 then. Regards, Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/fe7c1aa4-33cc-674a-de6f-80358c16cd93%40gmx.de. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME Cryptographic Signature
