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

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

[Gnu-arch-users] [BUG] inconsistent handling of .id for non-source files


From: Aaron Bentley
Subject: [Gnu-arch-users] [BUG] inconsistent handling of .id for non-source files
Date: Thu, 22 Apr 2004 10:47:32 -0400
User-agent: Mozilla Thunderbird 0.5 (X11/20040309)

Non-source files are permitted to have explicit ids, but deleted files are not. However, tla treats the conversion of a file from source to non-source as a deletion.

$ tla get baz baz
$ cd baz
$ touch foobar
$ tla add-id foobar
$ tla commit -s "added foobar"
$ echo "precious foobar" >> .arch-inventory
$ tla commit -s "made foobar precious"
$ cd ..
$ rm -Rf baz
$ tla get baz
$ cd baz
$ tla tree-lint


Solutions:
- Don't permit ids for non-source files
- Don't delete files when they become non-source

Aaron

--
Aaron Bentley
Director of Technology
Panometrics, Inc.




reply via email to

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