Diff for "VcsImportRequests"

Not logged in - Log In / Register

Differences between revisions 22 and 24 (spanning 2 versions)
Revision 22 as of 2006-07-20 14:27:08
Size: 4792
Editor: nor75-18-82-241-238-155
Comment: update status
Revision 24 as of 2006-07-22 12:18:59
Size: 5275
Editor: nor75-18-82-241-238-155
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 * [https://launchpad.net/people/kamion kamion]: https://launchpad.net/products/iso-scan/main [[BR]]
   [[[Date(2006-06-28T10:07:28Z)]]]
 * [https://launchpad.net/people/kamion kamion]: https://launchpad.net/products/main-menu/main [[BR]]
   [[[Date(2006-06-29T09:24:51Z)]]]
 * [https://launchpad.net/people/siretart siretart]: https://launchpad.net/products/schroot/trunk [[BR]]
   [[[Date(2006-07-07T21:21:47Z)]]]

== Blocked on bzr-native ==

Imports that have failed and that will be tried again when the vcs-import system will do native bzr imports instead of using a baz branch as an intermediate step.

 * [https://launchpad.net/people/siretart siretart]: https://launchpad.net/products/xine-lib/head [[BR]]
   [[[Date(2006-06-12T13:52:22Z)]]] [[BR]]
   * On catalog rebuilding: AssertionError: no log found for changeset 5317 [[BR]]
   [https://launchpad.net/products/launchpad-bazaar/+bug/49398 bug 49398]

 * [https://launchpad.net/people/siretart siretart]: https://launchpad.net/products/mplayer/trunk [[BR]]
   [[[Date(2006-06-12T13:15:00Z)]]] [[BR]]
   * OSError: [Errno 12] Cannot allocate memory [[BR]]

== Better REPLACE support ==

Imports that have failed and that need better support for replaced files.

 * https://launchpad.net/products/wormux/0.7 [[BR]]
   [[[Date(2006-07-22T12:18:59Z)]]]
   * On changeset 865 [[BR]]
     change: action = 'R', old kind = <node_kind.dir>, new kind = <node_kind.dir> [[BR]]
     RuntimeError: only replacing a file by a file is implemented
Line 39: Line 57:
Imports that have failed, but whose cause of failure has not yet been ascertained. === Unsorted failures ===

Imports that have failed, for an unknown reasons, and whose failure do not fall in a clear group of similar failures.


=== Assertion is_canonical failed ===

Imports that failed early in the conversion, with only output:
{{{
python2.4: subversion/libsvn_subr/path.c:343: svn_path_remove_component: Assertion `is_canonical (path->data, path->len)' failed.
process killed by signal 6
}}}

 * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/puppet/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]] [[BR]]

 * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/facter/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]]

 * https://launchpad.net/products/gmpc/trunk [[BR]]
   [[[Date(2006-07-22T12:18:59Z)]]]

=== REPORT failed on path with bang ===

Imports that failed to do REPORT on a path with a bang. I do not know what that means, but there's clearly a pattern.
Line 56: Line 98:
 * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/puppet/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]] [[BR]]
   * python2.4: subversion/libsvn_subr/path.c:343: svn_path_remove_component: Assertion `is_canonical (path->data, path->len)' failed.
=== Tried to get inexistant previous revision ===
Line 60: Line 100:
 * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/facter/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]]
   * python2.4: subversion/libsvn_subr/path.c:343: svn_path_remove_component: Assertion `is_canonical (path->data, path->len)' failed.
Imports that failed on changeset N while trying to access revision N-1 for a file, because that file does not exist in revision N-1.
Line 78: Line 116:

== Blocked on bzr-native ==

Imports that have failed and that will be tried again when the vcs-import system will do native bzr imports instead of using a baz branch as an intermediate step.

 * [https://launchpad.net/people/siretart siretart]: https://launchpad.net/products/xine-lib/head [[BR]]
   [[[Date(2006-06-12T13:52:22Z)]]] [[BR]]
   * On catalog rebuilding: AssertionError: no log found for changeset 5317 [[BR]]
   [https://launchpad.net/products/launchpad-bazaar/+bug/49398 bug 49398]

 * [https://launchpad.net/people/siretart siretart]: https://launchpad.net/products/mplayer/trunk [[BR]]
   [[[Date(2006-06-12T13:15:00Z)]]] [[BR]]
   * OSError: [Errno 12] Cannot allocate memory [[BR]]

This page tracks requests for actions from the vcs-imports operator.

To request an import, please:

  • Create a product in Launchpad and set the source details to the CVS or Subversion repository you wish to have imported. In particular
  • Add a request on this page, with the name of your launchpad account so I can find your email.

Note that we only do imports of MAIN branches on CVS (the form will have to be updated to remove the "branch" field) and trunk branches on Subversion.

We will handle your request and keep you informed of progress or issues. You can contact the vcs-imports operator: ddaa in #launchpad on irc.freenode.net.

Template to request an import:

  • [@DATE@]


Open requests

Imports that need intervention from the vcs-imports operator.

In progress

Imports being processed.

Blocked on bzr-native

Imports that have failed and that will be tried again when the vcs-import system will do native bzr imports instead of using a baz branch as an intermediate step.

Better REPLACE support

Imports that have failed and that need better support for replaced files.

Unknown failures

Unsorted failures

Imports that have failed, for an unknown reasons, and whose failure do not fall in a clear group of similar failures.

Assertion is_canonical failed

Imports that failed early in the conversion, with only output:

python2.4: subversion/libsvn_subr/path.c:343: svn_path_remove_component: Assertion `is_canonical (path->data, path->len)' failed.
process killed by signal 6

REPORT failed on path with bang

Imports that failed to do REPORT on a path with a bang. I do not know what that means, but there's clearly a pattern.

Tried to get inexistant previous revision

Imports that failed on changeset N while trying to access revision N-1 for a file, because that file does not exist in revision N-1.

VcsImportRequests (last edited 2021-05-27 14:19:59 by cjwatson)