Re: [Aegis-developers] aegis gets confused when renaming files
Walter Franzini <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <[email protected]> |
[cc-ing aegis-users since it may be helpful for others] Stefan Fritsch <[email protected]> writes: > Hi, Hi, > > I have some more problems with aecp -ind -delta and renamed/removed > files. I have created a reproducer which is attached. Thanks for the report and for the scripts. [...] > Maybe this one is related > http://sourceforge.net/tracker/?func=detail&aid=1712779&group_id=224&atid=100224 > but I am not sure. Yes it is possible, it seems a UUID clash. Let me try to explain my *suspects*: 1. in 1.1.C010 new_file f1 (with UUID1) new_file f3 (with UUID3) 2. close branch 1.1, now the baseline for 1 contains f1 with UUID1 f3 with UUID3 3. in 1.2.C010 remove_file f1 3. in 1.2.C011 the tricky part: rename f3 as f1 When you close 1.2.C011 the baseline for 1.2 will contain f1 with UUID3. Closing the 1.2 branch will result in the out-of date error since the uuid for f1 is UUID1 in 1.baseline and UUID3 in 1.2.baseline. Does it seems right to you? I'll try to figure how to solve the problem. ciao -- Walter Franzini http://aegis.stepbuild.org/ _______________________________________________ Aegis-users mailing list [email protected] http://lists.auug.org.au/listinfo/aegis-users
signature.asc
(application/pgp-signature, 196 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk0kTKcACgkQlqotV8s/60OsWQCgoMuo0Qxu5C42K0tt+HNI/rYy HJsAoOAGz0KkChbB1VzAzxRl6MepUomx =Ay14 -----END PGP SIGNATURE-----