News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

BerliOS, patches and binary files

Started by MortenMacFly, April 24, 2006, 07:26:04 PM

Previous topic - Next topic

MortenMacFly

Dear all,
I've got a question: The BerliOS patch submission does not work if I want to provide images (binary files), too. This is the case for e.g. new project wizards (I've got quite some in the pipeline) which include at least two images. Unfortunately ZIP files aren't supported as well. How am I supposed to provide a patch with binaries included? Any ideas?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

PsYhLo

.tar
.tar.gz
.tar.bz
.7z
.rar
and many other try

and tell us which is the one :)
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

MortenMacFly

Quote from: PsYhLo on April 24, 2006, 07:41:03 PM
[...]
and tell us which is the one :)
Well, that's the "hardcode trial-and-error method". :lol: I guess some of the admin knows so I'd prefer to know the solution...?!
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

thomas

#3
I just tried for your convenience :)

.tar.gz works nicely.

.tar.bz2 works nicely, too.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

Quote from: thomas on April 24, 2006, 08:20:40 PM
.tar.gz works nicely.
I've chosen this after my try with a ZIP archive failed. This caused me to install a TAR and a GZIP under Windows. I've never really used these tools, so hopefully the archives are not broken. I would suggest to add support for at least ZIP for such cases (dumb mainly Windows users as I am ;-)).

Ps.: By mistake I've added an empty patch (#1009). Unfortunately allthough I've commited it I'm not allowed to remove it. So I have to ask the admins thereby to help me. It was really a mistake - the return key was nearby delete which I "tried" to press... I'm sorry for that.

With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

thomas

QuoteI would suggest to add support for at least ZIP for such cases (dumb mainly Windows users as I am Wink).
Sure, tell me how, and I will do it immediately... :)

I've been looking for ages, there seems to be no way to configure file types.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

Quote from: thomas on April 24, 2006, 11:14:03 PM
Sure, tell me how, and I will do it immediately... :)
I should have guessed that...
I've filed a request at BerliOS accordingly. I'll tell you if I got any news.
With regards (and good night ;-)) Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]