Tagged Questions

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

learn more… | top users | synonyms (1)

32
votes
14answers
3k views

Why do people use tarballs?

As a primarily Windows developer, perhaps I'm missing something cultural in the Linux community, but it has always confused me when downloading something that the files are first put into a .tar ...
16
votes
5answers
5k views

How to combine several C/C++ libraries into one?

I'm tired of adding ten link libraries into my project, or requiring eight of them to use my own. I'd like to take existing libraries like libpng.a, libz.a, libjpeg.a, and combine them into one single ...
15
votes
1answer
1k views

XCode 4 Archiving Error: one or more PCH files were found, but they were invalid

Documenting an odd XCode 4 Error here for future reference: "one or more PCH files were found, but they were invalid" Cleaning does not fix the issue, you need to clean the Build Folder by holding ...
14
votes
7answers
3k views

Compression formats with good support for random access within archives?

This is similar to a previous question, but the answers there don't satisfy my needs and my question is slightly different: I currently use gzip compression for some very large files which contain ...
14
votes
6answers
12k views

How do I extract a tar file in Java?

How do I extract a tar (or tar.gz, or tar.bz2) file in Java?
13
votes
7answers
13k views

Zip folder in C#

What is an example (simple code) of how to zip a folder in C#? Update: I do not see namespace ICSharpCode. I downloaded ICSharpCode.SharpZipLib.dll but I do not know where to copy that DLL file. ...
12
votes
3answers
4k views

Archive does not appear in xcode4 organizer

I am trying to submit an app to iTunes using the new xcode4. I followed the apple instructions but after doing product> archive, I still do not see anything in my organizer. Can anyone help?
12
votes
5answers
7k views

Problem importing Android project archives into Eclipse

My apologies if this is a stupid newbie question... I'm using Eclipse (Helios release) and have the Android SDK all configured as per the developer.android.com recommendations. I can create and run ...
12
votes
2answers
4k views

Git : How to get a snapshot of a git repository

I'm looking for the right way to get an archive of a git repository without the .git/ directory in order to send a daily snapshot to testers.
12
votes
6answers
2k views

What's the best “file format” for saving complete web pages (images, etc.) in a single archive?

I'm working on a project which stores single images and text files in one place, like a time capsule. Now, most every project can be saved as one file, like DOC, PPT, and ODF. But complete web pages ...
10
votes
1answer
1k views

xcode4 archive/ipa problem [closed]

Possible Duplicate: Xcode 4 Archive Version Unspecified Hi, I'm archiving an application for iPad adhoc deployment but when I try to share the archive, the option for ipa construction is ...
10
votes
3answers
1k views

Can we import .apparchive bundles in Xcode 4

In Xcode 3, applications were archived in .apparchive folders. In Xcode 4, applications are now archived in an .xcarchive bundle. Is there a way to convert .apparchive folders in .xcarchive bundles ...
9
votes
6answers
8k views

Shell command to tar directory excluding certain files/folders

Is there a simple shell command/script that supports excluding certain files/folders from being archived? I have a directory that need to be archived with a sub directory that has a number of very ...
9
votes
6answers
13k views

How do I tar a directory of files and folders without including the directory itself?

I typically do: tar -czvf my_directory.tar my_directory What if I just want to include everything (including any hidden system files) in my_directory, but not the directory itself? I don't want: ...
6
votes
2answers
374 views

XCode 4 archive warning to skip copy phase

I have an app for the Mac that I am trying to archive. I have done this in the past with an earlier version of Xcode however when I archive with Xcode 4, I get the following warning: warning: ...
6
votes
6answers
376 views

Serve static files from archive

Is there a module for apache/nginx to serve static files from archive (zip, tgz, tbz …), so that if there is no file in specified location, then stated archive is asked for that file?
6
votes
2answers
346 views

Creating own implementation of Boost::Archive

I'm currently creating a concept which uses Boost::Serialization and which needs to implement its own Boost::Archive cause the data has to be serialized in a certain way. There is documentation about ...
6
votes
2answers
273 views

