SourceForge is a web-based source code repository, providing free hosting for open-source projects. Furthermore, SourceForge supports mailing lists as well as individual "pages" of developers, becoming a developers' social network. In July 2011 SourceForge hosted more than 300,000 projects and ...

learn more… | top users | synonyms

-1
votes
0answers
17 views

Licensing of software on SourceFogre.net [closed]

If a programme is on sourceforge.net and there is nowhere mentioned its license. What it means? Is there any default license for software on sourceforge?
0
votes
1answer
15 views

delete folders and files from sourcefoge svn

I have this project https://sourceforge.net/p/silvercsharp/code-0/HEAD/tree/ and I want to keep just the trunk,tags and branches directories How can I do that ?
-1
votes
0answers
21 views

When will google cache/index my codes from sourceforge? [closed]

I found out that codes from github is in google... I want google to index my source codes from "source forge". Is that even possible?
0
votes
1answer
51 views

Index page of php project not showing displaying anything

I downloaded a php project from sourceforge.net named Employee Scheduler. The thing is, index.php is supposed to be the homepage but nothing is displaying when I access it via localhost. Other php ...
0
votes
0answers
31 views

Eclipse and sourceforge.net repositories

I'm new in this of Eclipse and the repositories, but I need to do a job for my university and I'm having a problem to import the repository of a java project into my workspace of Eclipse. I need to ...
0
votes
0answers
13 views

Use Sourceforge project outgoing email for desktop

I'm currently looking to add an desktop application the ability to send the logfile to the authors (for exploring bugs,etc). Since I'm hosting the project on sourceforge I found the Project Web ...
0
votes
0answers
15 views

what is the password that I should put in sourceforge to upload my code

when I used instructions from this page https://sourceforge.net/p/textreverse/code/ref/master~/ I got the following error C:\Users\subhi\Desktop\textreverse>git push origin master Password: ...
0
votes
0answers
12 views

Cannot access project home page on sourceforge

I follow the sourceforge instructions to upload my htmls on to the /home/project-web/simplefs/htdocs,but it turns out nothing when I access the project home page http://simplefs.sourceforge.net ...
2
votes
1answer
62 views

git-svn and updated svn url

I was using git-svn for working with a svn repository hosted on sourceforge. Recently, I updated the sourceforge project which resulted in changes to the svn repository. To be precise, the new svn ...
2
votes
1answer
60 views

Implentation details of Xacml evalution engine

I have to evaluate xacml policies as a part of my research. I am looking for an IDE for xacml evaluation? Can you suggest me some? I have installed wso2 identity server but when I am uploading a ...
0
votes
0answers
16 views

How do you display members or developers with Allura on Sourceforge?

I'm working with a Sourceforge project and Sourceforge has been upgraded to Allura. How would I add a macro or something to display project developers and members to the project page? It doesn't ...
0
votes
1answer
49 views

How do I import a SVN dump file into SourceForge?

I currently have a project on a private SVN host which I would like to move to a SourceForge project I just created. I've exported a dump file of my current repository, and now I'm trying to load it ...
1
vote
1answer
81 views

Setting up python in sourceforge

I am trying to host a sample program test.py in my sourceforge repository. I uploaded my file from the directory /home/project-web/motiur/cgi-bin/ and then went to ...
0
votes
0answers
33 views

SourceForge: installer can't download files - LispCabinet

I love the LispCabinet project. That said, I can't install it on my windows machine. I've been trying for three weeks, and every time, the installer says "Component has failed to download" on the ...
0
votes
1answer
41 views

SourceForge Wiki: how to add permanent links to sources in git repo

I began a Wiki for a sourceforge project. In the home page I've put some links to code samples in the git tree. I commit often then the links becomes obsolete. How can I put http links to latest on ...
1
vote
1answer
147 views

How to resolve “abandoned transaction” when I use “hg push”?

We work with a sourceforge project. When we try to push, then mercurial abort : $ hg push pushing to ssh://<user>@hg.code.sf.net/p/loremipsum/code searching for changes remote: abort: ...
0
votes
2answers
122 views

