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

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

[Bug-gnu-arch] [bug #5090] Bug#207244: tla: no "cvs export" equivalent


From: nobody
Subject: [Bug-gnu-arch] [bug #5090] Bug#207244: tla: no "cvs export" equivalent
Date: Mon, 13 Oct 2003 21:41:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030922 Mozilla Firebird/0.6.1

=================== BUG #5090: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5090&group_id=4899

Changes by: Miles Bader <address@hidden>
Date: Tue 10/14/2003 at 10:41 (Asia/Tokyo)

------------------ Additional Follow-up Comments ----------------------------
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 -)





=================== BUG #5090: FULL BUG SNAPSHOT ===================


Submitted by: asuffield               Project: GNU arch -- a revision control 
system
Submitted on: Sat 09/06/2003 at 08:28
Category:  tla                        Severity:  5 - Major                  
Bug Group:  small feature idea        Resolution:  None                     
Status:  Open                         Release:  1.0.6-2                     
Fixed Release:                        Merge Request?:  None                 
Your Archive Name:                    Your Archive Location:                
Assigned to:  None                    

Summary:  Bug#207244: tla: no "cvs export" equivalent

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.



Follow-up Comments
*******************

-------------------------------------------------------
Date: Tue 10/14/2003 at 10:41       By: miles
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 -)



-------------------------------------------------------
Date: Fri 10/10/2003 at 19:48       By: stig
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.

-------------------------------------------------------
Date: Tue 09/09/2003 at 07:32       By: miles
How about:



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




CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden              | Debian cross-reference



No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5090&group_id=4899

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





reply via email to

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