Only decompress a specific bzip2 block

Say I have a humongous bzip2 file (over 5GB), and say I want to decompress only block #x, because there is where my data is (block is different every time). How would I do this. I have thought about ...
6
votes
5answers
928 views

C/C++ Packing and Compression

I'm working on a commercial project that requires a couple of files to be bundled (packed) into an archive and then compressed. Right now we have zlib in our utility library, but it doesn't look like ...
6
votes
1answer
1k views

Pros and Cons of the MySQL Archive Storage Engine?

For a website I am developing, I am going to store user activity information (like Facebook) and HTTP requests to the server into a MySQL database. I was going to use InnoDB as the storage engine; ...
5
votes
3answers
215 views

Add files to a ZIP archive?

What component or method can be used to specify a list of filenames and then zip them into a single archive? I dont need advanced features or anything really, but if I could add some filenames to a ...
5
votes
2answers
3k views

Archive the artifacts in hudson / jenkins

Hi i am new to the world of continuous integration. could someone please explain to me the idea of artifacts in the build process ? i have the workspace directory where i check out the code to, ...
5
votes
1answer
2k views

Xcode 4 terms “Build for testing / Build for running / build for profiling / build for archiving ”

It would be great help if any one explain me in detail for the Xcode 4 terms Build for testiong Build for running Build for profiling Build for archiving I am little bit confused where to use which ...
5
votes
3answers
1k views

Import Android APK archive?

Can an Android APK archive be imported into another Android project and accessed the same way as a JAR archive can?
5
votes
6answers
2k views

TAR encode/decode library for iPhone (ideally cocoa)

Does anyone know of any library/code that will enable me to encode and decode .tar formatted data - that I can use in my iPhone project (preferably cocoa) Thanks in advance Craig UPDATE: I've taken ...
5
votes
6answers
3k views

How do you archive an entire website for offline viewing?

We actually have burned static/archived copies of our asp.net websites for customers many times. We have used WebZip until now but we have had endless problems with crashes, downloaded pages not ...
5
votes
4answers
529 views

Why would a TAR file be smaller than it’s contents?

I have a directory I’m archiving: $ du -sh oldcode 1400848 $ tar cf oldcode.tar oldcode So the directory is 1.4gb. The file is significantly smaller, though: $ ls -l oldcode.tar -rw-r--r-- 1 ieure ...
5
votes
2answers
8k views

How can I recover files from a corrupted .tar.gz archive?

I have a large number of files in a .tar.gz archive. Checking the file type with the command file SMS.tar.gz gives the response gzip compressed data - deflate method , max compression When I ...
4
votes
3answers
209 views

Xcode 4 archive not showing up in Organizer

When I go to archive my app, everything builds without error, but the archive doesnt show up in the Organizer, and the .xcarchive file is 0 bytes. I've looked at solutions all over the web and on ...
4
votes
1answer
57 views

HTTP: Pack all pictures into single archive on server and unpack on client-side

So, is it possible to create archive (/binary array?) ones on server side and then send it + run-time generated HTML page. I think it is. And wondering if there's any libraries for that. Client side ...
4
votes
2answers
510 views

“Command /usr/sbin/chown failed with exit code 1” when Archiving

I am trying to archive my first iOS 4.3 Application for iPhone and I always encounter this error: Command /usr/sbin/chown failed with exit code 1 I have searched through various forums, trying ...
4
votes
2answers
256 views

How can I add and remove files from an ISO image?

Are there any (preferably free) components or libraries that handle ISO files? In particular I would like to be able to add files and save to ISO, as well as extract the files from an ISO. I do not ...
4
votes
4answers
2k views

In LINUX determine if a .a library/archive 32-bit or 64-bit?

We distribute in Linux a static lib in both 64-bit and 32-bit versions. When troubleshooting a customer, I would like my diagnostic shell script to quickly eliminate the issue by checking the .a ...
4
votes
2answers
498 views

Where can I find “C/C++ Users Journal” code archive?

