EzDevInfo.com

sourceforge interview questions

Top sourceforge frequently asked interview questions

How to export SourceForge mailing list messages to mbox format

SourceForge hosts mailing list, but can I export the messages to mbox format for migration?


Source: (StackOverflow)

Search in a SourceForge mailing list

Here is a mailing list archive in SourceForge.

How do I search for all messages that contain "unicorn"?
I must be dumb because I can't find any button to search messages...


Source: (StackOverflow)

Advertisements

On SourceForge .Net, which page's url must I use as the web location from which my applications can check for updates automatically?

On SourceForge.net, which page's URL must I use as the web location from which my applications can check for updates automatically?

The Files page or the File Manager page?


Source: (StackOverflow)

Can you delete a project on SourceForge?

Just as the title says, can you delete a project on SourceForge?


Source: (StackOverflow)

On SourceForge, is there a way to receive a notification when a project releases a new version?

There was a time when it was easy to subscribe to a project and receive mail when a new release comes out. Then the new subscriptions was suspended because of a site upgrade and I was still receiving the mails from previously subscribed projects but I never found the option to subscribe to new projects, even when the upgrade was finished. Was the option restored? Where is it?

Thanks in advance.


Source: (StackOverflow)

How can I log into SourceForge with OpenID?

When I go to the SourceForge login page at https://sourceforge.net/account/login.php, the OpenID login is no longer displayed. My account has an OpenID account associated with it with is my normal way of logging in.

What's going on, and how can I log in with OpenID?


Source: (StackOverflow)

Sourceforge wiki: where to put images

I develope an open source application under the SourceForge web. I am currently working on the requirements specification of my app. I created a wiki page for that purpose. There is a text scenario for every use case on that page.

What I would need is to append a wireframe (e.g. an image) to some of the use cases. The wireframe is too big to be included into the page directly as an image. Rather it should be saved separately (ideally inside my GIT repository) and then linked from the wiki page.

I weren't able to find out how to get a URL for a single file inside my GIT repository - I only found a link to a preview of the file inside the repository browser, which is not what I need. Ideally the link should be persistent across modifications of the image in the repository, so that the links inside a page would be valid even after I change the file inside the repository.

Another option would be to append the images to the wiki page as attachments. I tried that but wiki shows previews of all attachments above the page and they are too many of them.

To conclude: what is the best way to append images (such as wireframes) to a wiki page on sourceforge?

Thanks for any help!


Source: (StackOverflow)

How can add a post on a/this open SourceForge forum thread?

How can I add a post to this or any SourceForge thread like this?

https://sourceforge.net/p/gnuwin32/bugs/241/

The status is open and I am logged in but I can't see a reply option.

I don't want to create a new thread so I'm not clicking the create new ticket button.

Added example:

Here is a LINK to another example. Somebody added to it in May 2015 even though it was created in 2005, so it's not too old to comment on.


Source: (StackOverflow)

Direct link to latest secondary file on SourceForge

I have a SourceForge project that contains two files. One is the default download zip file and the other is a secondary zip file that not everyone is going to need.

I would like to publish a link to that secondary file, however I would like that link to always point to the latest version. Is that possible?


The project is tSQLt: http://sourceforge.net/projects/tsqlt/files/tsqlt/

The main download file is tSQLt.zip. The second zip file is tSQLtSnippets(SQLPrompt).zip.

I can get a direct link to any particular version like this:

http://sourceforge.net/projects/tsqlt/files/tsqlt/V1.0.4941.23369/tSQLtSnippets%28SQLPrompt%29.zip/download

I can get a direct link to the latest main download file like this:

http://sourceforge.net/projects/tsqlt/files/latest/download

However, any combination of the two that I can think of either fails or downloads the main download file instead.


Source: (StackOverflow)

How to search for Metro-UI Windows 8 apps' repositories in Sourceforge?

When I searched in GitHub/Bitbucket everything was okay because of the repositories' names (and probably because of different search engines), but on this site it just lists the apps' names and it gives tons of unneeded results

P.S: currently I'm trying something like "windows 8"


Source: (StackOverflow)

Sourceforge wiki: link to an anchor (headline id) inside a wiki page

I develope an open source application under the SourceForge web. I would like to be able to link to anchors (headline ids) inside a wiki page.

The Markdown Syntax Guide does not mention how to do that. I looked at the HTML code of one of my existing wiki pages and there are no ids assigned to headlines by default.

I suppose there might be a way to do what I want as this seems to be an important feature. Besides, the Markdown Syntax Guide itself has ids assigned.

Thanks for your help!


Source: (StackOverflow)

Is there a statistic on SourceForge for number of code checkouts (GIT or SVN)?

Let's say you're an owner of a project on SourceForge. As far as I remember, if you have files for download, there is a statistic being tracked on number of downloads... But I cannot find anything like that related to code checkouts if it's just code you have and no executable files; I'd like to know, say, how many times someone did git clone on the project's source.

Can anyone confirm, if there is or isn't such a feature on SourceForge.net?


Source: (StackOverflow)

How to change labels in Sourceforge bug tracker

I am working on a project (Maxima) hosted at Sourceforge. I am thinking about changing some labels. For example, if a label is now "Foo Bar" I might want it to be just "Bar". Is there a way to change the text for a label?

I suppose I could find all the items labelled "Foo Bar", label them with "Bar", then delete the "Foo Bar" label. That seems error prone and tedious. Is there a better way?

I looked for a user forum at Sourceforge itself, but didn't find one. Thanks for any advice.


Source: (StackOverflow)

Reply to archived SourceForge mailing list message

SourceForge hosts, archives and makes browsable some mailing lists. How best can I reply to a message archived by SourceForge?

I'd like to reply to an archived message (so they're connected), not merely to post another message with an identical subject line.

For mailing lists (unlike Gmail), it's my impression that identical subject lines aren't grouped together automatically.

To a similar question, this answer says:

[C]opying the subject won't be enough, because not every message on a mailing list can be expected to have a unique subject.

The standard way to indicate that you're replying to a message is through the email header In-Reply-To.

[In] the list archives[,] click on the "Gzip'd text" link for the month in question [to obtain] a gzipped text file that includes the Message-ID headers for each email sent that month.

Copy the value of the header from the message you're trying to reply to, and add a custom In-Reply-To header with that value to the message you're sending.

I'm willing to do so, but on SourceForge, how can I obtain such a gzipped text file? Or does SourceForge provide another way to obtain Message-ID headers?

The particular mailing list I have in mind is yaml-core (if SourceForge's archiving behavior varies from list to list). Searching failed to find it anywhere else. Of course, archival elsewhere would help.

I've seen the question How to export SourceForge mailing list messages to mbox format, but apparently, SourceForge restricts this exporting to list administrators.

This comment by David Z says:

Sourceforge's installation of Mailman is heavily customized. I can't find any way to access the Message-ID header either.

I've already added a comment to (and upvoted) a September, 2014 SourceForge feature request (title edited) to "Make mailing list archives available for download (with personal addresses masked) by non-project-administrators."


Source: (StackOverflow)

How can I get list of my tickets in SourceForge?

How can I get the list of all tickets I submitted on SourceForge?

I tried almost everything in the profile but don't see my tickets. The Profile / activity tab shows just "No activity to display". The closest I can get is Account settings / Subscriptions, which shows tickets I get notification from - but I might have unsubscribed from my own tickets, so it might be that some are not listed.

PS: I have added new ticket now and at least I see that it is added to subscriptions automatically. But this is not sufficient.


Source: (StackOverflow)