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
Hi Stefan,
Under what circumstances, would a commit increment the revision of a WC directory?
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/49b8bd16-0d0f-4957-8c87-b9891266c665%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Regards, Stefan Hett
Dear Stefan,
I understand what you explained. But my question is actually:
Q1. Can I commit a folder (not files), and thus rev up its revision?
Q2. What do you mean by "folder I changed"?- does adding a new file (bar2.txt) to /foo, change the folder? Or- does changing bar.txt, change the folder /foo?
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/85efb21a-02b7-4e7d-b777-07003851f361%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Regards, Stefan Hett