The articles can be found from Dr. Dobb's web site, but I can't find the links to the source code anywhere. I'm looking at this article in particular (http://www.drdobbs.com/cpp/184403758). Googling ...
4
votes
1answer
284 views

Edit .RAR file comments from python

Ok, I need to be able to edit the file comments in .rar files from python. I can already view the comments using UnRAR. However, I need to embed metadata in the files in a way that is preserved over ...
4
votes
4answers
495 views

How to extract a single file from a remote archive file?

Given URL of an archive (e.g. a zip file) Full name (including path) of a file inside that archive I'm looking for a way (preferably in Java) to create a local copy of that file, without ...
4
votes
4answers
296 views

Is there something like a Filestorage class to store files in?

Is there something like a class that might be used to store Files and directories in, just like the way Zip files might be used? Since I haven't found any "real" class to write Zip files (real class ...
4
votes
1answer
807 views

Archive/Unarchive UIWebView?

I would like to save the current state of an UIWebView to disk in IPhone SDK. I have a UIWebView that loads a website with lots of javascript , I would like to save the UIWebView state, maintaining ...
4
votes
4answers
4k views

Create .ipa for iPhone

I developed one application for iPhone. After I build I got .app file in build folder. My application name is Myapp, then i got Myapp.app file in the build folder. My problem is i want to create the ...
4
votes
4answers
2k views

Manipulate an Archive in memory with PHP (without creating a temporary file on disk)

I am trying to generate an archive on-the-fly in PHP and send it to the user immediately (without saving it). I figured that there would be no need to create a file on disk as the data I'm sending ...
4
votes
3answers
3k views

Decompress a Gzip archive in Java

I'm trying to decompress about 8000 files in gzip format in Java. My first try was to use GZIPInputStream but the performance was awful. Anyone know any alternative to decompress gzip archives? I ...
3
votes
2answers
62 views

need help on archives pages in wordpress

I want to build my own archives page that displays in the format that I want. I want to show all post title, order by month and year. It should look like this : December 2011 Post title 1 3 comments ...
3
votes
1answer
65 views

mysql truncate archive table

I have a table with the archive storage engine and I would like to clear it. Neither delete, nor truncate will work because of the engine definition. But is there any other way than dropping the whole ...
3
votes
2answers
705 views

Xcode 4.1 - Archiving app gives me Entitlments.plist error

I am using Xcode 4.1 and MacOSX Lion 10.7. I am trying to archive my Mac app so I can upload my app to iTunes connect but it gives me this error: ProcessProductPackaging ...
3
votes
3answers
5k views

xcode invalid archive in organizer

i get message during archive validation. i've tried most of solutions from other questions. but still failed. (It was ok when i submit it last time in xcode 4.02, then i get rejected. i edited some ...
3
votes
3answers
102 views

Archival filesystem or format

I'm looking for a file type for storing archives of systems that have been decomissioned. At the moment, we primarily use tar.gz, but finding and extracting just a few files from a 200GB tar.gz ...
3
votes
1answer
107 views

unraring/unzipping a file using python+django

I'm trying to write a distributable web app that will allow the user to upload a compressed archive (rar or zip), extract it on the server side, then do something else with the files. Is there a ...
3
votes
1answer
434 views

Xcode 4 - Linking error when archiving application

We have been using Xcode 4 and LLVM 2.0 for a couple of months now and after finishing a huge update to our application we thought we would send it off to Apple. What we couldn't imagine however, was ...
3
votes
1answer
183 views

Java, Archives, Linux & Cyrillic

I try to write an archiver in java, that creates TAR or ZIP archives, with correctly cyrillic file names, then it opened in linux. In windows I use org.apache.tools.zip, from ant: ...
3
votes
1answer
33 views

Extracting user uploaded archives without exposing to ZipBombs?

My question is simple: how do I make sure (or prevent) a user from uploading an archive that upon extraction fills the entire disc space (a so-called ZipBomb)? I am using PHP.

1 2 3 4 5 9