sourceforge

"Import" a sourceforge project into Xcode

Hi, I am new to OSX and Xcode. I got a macbook with Xcode 3.0 and downloaded the C++ of a sourceforge project, which comes with the structure: config.mk doc include lib Makefile soruces in this kind of projects I usually work with "vi" and edit the ncesasry files. Here I want to debug the code and use subversion. What is the best way...

Suggestions for first-time sourceforge project contributer?

Hey all. I'm a professional software developer here in Seattle, WA USA. I program for/work in a Windows shop, but I've recently began considering contributing to an Open Source project, specifically one under the Python License (CNRI Python License). I realize that contacting a human resources representative where I work is the firs...

How to turn off project mirroring from SourcForge to launchpad?

I have project Emle in Launchpad. I set it to import from emle.svn.sourceforge.net. My intention was to do a single import of the files from SourceForge. Emle>Branches>2.0 shows that what I actually did was set it to mirror the SourceForge project. Import details Import Status: Reviewed This branch is an import of the Subversion branch...

Open source project default license

If a project on sourceforge does not specify any license, can I assume (L)GPL or no license (completely free)? ...

Downloading the bug list of a sourceforge hosted project

There's a project that I would like to start contributing patches to and it would have been very convenient for me to to be able to view the bug list tracker offline. Is there a client for the Tracker system that will allow me to do this? ...

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I should just host it myself. Are there any inherent drawbacks or benefits to these three? Is there a "best" place to host a project? Do differe...

white-label collaborative open-source development (e.g. github/sourceforge/google-code in a box) ?

Does anyone have a recommendation for an open-source or paid (either packaged or SaaS) solution for integrating collaborative development features into your own website? Here's more details: We currently host an online plugin gallery for our product. Users can upload and download plugins. But users can't easily collaborate on a plugin'...

Migrate from Sourceforge to Github

I'm thinking about migrating a project from Sourceforge to Github. Besides the svn to git, what about migrating things like the issue tracker? Is there an easy way to do that? ...

Monitor vs Watch on SourceForge Tracker

What exactly is the difference Watching and Monitoring a project on the SourceForge Tracker UI? PS: The tool tips are really helpful. Hold your mouse over the "Monitor" button and it says "Monitor this project"... hold it over "Watch" and it says nothing. That's really awesome coming from SF. ...

Is it possible to sync issues between JIRA and SourceForge Enterprise Ediition?

For various complicated annoying reasons which I won't go into here I need to track a project in both JIRA and SourceForge EE. Because I don't want people to have maintian trackers/issues in two places I was wondering if there is a way to automatically sync the two systems. The syncing would need to reflect changes in state as well as ...

How can I add specific files within my SVN to my Sourceforge download page?

I have a Sourceforge project to which I commit my code updates as well as updated binaries. The SVN repository (where I commit all my code and binaries to) is a separate source of files than the File Manager, whose files show up on the Downloads page. It's really annoying to manually upload binary files to the File Manager every time I h...

Is there a way to use bitbucket to fork a subversion project?

I have commit rights to a sourceforge project that is owned by the other, primary developer. I'd like to manage my own changes using mercurial, and in fact I'd like to publish them as a fork of this project on bitbucket. However, I want to be able to easily push changes back to the main subversion project; this won't be a hostile fork, j...

where is the advanced search option on sourceforge.net

I don't see advanced search option on sourceforge.net anymore. Has anyone got any idea on this ? I was so used to it !!! ...

I'm about to open source a C++ project on Sourceforge. Can I get some tips on code organization?

I'm about to upload a project I've been working on onto Sourceforge under the GPL, and was hoping to get some advice on how to organize the code in a fashion that is easy to understand and use by any developers that might look at it, that works well with git, and the way Sourceforge presents things. My projects is a cross-platform C++ a...

How to download all files from a specific Sourceforge project?

After spending about an hour downloading almost every Msys package from sourceforge I'm wondering whether there is a more clever way to do this. Is it possible to use wget for this purpose? ...

Getting items from a folder from SourceForge SVN Project

Function getItems() ''# make a reference to a directory Dim di As New IO.DirectoryInfo("https://ipossum.svn.sourceforge.net/svnroot/ipossum/") Dim diar1 As IO.FileInfo() = di.GetFiles() Dim dra As IO.FileInfo ''#list the names of all files in the specified directory For Each dra In diar...

Google Code Hosting vs Sourceforge

From your experience what is better SF.net or Google code? To publish open source code? What is indexing faster in the search engine so it has more exposure? ...

Append time to an HTML element attribute using PHP to force browsers not to cache a Silverlight application

How can I append current time using PHP to the value attribute of the first param element in the following html fragment? <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> <param id="sourcie" name="source" value="SClient.xap?**TIME**"/> <param name...

How can I write to a SQLite database file in a SourceForge project's web space?

I have a small Perl-based CGI application, which I am running in the project web space provided for a SourceForge project. This application stores data in a SQLite (v. 3) database file. When I run test scripts from a shell, I can read from and write to this SQLite file. However, when the CGI code is executed by Apache, it has read-o...

How bad of an idea is it to put my homework on Sourceforge?

I just want to try it out... ...