Diff for "VcsImportRequests"

Not logged in - Log In / Register

Differences between revisions 44 and 47 (spanning 3 versions)
Revision 44 as of 2006-09-14 13:38:35
Size: 9958
Editor: nor75-18-82-241-238-155
Comment: norfellocmms failure
Revision 47 as of 2006-09-29 16:04:15
Size: 10783
Editor: nor75-18-82-241-238-155
Comment: elgg import failure
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * [https://launchpad.net/people/jr Riddel]: https://launchpad.net/products/ubuntu-doc/trunk [[BR]] https://docteam.ubuntu.com/repos/trunk [[BR]] [[[Date(2006-09-22T13:56:13Z)]]]
Line 66: Line 67:
 * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/puppet/trunk [[BR]] http://reductivelabs.com/svn/puppet/trunk [[[Date(2006-07-18T22:47:35Z)]]]  * [https://launchpad.net/people/jaq-spacepants jaq]: https://launchpad.net/products/puppet/trunk [[BR]] http://reductivelabs.com/svn/puppet/trunk [[BR]] [[[Date(2006-07-18T22:47:35Z)]]]
Line 68: Line 69:

 * nobody: https://launchpad.net/products/tmw/trunk [[BR]] https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk [[BR]] [[[Date(2006-09-29T15:57:33Z)]]]
   * On changeset 2201 [[BR]] RuntimeError: file ChangeLog not present in tree /srv/importd.ubuntu.com/botslave/series-00001478/bzrworking, log {'action': 'M', 'path': u'/tmw/trunk/ChangeLog', 'copyfrom_path': None, 'copyfrom_revision': None}
Line 116: Line 120:
   * On changeset 16118: [[BR]]
  
pysvn._pysvn.ClientError: File not found: revision 16117, path '/trunk/installer/build/config/amd64'
   * On changeset 16118: [[BR]] pysvn._pysvn.ClientError: File not found: revision 16117, path '/trunk/installer/build/config/amd64'
Line 121: Line 124:
   * On changeset 19199: [[BR]]
  
pysvn._pysvn.ClientError: File not found: revision 19198, path '/trunk/packages/lowmem/debian-installer-startup.d'
   * On changeset 19199: [[BR]] pysvn._pysvn.ClientError: File not found: revision 19198, path '/trunk/packages/lowmem/debian-installer-startup.d'
Line 126: Line 128:
   * On changeset 19021: [[BR]]
   pysvn._pysvn.ClientError: File not found: revision 19020, path '/trunk/packages/partman/partman-auto/recipes-mipsel-sb1-swarm-bn'
   * On changeset 19021: [[BR]] pysvn._pysvn.ClientError: File not found: revision 19020, path '/trunk/packages/partman/partman-auto/recipes-mipsel-sb1-swarm-bn'

 * nobody: https://launchpad.net/products/elgg/trunk [[BR]] svn://elgg.net/elgg/devel [[BR]] [[[Date(2006-09-29T16:04:15Z)]]]
   * On changeset 421: [[BR]] pysvn._pysvn.ClientError: File not found: revision 420, path '/devel/lib/phpthumb'

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)