cvs experts

FP

Diamond Member
Feb 24, 2005
4,568
0
0
let's say i have my main trunk (at revision 1.8) and one branch off of the main trunk (let's call it 1.3.3).

if i tag everything in the main trunk as FOO and then 'cvs update -r FOO' in the 1.3.3 branch what is the outcome?

do the version numbers of the files differ between the trunk and main branch afterwards?

edit: i would try it myself but don't have access to a machine with cvs on it atm.