Mathieu Malaterre wrote: > I am trying to upload one of my package, as usual I am using: > svn-pdebuild-final, where: [..] > However it fails today with: > > $ svn-pdebuild-final > Complete layout information: > > buildArea=/home/mathieu/debian/debian-med/trunk/packages/pylibtiff/build-area [snip] > ... > Failed, assuming non-existent directory...Looking in SVN for: > Repository lookup, probing > 'svn+ssh://[email protected]/svn/debian-med/trunk/packages/pylibtiff/tags' [snip] > Failed, assuming non-existent directory...Exit request sent.
svn-bp clearly states what's wrong. There is no tags directory. Because you did not specify tagsUrl it tries various layouts searching for this directory. It cannot find it, so it fails. Acording to the debian-med layout you have to: svn mkdir \ svn+ssh://svn.debian.org/svn/debian-med/trunk/packages/pylibtiff/tags Regards, Daniel -- NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! Jetzt informieren: http://www.gmx.net/de/go/freephone -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