Strange issue where I cannot download source code of SourceForge project with CVS

I am trying to download source code for a project from Sourceforge.net I have followed the instructions on my Windows using CVS but get a strange problem: Documents\cpluplus> cvs ...
1
vote
1answer
64 views

Cant import Souceforge subversion project into Netbeans

I have been using Sourceforge with Subversion for some projects the last 6 months. A week ago I installed a new dual boot on my laptop (Linux Mint and Windows 7). I usually work my projects on both ...
0
votes
2answers
339 views

Sourceforge svn checkout does not find trunk

When I try to checkout the trunk of my repository on sourceforge, I get an error message, that the path does not exist. The trunk does definetly exist, and I double and triple checked for typos. When ...
6
votes
1answer
183 views

Mirroring a repository across Github, Sourceforge and Google Code

Is it possible to mirror a git repository (sync across all hosts) on GitHub, SourceForge and Google Code given they all support git?
0
votes
2answers
36 views

where can i get the open source code of a website which can act 'code repository' [closed]

Where can i get the open source code of a website that can be easily maintainable and can be used as 'Code Repository' for a team of 10 members ?
0
votes
0answers
35 views

Download directory tarball from sourceforge

i'd like to download a number of files from sourceforge. Specifically, i want to download all files from http://sourceforge.net/projects/boost/files/boost-binaries/1.51.0/ or better, download all ...
1
vote
1answer
126 views

opencv developed in C or C++? [closed]

My apologies if it is a bad question. I am new to image processing stuff. I am using opencv2.1. I have the following doubts in it. Please brief me the details as am completely new to this. I have ...
0
votes
1answer
136 views

Ant Build Open Source Buddi failed

I had a problem when I ant build the Buddi accounting open source software. Please do some help. I did the following: svn co https://buddi.svn.sourceforge.net/svnroot/buddi/trunk@1801 and then I go ...
0
votes
0answers
66 views

File handling in php for sourceforge not working

I am trying to get stock quotes from yahoo finance , and use sourceforge app as a host . The following code seems to work in giving me price quote from my localhost server, however I get error ...
0
votes
2answers
35 views

Set the access rights to a project directory on sourceforge

Let's say I am the administrator of some project on sf.net. I want to add a new user as member of a project, and to grant him rights to create files in some directory. I added a user as member of a ...
0
votes
1answer
41 views

Create directory on SourceForge from remote script

We upload releases of Kunagi on SourceForge. Since every release contains multiple files we create a directory for each release. The upload is done by a scp command. But we have to create the new ...
1
vote
3answers
486 views

I'm having trouble using SCP to upload files to Sourceforge

So I finished writing my first program and I'm trying to upload it to my sourceforge account, but the file size is to big to use the normal html5 upload manager sourceforge provides. Soursceforge says ...
0
votes
1answer
216 views

How to download files from SourceForge using Qt

I'm writing a C++ application using Qt framework that needs to download a file from SourceForge. I have to download this file https://sourceforge.net/projects/meshlab/files/updates/1.3.3/updates.xml ...
0
votes
1answer
1k views

No ruleset or basic.xml in the sourceforge pmd-bin-5.0.0 download

I've been reading all over the PMD Website and it has all these references to <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/> but I cant find the file basic.xml in either the ...
0
votes
2answers
302 views

How should I name a Java package? [duplicate]

Possible Duplicate: What package naming convention do you use for personal/hobby projects in Java? I am learning Java and have found a problem. I would need a domain name for my packages, ...
0
votes
1answer
46 views

Mercurial not displaying correct commit time on sourceforge

I am running mercurial on my sourceforge project. I am updating the repo using tortiseHg on windows. Whenever I update files, their commit times are always off by a few hours. For example, I just ...
0
votes
1answer
100 views

Netbeans and sourceforge git repository: Why I can't see update file online

I have a remote repository upon sourceforge Git space. I clone this repository on local machine make some editing and then upload the change. git add C:\...\default.ctp git commit -m comment ...
1
vote
1answer
816 views

git fatal error Path with a does not make sense

