Activity log for bug #82483

Date Who What changed Old value New value Message
2007-01-31 15:43:03 David Allouche bug added bug
2007-01-31 15:44:30 David Allouche launchpad-cscvs: status Unconfirmed Confirmed
2007-01-31 15:44:30 David Allouche launchpad-cscvs: importance Undecided Medium
2007-01-31 15:44:30 David Allouche launchpad-cscvs: statusexplanation I plan to fix this using the, currently in progress, custom bindings to libsvn using Pyrex. So cscvs will drop the dependency on pysvn and deal directly with libsvn.
2007-01-31 16:28:08 David Allouche title svn_oo.WorkingTree.update does not ignore externals svn_oo.WorkingTree.update does not ignore svn:externals
2007-01-31 16:28:21 David Allouche description In python-svn 1.4.2+dfsg-0.1ubuntu2, pysvn.Client.update() appears to ignore its ignore_externals parameter, and adds missing externals. Cscvs uses this method in svn_oo.WorkingTree.update. The observable result is that, on affected systems, svn_oo.WorkingTree.update does not ignore externals. So if an imported branch uses externals, and its checkout is updated with svn_oo.WorkingTree.update, then it will fail the validation cross-check. In python-svn 1.4.2+dfsg-0.1ubuntu2, pysvn.Client.update() appears to ignore its ignore_externals parameter, and adds missing externals. Cscvs uses this method in svn_oo.WorkingTree.update. The observable result is that, on affected systems, svn_oo.WorkingTree.update does not ignore externals. So if an imported branch uses externals, and its checkout is updated with svn_oo.WorkingTree.update, then it will fail the validation cross-check. Related to bug 69513.
2009-10-09 00:16:43 Curtis Hovey tags tech-debt
2010-03-07 21:27:28 Michael Hudson-Doyle tags tech-debt svn tech-debt
2011-09-21 22:49:39 Robert Collins launchpad-cscvs: importance Medium Low