bug-gnu-arch
[Top][All Lists]
Advanced

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

[Bug-gnu-arch] [bug #13261] double tag on FC3


From: anonymous
Subject: [Bug-gnu-arch] [bug #13261] double tag on FC3
Date: Wed, 1 Jun 2005 17:19:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13261>

                 Summary: double tag on FC3
                 Project: GNU arch -- a revision control system
            Submitted by: None
            Submitted on: Wed 06/01/2005 at 13:19
                Category: tla
                Severity: 3 - Normal
              Item Group: bug
                  Status: None
                 Privacy: Public
             Open/Closed: Open
                 Release: tla-1.3.2
           Fixed Release: 
          Merge Request?: None
       Your Archive Name: 
   Your Archive Location: 
             Assigned to: None

    _______________________________________________________

Details:

I found a problem after updating to tla-1.3.2.  The commands below show the
continuation branch c twice.  It seems this only happens on Fedora Core3 (two
machines tested) but not on Fedora Core 2 (one machine tested).

address@hidden
  a
    a--b
      a--b--1.0
        base-0

  c
    c--d
      c--d--1.0
        base-0 .. patch-1

      c--d--2.0
        base-0

  c
    c--d
      c--d--1.0
        base-0 .. patch-1

      c--d--2.0
        base-0

I also found tla making both a base-0 and patch-1 for the continuation branch
on occasion.  I can't show the actual output, but something like this:

      c--d--2.0

        base-0   (tag revision of address@hidden/c--d--1.0--patch-1)
          2005-05-31 20:53:35 GMT      geoff <address@hidden>
          tag of address@hidden/c--d--1.0--patch-1

        patch-1   (tag revision of address@hidden/c--d--1.0--patch-1)
          2005-05-31 20:53:35 GMT      geoff <address@hidden>
          tag of address@hidden/c--d--1.0--patch-1

-Geoff

-------------------
#!/bin/sh

rm -rf [ac]--*
rm -rf tmp
rm -rf ~/archives/address@hidden
tla register-archive -d address@hidden

tla make-archive address@hidden ~/archives/address@hidden
tla archive-setup -A address@hidden a--b--1.0
mkdir tmp
cd tmp
tla init-tree -A address@hidden a--b--1.0
touch abc
tla-update-ids
tla import -A address@hidden -s "a--b--1.0."
tla abrowse address@hidden
cd ..

tla archive-setup -A address@hidden c--d--1.0
tla abrowse address@hidden
tla tag -A address@hidden a--b--1.0 c--d--1.0
tla abrowse address@hidden
tla get -A address@hidden c--d--1.0 c--d--1.0
cd c--d--1.0
touch efg
tla-update-ids
tla commit --strict -A address@hidden -s "Import c--d--1.0."
tla abrowse address@hidden
cd ..

tla archive-setup -A address@hidden c--d--2.0
tla abrowse address@hidden
tla tag -A address@hidden c--d--1.0 c--d--2.0
tla abrowse address@hidden

-EOF







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13261>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]