I have existing code on my computer, then I have registerd my account on sourceforge, starting a git project. Now I need to send my local project on sourceforge remote space. On sf there's the ...
0
votes
2answers
146 views

Commit an entire Netbeans project on sourceforge

I have my own PHP project in NetBeans. Afterwards I have registered a sourceforge account. Now I would use sf's git repository for versioning my code. What I need now is to send the entire project on ...
1
vote
1answer
55 views

Contribute code to source forge

I have made some modifications to open source code on source forge and I want to contribute my code into the original source. I have tried to contact the developers of the project and send them a ...
0
votes
0answers
34 views

how to use sourceforge project webpage

i use ssh to login web.sourceforge.net. my username at sourceforge is hthuong0, after logged in, i located in "/home/users/h/ht/hthuong0" how to create "/home/project-web/my-project-name/htdocs" I ...
0
votes
1answer
49 views

How to move files safely in Sourceforge using interactive shell

I'm trying to tidy up my project's release files on Sourceforge using the interactive shell and the Sourceforge wiki is not helpful at all. The current structure for my project's files is similar to: ...
0
votes
1answer
130 views

FileHelpers supports Hierarchical files?

excuse-me if my english is bad... I'm Brazilian. FileHelpers supports Hierarchical files? I work with flat files, that have hierarchical records. I don't found this feature in documentation. ...
1
vote
1answer
190 views

Including direct dependency download links in setup.py

Can one specify direct download links for Python egg dependencies? I have Skype4Py as a dependency and easy_install seems to fail to download the file correctly from sourceforge.net (sourceforge.net ...
1
vote
3answers
94 views

Sourceforge export XML or HTML

I have been trying to extract and scrape information about bugs filed for the joda-time software. However, I am finding no good way to export this information to a file using an automated script or ...
0
votes
0answers
51 views

Are there online repositories that have good management tools for collaboration [closed]

I am part of a team participating in the Google Lunar X Prize (to privately land a rover on the Moon), and we are currently trying to figure out a way to collaboratively write code for our rover. The ...
1
vote
1answer
339 views

Dozer - empty object instead of null

In dozer how do i globally initialize values to empty object instead of null For ex: Class Person { public Address address; //getters and setters for address } Class Address { String ...
1
vote
1answer
493 views

Open-source download statistics

Is sourceforge really the only host to let me see the countries from which my code is being downloaded and the OS they are using? Is there a way on github, or other open-source hosts, to do the same? ...
0
votes
3answers
404 views

What is the default license for opensource software [closed]

Every so often I come across opensource software for which there there is apparently no license specified. Most recently I've found the c-icap project for which I can find no license on the website ...
1
vote
2answers
189 views

Can't re-play audio file from Mercurial repositiory in Chrome

In my HTML5 test file, I can play and re-play an mp3 sound file just fine if: My files are hosted locally, OR They are hosted on a traditional web host (see ...
4
votes
2answers
3k views

SVN+SSH and Sourceforge

I'm new to both Sourceforge and SVN (SilkSVN on Windows). I managed to check out a project using svn co --username=zeroth123 svn://zeroth123@svn.code.sf.net/p/stddecimal/code/trunk stddecimal-code ...
0
votes
1answer
272 views

How to search sourceforge.net for Java projects that are built in Eclipse

Sourceforge.net has a filter for Java projects, but I'm looking for a way to narrow them down to ones that are meant to be built in Eclipse. Edit I'm using Eclipse Metrics and Omondo plug-ins to ...
0
votes
1answer
88 views

Downloading from SourceForge gives me .class files instead of .java [closed]

I admit, I'm noob when it comes to sourceforge. I'm trying to get the java files for http://jspellchecker.svn.sourceforge.net/viewvc/jspellchecker/trunk/ Unfortunately, when I download the tarball ...
6
votes
1answer
958 views

Can't download MinGW from Sourceforge

I wanted download MinGW C and C++ gnu compiler from Sourceforge using mingw-get-inst-20120421.exe. It gives me an option to download pre-packaged repository or latest one. When I am behind Kaspersky ...

1 2 3