LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Does anyone know of a web based private source code repository (https://www.linuxquestions.org/questions/linux-software-2/does-anyone-know-of-a-web-based-private-source-code-repository-433800/)

HGeneAnthony 04-10-2006 03:16 PM

Does anyone know of a web based private source code repository
 
Hey, I'm looking for a web based source code repository where I can manage my code snippets for multiple languages. I know there are a few public ones but I'm looking for something small so I can just manage my old source without having to search through tons of other people's source and worrying if a public's repo will shut down.

fouldsy 04-12-2006 03:45 AM

You could setup your own subversion repo on your home machine, that's what I have running. As you can set it up to require authentication, it protects your code, or can be made public so people can access various parts if you choose to open parts of it. DynDNS or similar will point through to it for you so is still access from elsewhere, and there are some web front-ends for it if you wish.

halturata 04-12-2006 03:46 AM

You could also try pastebin.com, but it is more temporary...

HGeneAnthony 04-12-2006 02:54 PM

Reply
 
Thank you both for your replies but I'm going to use a knowledge base PHP/MySQL program I found called KnowledgeBase Publisher. It's simple, elequent, offers sub categories, etc. Here's a link:

http://sourceforge.net/projects/kbpublisher/


All times are GMT -5. The time now is 12:30 PM.