[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Injecting Jay's perl packages in SVN



On Sat, 01 Dec 2007 13:47:38 +0100, Vincent Danjean wrote:

> Most packages are injected but I had some conflicts :
> - libimager-perl
> - libmodule-build-perl
> - libxml-sax-perl
> They fail with the following error (example with the libmodule-build-perl package):

>  mv Module-Build-0.2808 current
>   svn -q import -m [svn-inject] Installing original source of libmodule-build-perl branches/upstream/libmodule-build-perl svn+ssh://vdanjean@svn.debian.org/svn/pkg-perl/branches/upstream/libmodule-build-perl
>   svn: Le fichier existe déjà : système de fichiers '/svn/pkg-perl/db', transaction '10250-1', chemin '/branches/upstream/libmodule-build-perl/current'
>   Command  svn -q import -m [svn-inject] Installing original source of libmodule-build-perl branches/upstream/libmodule-build-perl svn+ssh://vdanjean@svn.debian.org/svn/pkg-perl/branches/upstream/libmodule-build-perl failed in <unknown>, how to continue now? [Qri?]: q
>   Aborting.
 
> As I'm not sure about what to be done for these cases (does the SVN already has the
> upstream version, it is a error in the SVN, ... ?), 

If my knowledge of French doesn't deceive me "Le fichier existe déjà"
means "The file already exists" :)

$ svn ls svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libmodule-build-perl
0.26/
0.2808/
current/

If I remember correctly these three modules were already in our repo
(for NMU purposes), i.e. they might have been deleted from trunk but
the upstream branch seems to still exist. Or they are still here ...

Let's check:

$ for p in libimager-perl libmodule-build-perl libxml-sax-perl; do echo "=== $p - trunk ==="; svn ls svn+ssh://svn.debian.org/svn/pkg-perl/trunk/$p; echo "=== $p - upstream ==="; svn ls svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/$p; done
=== libimager-perl - trunk ===
svn: URL 'svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libimager-perl' non-existent in that revision
=== libimager-perl - upstream ===
0.50/
0.54/
0.56/
0.57/
0.58/
0.59/
0.60/
current/
=== libmodule-build-perl - trunk ===
Build.PL
Changes
INSTALL
MANIFEST
META.yml
Makefile.PL
README
SIGNATURE
contrib/
debian/
lib/
scripts/
t/
 === libmodule-build-perl - upstream ===
0.26/
0.2808/
current/
=== libxml-sax-perl - trunk ===
Changes
LICENSE
MANIFEST
META.yml
Makefile.PL
README
SAX/
SAX.pm
XML-SAX-Base/
debian/
examples/
t/
testfiles/
=== libxml-sax-perl - upstream ===
0.14/
current/


Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: The Dubliners: The old triangle

Attachment: signature.asc
Description: Digital signature


Reply to: