tags:

views:

75

answers:

3

What is the best way to retire a currently active project? I've been working on this one for a while now and I think its time to let go. Without going into too much detail, there are other projects and technologies that are way ahead now and I don't see much value in investing in it any further.

What have you done to retire a project and what is the process like?

+2  A: 

Personally, I've done this before, and put up on the homepage of the project

"I no longer wish to maintain this project - if you're interested in taking it over, then feel free to email me (email@address)"

And then let someone take it over.

Mez
+3  A: 

As operating systems, compilers, etc. change, it can be difficult to rebuild old projects.

Consider creating a virtual machine that is configured to build it again, in case you need to update it for some reason in the future. Archive that VM along with the source code, etc.

Jay Bazuzi
That's a really cool idea.
Nick Gerakines
A: 

Is this a personal, community, or commercial/professional project?

I have had a professional prject go sour due to lack of feedback form the client. Bascially they were going at a slower pace than they should have and it got to a point where the software would be more expensive to contine than to get a prebuilt alternative. In that case i just brought in the data to show the client where their saving are and recommend to abondon. Its hard to swallow, but after a while they realize it was for the best.

mattlant