Diff for "VcsImportRequests"

Not logged in - Log In / Register

Differences between revisions 31 and 38 (spanning 7 versions)
Revision 31 as of 2006-08-29 10:55:02
Size: 8978
Editor: nor75-18-82-241-238-155
Comment: puppet still fails, but for a different reason
Revision 38 as of 2006-08-31 15:32:23
Size: 9584
Editor: 203-59-178-78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:

== 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.
Line 37: Line 32:
   * On catalog rebuilding: AssertionError: no log found for changeset 5317 [[BR]]
   [https://launchpad.net/products/launchpad-bazaar/+bug/49398 bug 49398]
Line 40: Line 33:
 * [https://launchpad.net/people/jani janimo]: https://launchpad.net/products/xfwm4/trunk [[BR]]
   [[[Date(2006-07-22T12:37:17Z)]]]
   * On os.fork: OSError: [Errno 12] Cannot allocate memory
 * [https://launchpad.net/people/jaq-spacepants jaq]:  https://launchpad.net/products/facter/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]]
Line 69: Line 62:
 * [https://launchpad.net/people/katapult-dev katapult-dev]: https://launchpad.net/products/katapult/mainstream [[BR]] svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/katapult [[BR]] [[[Date(2006-08-28T15:43:43Z)]]]  * [https://launchpad.net/people/mez Mez]: https://launchpad.net/products/katapult/mainstream [[BR]] svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/katapult [[BR]] [[[Date(2006-08-28T15:43:43Z)]]]
Line 80: Line 73:
== Illegal file name ==
Line 81: Line 75:
== Non canonical repository path ==

[https://launchpad.net/bugs/56357 Bug 56357].

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/facter/trunk [[BR]]
   [[[Date(2006-07-18T22:47:35Z)]]]

 * https://launchpad.net/products/gmpc/trunk [[BR]]
   [[[Date(2006-07-22T12:18:59Z)]]]
 * nobody: https://launchpad.net/products/unixodbc/main [[BR]] :pserver:anonymous`@`unixodbc.cvs.sourceforge.net:/cvsroot/unixodbc unixODBC [[BR]] [[[Date(2006-08-29T11:27:45Z)]]]
   * on changeset MAIN.1 [[BR]] The branch contains a file named `odbctest/C:\IB6TRACE.LOG` (yes, starting with `C:\`!) [[BR]] in bzrlib.workingtree.WorkingTree.add [[BR]] bzrlib.errors.NotVersionedError: ['odbctest', 'C:'] is not versioned [[BR]]
Line 111: Line 91:
     * r29 appears to include a directory move of `trunk/epm/loaders` to `trunk/epm/backends`. The `/!svn/bc/28/trunk/epm/backends` path looks like it'd refer to "`trunk/epm/backends` in r28", which didn't exist.
Line 120: Line 101:

 * [https://launchpad.net/people/jani janimo]: https://launchpad.net/products/xfprint4/trunk [[BR]] http://svn.xfce.org/svn/xfce/xfprint/trunk [[BR]] [[[Date(2006-08-29T15:22:13Z)]]]
   * On changeset 19953: [[BR]] REPORT request failed on '/svn/xfce/!svn/bc/19952/xfprint/trunk/libxfprint' [[BR]] '/svn/xfce/!svn/bc/19952/xfprint/trunk/libxfprint' path not found

 * [https://launchpad.net/people/jani janimo]: https://launchpad.net/products/xfwm4/trunk [[BR]] http://svn.xfce.org/svn/xfce/xfwm4/trunk [[BR]] [[[Date(2006-07-22T12:37:17Z)]]]
   * On changeset 11057: [[BR]] pysvn._pysvn.ClientError: PROPFIND request failed on '/svn/xfce/!svn/vcc/default' [[BR]] PROPFIND of '/svn/xfce/!svn/vcc/default': could not connect to server (http://svn.xfce.org)
Line 149: Line 136:
   * On changeset changeset 5343:    * On changeset changeset 5343
Line 153: Line 140:

 * nobody: https://launchpad.net/products/gmpc/trunk [[BR]] https://svn.musicpd.org/gmpc/trunk [[BR]] [[[Date(2006-07-22T12:18:59Z)]]]
   * On changeset 533

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.

Better REPLACE support

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

Initial revision is a move

[https://launchpad.net/bugs/58029 Bug 58029].

It appears that when a svn branch is created by a move (copy + delete), the initial imported revision is empty, which causes a failure on the first revision that tries to modify a pre-existing file.

In the case of the katapult import (svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/katapult), the branch is created at revision 521764 by moving from /trunk/playground/utils/katapult:521763. The initial revision of the bzr import is an empty tree.

Illegal file name

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.

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.

Failed to fork, memory error

Some large imports fail to os.fork() (when spawning gpg to sign a revision) with "OSError: [Errno 12] Cannot allocate memory". It's not clear why that happen, since Linux should overcommit memory up to 50x (the value of /proc/sys/vm/overcommit_ratio) and allow large processes like cscvs to spawn small processes like gpg.

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