Bo Chen wrote on Wed, Apr 24, 2013 at 12:22:22 -0400:
> File B's initial version B1 is in revision 2, rather than revision 1,
> similarly for file C, whose initial version C1 is in revision 3, rather
> than revision 1. My question is, is there an API in subversion, which can
> find out the revision
I want to use a simple example to describe my question.
Version 1 has 1 file: A1
I change A1 to A2, and add B1, generate revision 2: A2, B1
change A2 to A3, change B1 to B2, add C1, generate revision 3: A3, B2, C1
Change A3 to A4, change B2 to B3, change C1 to C2, generate revision 4: A4,
B3, C
2 matches
Mail list logo