Your message dated Tue, 27 Jun 2006 11:35:44 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350234: fixed in tla-load-dirs 1.0.29
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tla-load-dirs
Version: 1.0.28
Severity: normal
Tags: patch

tla-load-dirs doesn't support importing a first (base-0) revision,
while this is a useful feature. All it has to do is issue "tla import"
instead of "tla commit" then. Patch doing that included.

Steps to reproduce:

 tla archive-setup foo--bar--0
 tla init-tree foo--bar--0
 tla_load_dirs ~/quux/

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-amd64-k8-smp
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)

Versions of packages tla-load-dirs depends on:
ii  load-dirs-common              1.0.28     Common files for tla-load-dirs and
ii  python2.3                     2.3.5-9    An interactive high-level object-o
ii  tla                           1.3.3-3    arch revision control system

tla-load-dirs recommends no packages.

-- no debconf information
diff -uN --recursive tla-load-dirs-1.0.28/debian/changelog 
tla-load-dirs-1.0.28.0/debian/changelog
--- tla-load-dirs-1.0.28/debian/changelog       2005-09-06 17:14:58.000000000 
+0200
+++ tla-load-dirs-1.0.28.0/debian/changelog     2006-01-28 05:39:49.000000000 
+0100
@@ -1,3 +1,10 @@
+tla-load-dirs (1.0.28.0) unstable; urgency=low
+
+  * tla/baz: Do an import instead of a commit when the current
+    tree-version has no logs (closes: #TODO)
+
+ -- Lionel Elie Mamane <[EMAIL PROTECTED]>  Sat, 28 Jan 2006 05:39:49 +0100
+
 tla-load-dirs (1.0.28) unstable; urgency=low
 
   * Applied patch from Teemu Ikonen to support baz.  Closes: #322622.
diff -uN --recursive tla-load-dirs-1.0.28/tla_support/commandver.py 
tla-load-dirs-1.0.28.0/tla_support/commandver.py
--- tla-load-dirs-1.0.28/tla_support/commandver.py      2005-09-06 
17:14:58.000000000 +0200
+++ tla-load-dirs-1.0.28.0/tla_support/commandver.py    2006-01-28 
05:52:21.000000000 +0100
@@ -71,6 +71,7 @@
     update = 'update --in-place .'
     replay = 'replay --in-place .'
     commit = 'commit'
+    importcmd = 'import'
 
 class Tla11:
     tagging_method = 'id-tagging-method'
@@ -80,6 +81,7 @@
     update = 'update'
     replay = 'replay'
     commit = 'commit'
+    importcmd = 'import'
 
 class Tla13:
     tagging_method = 'id-tagging-method'
@@ -89,6 +91,7 @@
     update = 'update'
     replay = 'replay'
     commit = 'commit'
+    importcmd = 'import'
 
 class Baz14:
     tagging_method = 'id-tagging-method'
@@ -98,6 +101,7 @@
     update = 'update'
     replay = 'replay'
     commit = 'commit'    
+    importcmd = 'import'
 
 class Darcs:
     tagging_method = None
diff -uN --recursive tla-load-dirs-1.0.28/tla_support/tla_wc.py 
tla-load-dirs-1.0.28.0/tla_support/tla_wc.py
--- tla-load-dirs-1.0.28/tla_support/tla_wc.py  2005-09-06 17:14:58.000000000 
+0200
+++ tla-load-dirs-1.0.28.0/tla_support/tla_wc.py        2006-01-28 
05:54:40.000000000 +0100
@@ -146,7 +146,10 @@
                            "--logfile", self.logfn,
                            "--delete-logfile"])
         else:
-            util.chdircmd(self.wcpath, util.safeexec, tlacmd, [cmd().commit])
+            if len(util.chdircmd(self.wcpath, util.getstdoutsafeexec, tlacmd, 
['logs']))==0:
+                util.chdircmd(self.wcpath, util.safeexec, tlacmd, 
[cmd().importcmd])
+            else:
+                util.chdircmd(self.wcpath, util.safeexec, tlacmd, 
[cmd().commit])
         
     def slashstrip(self, *args):
         retval = []

--- End Message ---
--- Begin Message ---
Source: tla-load-dirs
Source-Version: 1.0.29

We believe that the bug you reported is fixed in the latest version of
tla-load-dirs, which is due to be installed in the Debian FTP archive:

baz-load-dirs_1.0.29_all.deb
  to pool/main/t/tla-load-dirs/baz-load-dirs_1.0.29_all.deb
darcs-load-dirs_1.0.29_all.deb
  to pool/main/t/tla-load-dirs/darcs-load-dirs_1.0.29_all.deb
load-dirs-common_1.0.29_all.deb
  to pool/main/t/tla-load-dirs/load-dirs-common_1.0.29_all.deb
svk-load-dirs_1.0.29_all.deb
  to pool/main/t/tla-load-dirs/svk-load-dirs_1.0.29_all.deb
tla-load-dirs_1.0.29.dsc
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.29.dsc
tla-load-dirs_1.0.29.tar.gz
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.29.tar.gz
tla-load-dirs_1.0.29_all.deb
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.29_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated tla-load-dirs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 17 Jun 2006 11:21:19 -0500
Source: tla-load-dirs
Binary: svk-load-dirs load-dirs-common tla-load-dirs darcs-load-dirs 
baz-load-dirs
Architecture: source all
Version: 1.0.29
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 baz-load-dirs - Import upstream archives into baz
 darcs-load-dirs - Import upstream archives into darcs
 load-dirs-common - Common files for tla-load-dirs and darcs-load-dirs
 svk-load-dirs - Import upstream archives into svk
 tla-load-dirs - Import upstream archives into tla/arch
Closes: 350234 360730
Changes: 
 tla-load-dirs (1.0.29) unstable; urgency=low
 .
   * Ack NMU.  Closes: #360730.
   * Do import instead of commit when the current tree-version has no logs.
     Patch from Lionel Elie Mamane.  Closes: #350234.
Files: 
 a78a32d584822b48b410dffddf679971 673 devel optional tla-load-dirs_1.0.29.dsc
 8ffd43a61df6ab2dc7b5985a7f1fda09 43237 devel optional 
tla-load-dirs_1.0.29.tar.gz
 b324c0a2450c7c921ad0119e6204d5e9 9982 devel optional 
tla-load-dirs_1.0.29_all.deb
 a8978cd725a409a31ae60c7e7a69fd96 10030 devel optional 
darcs-load-dirs_1.0.29_all.deb
 73c2e23693c905f72759f6baa7d7cdb3 9986 devel optional 
baz-load-dirs_1.0.29_all.deb
 5801496bdcf74f714b80bec3cd1db669 9970 devel optional 
svk-load-dirs_1.0.29_all.deb
 f0ebc24eb3b9685d98308048f823452c 13662 devel optional 
load-dirs-common_1.0.29_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFElDKJ3PeFtIodmh8RAmWKAKCfBe/8UyrZO4x/zY409MPsjnopcQCguqxo
F1l8NhxuwPkptwXklnLdRWk=
=ig4M
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to