On Fri, Apr 2, 2010 at 20:22, Vikrama Sanjeeva <viki.sanje...@gmail.com> wrote:
> Hi all,
>
> Suppose If I have project A and project B in a same repository then project
> B's version will change every time project A has something committed to it,
> even if no work is being done in project B ?

Individual items do not have "a version" in Subversion. Think of it in
reverse - what's the state of the item at revision 123? Every commit
will increase the global revision number (think of it as a timestamp),
but the last changed revision of B will remain unchanged until you
commit a change to B.

Reply via email to