bugGNU arch -- a revision control system - Bugs: bug #13261, double tag on FC3

 
 

bug #13261: double tag on FC3

Submitter:  None
Submitted:  Wed 01 Jun 2005 05:19:22 PM UTC
   
 
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
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 May 2008 09:20:03 PM UTC, comment #3: 

http://groups.google.us/group/jou-tubex
Here You Will Find The Web's Best Ever Sex Blog With Loads Of Free Porn Videos Updated Daily.
http://groups.google.us/group/animalporn-tube
They actually look at different directories using the same path.
danwalsh.
http://groups.google.us/group/animal-sex-tubex
2007-12-03 12:14 am UTC (link) Track This
So user a looking at /tmp see's a different directory then user b looking at /tmp.

Anonymous
Wed 01 Jun 2005 08:07:24 PM UTC, comment #2: 

With more testing, I found that the bug is seen on FC2, it just seemed to happen after more tags are created.

-Geoff

Geoff Levand <geoff_levand>
Wed 01 Jun 2005 05:36:17 PM UTC, comment #1: 

I did a bit more testing.  If you do commits on the FC2 machine and use 'tla abrowse' on FC3 things are OK.  The other way around, and the double tag is seem on the FC2 machine, so it seems the problem is in the creation of archive entries.

-Geoff

Geoff Levand <geoff_levand>
Wed 01 Jun 2005 05:19:22 PM UTC, original submission:  

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).

test@1
  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 test@1/c--d--1.0--patch-1)
          2005-05-31 20:53:35 GMT      geoff <geoff@x.com>
          tag of test@1/c--d--1.0--patch-1

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

-Geoff

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

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

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

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

tla archive-setup -A test@1 c--d--2.0
tla abrowse test@1
tla tag -A test@1 c--d--1.0 c--d--2.0
tla abrowse test@1

-EOF

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code