Lost Password?

Go Back   CodeCall Programming Forum > Community > Community Projects

Community Projects Projects created by members of CodeCall. Post all reviews, bugs and questions in this forum under the correct project thread.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-2006, 06:02 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,536
Last Blog:
PHP: list()
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Contributing to a project

I haven't determined how members will be able to contribute to a project although I'd like to use a Version System I don't think that is possible for a bit.

For now, if you would like to contribute to a project just do it! Post in the thread of the project that you'd like to join and/or PM the project creator. Coordinate with the creator of the project on how to update projects.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-10-2006, 08:40 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 9
brackett is on a distinguished road
Default

Google has a new project hosting service if the code is released under some various open source licenses.

A quick look shows real Subversion access, with issue tracking and web repository browsing. May be worth setting up a CodeCall project, and branching subprojects off of it. Only problem with that scenario is it makes the CodeCall project owner(s) responsible for adding folks for write access - and you can't give access to only subprojects.

Alternatively, each CodeCall project could set up their own project at Google, and have a sticky with the necessary information to check out/browse/view/commit/etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-10-2006, 09:01 AM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 8
CheeseBurgerMan is on a distinguished road
Default

That could be a lot of stickies if more than about five projects are made. I'd rather go for the one Codecall project, then make the subprojects. The only other thing I don't like about Google Code hosting is that you are restricted to about five licenses, however, that may be a minor concern.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-10-2006, 02:33 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,536
Last Blog:
PHP: list()
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Great suggestion. I'll check out Google Code now and see what it is like. This is what we need for the community projects so people wont be stepping on toes.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-11-2006, 01:37 PM
RobSoftware RobSoftware is offline
Programmer
 
Join Date: Nov 2005
Posts: 143
Rep Power: 10
RobSoftware is on a distinguished road
Default

You could always install your own subdivision or CVS server. It isn't very hard to do and you would have complete control. There are several PHP scripts out there that do a check-in/check-out type of thing. You may want to look into those as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-11-2006, 02:16 PM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 9
brackett is on a distinguished road
Default

Quote:
Originally Posted by CheeseBurgerMan View Post
That could be a lot of stickies if more than about five projects are made. I'd rather go for the one Codecall project, then make the subprojects. The only other thing I don't like about Google Code hosting is that you are restricted to about five licenses, however, that may be a minor concern.
Yeah - if there were a plethora of active projects, tracking login info could be problematic. Either a dedicated subforum for logins, or a subforum per project could be an alternative. I think this is one of those cases of cross that bridge when we get to it, though.

True - you're restricted in licenses. But since Jordan already stated this was for open source, I don't think it should be a big deal; Google seems to have the usual suspects covered.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-13-2006, 04:29 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,536
Last Blog:
PHP: list()
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Ok, for now we will use the google subversion client until I build a new Version Management system. PM me with your current emails and I'll add you to the project.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-15-2006, 04:43 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Rep Power: 8
smith is on a distinguished road
Default

Quote:
Originally Posted by RobSoftware View Post
You could always install your own subdivision or CVS server. It isn't very hard to do and you would have complete control. There are several PHP scripts out there that do a check-in/check-out type of thing. You may want to look into those as well.
I did a quick search on popular PHP sites plus google and couldn't find any. Are you looking for something like MS Sitepoint?
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A cool project idea. AlexanderRybak Community Projects 3 02-11-2008 02:37 AM
Project: Iterate AlexanderRybak Community Projects 4 02-28-2007 04:07 PM
Project Ideas Jordan Community Projects 18 01-06-2007 01:11 PM
Community Project! - Recent project gone sour Crane C# Programming 5 09-09-2006 02:13 PM
C# Project built in Express Vs Project build in Pro Crane C# Programming 1 07-02-2006 09:38 AM


All times are GMT -5. The time now is 10:41 AM.

Contest Stats

dargueta ........ 93.00000
John ........ 87.50000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads