bugGNU arch -- a revision control system - Bugs: bug #5090, Bug#207244: tla: no "cvs...

 
 

bug #5090: Bug#207244: tla: no "cvs export" equivalent

Submitter:  Andrew Suffield <asuffield>
Submitted:  Fri 05 Sep 2003 11:28:58 PM UTC
   
 
Category:  tla Severity:  3 - Normal
Item Group:  small feature idea Status:  Fixed
Privacy:  Public Open/Closed:  Closed
Release:  1.0.6-2
Fixed Release:  1.3.4
Merge Request?:  None
Your Archive Name: 
Your Archive Location: 
Assigned to:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 Oct 2006 07:13:12 AM UTC, comment #4: 

feature implemented in tla 1.3.4

Andy Tai <atai>
Group administrator
Tue 14 Oct 2003 01:41:14 AM UTC, comment #3: 

As someone pointed out on the mailing list, you can use --both, if you also use the GNU tar --no-recursion option (which disables automatic descent into directories by tar -- that's exactly what you want in this case).

So, latest try:

tla inventory -sB | tar -cf - --no-recursion -T- | (mkdir MY-RELEASE; cd MY-RELEASE; tar xf -)

Miles Bader <miles>
Fri 10 Oct 2003 10:48:00 AM UTC, comment #2: 

Sorry miles, that doesn't quite work. Empty directories part of the source will not be included. And if you add --both to list directories too, then non-source files in source directories will be added too, even if inventory doesn't list them.

Invalid User ID <#21494>
Mon 08 Sep 2003 10:32:28 PM UTC, comment #1: 

How about:

   tla inventory -s | tar -cf - -T- | (mkdir MY-RELEASE; cd MY-RELEASE; tar xf -)

Miles Bader <miles>
Fri 05 Sep 2003 11:28:58 PM UTC, original submission:  

On Mon, Aug 25, 2003 at 11:14:06PM +0200, Roland Mas wrote:

> Package: tla
> Version: 1.0.6-2
> Severity: wishlist
>
> As discussed on IRC, I'd very much appreciate if there were either a
> tla subcommand to turn a working dir into some dir suitable for
> release with no version control metadata, or a tla subcommand to
> create such a dir, similar to "cvs export".
>
>   Thanks,
>
> Roland.


Andrew Suffield <asuffield>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by asuffield (Debian cross-reference)
  •  

    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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2006-10-05 atai Open/ClosedOpen Closed
    2006-10-05 atai StatusNone Fixed
        Fixed Release 1.3.4

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code