project-management

Recommendation for code hosting of personal projects [closed]

半城伤御伤魂 提交于 2019-12-03 08:14:50
I tired my hands on bazaar(launchpad), for the reason that i can host my project at launchpad, and bazaar (my local machine) would be tightly integrated with launchpad. I have posted my question at launchpad forum, and have not got any answer. Anyways... So i was thinking about shifting it from there to some other site. I dont know why, but couple of friends said sourceforge has not remain that good, but i still see too many project linking to sourceforge. PS recommendation. Is there a place where you guys upload your personal projects, and also SVN I think is the most popular, but with git

How do you manage your project life cycle?

ⅰ亾dé卋堺 提交于 2019-12-03 07:58:44
问题 How do you manage your project life cycle? For example: Do you start with a template? Do you use versioning such as SVN as the authoritative source? Do you archive the projects, if so when and how? When a project is revived (work resumes), how’s that handled? Do you use automated scripts to do things such as create IIS sites, DBs, archive, launch, etc? Of particular interest is management of many projects at varying points of development. 回答1: Development: We do not start with a template,

organize project and specify directory for object files in Makefile

删除回忆录丶 提交于 2019-12-03 07:55:12
Here are my two questions: I am now learning to manage my code with CVS, and I just want to make a repository for my C++ files, Makefile and bash and python scripts only, not the object files and executables. So I made several subdirectories under my project directory: src, bin, scripts, results and data. I put C++ files and Makefile under ~/myproject/src, Bash and Python scripts under ~/myproject/scripts and object and executables under ~/myproject/bin. I am hoping only the files under src and scripts will be updated via CVS. I wonder how you organize your projects? Just hope to follow some

Codeplex/Sourceforge for internal use [closed]

泄露秘密 提交于 2019-12-03 07:47:46
I'm looking for a free/open source collaborative project manager that can be deployed internally in my workplace that would act similar to Codeplex or Sourceforge. Does anyone know of something like this, and if so do you have experience with it. Requirements: Open Source or Free Locally Deployable Has the same types of features found in Sourceforge / Codeplex Issue/Feature Tracking Community Interaction (ie. Voting, Roles, etc.) SCM Integration (Optional) .NET/Windows Friendly (Optional) Every business ends up having internal utilities, and domain specific apps that developers create to make

How to plan my web based project before starting code? [closed]

我是研究僧i 提交于 2019-12-03 07:42:24
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 months ago . Me and my friend started working together as partners , we have decided to make Kick-as* website after website. We have the ideas written down like 100's of them (yes we are choosing best and easy among them first). My friend does the layout design and arranging things , and my

How do you structure your SVN repository? [closed]

对着背影说爱祢 提交于 2019-12-03 06:53:09
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . What is better? A: server:1080/repo/projectA/trunk/... branches/branch1 branches/branch2 branches/branch3 tags/tag1/... tags/tag2/... server:1080/repo/projectB/trunk/... branches/branch1 branches/branch2 branches/branch3 tags/tag1/... tags/tag2/... B: server:1080/repo/trunk

Which issue trackers support sub-tickets, and how well do they work for bridging the gap between project managers and developers? [closed]

不问归期 提交于 2019-12-03 06:50:20
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . There's a feature that I'd like to see in issue tracking software that just doesn't seem to be all that common, and that is the ability to divide a ticket (bug, feature request, etc) into sub-tasks and view them in a hierarchical fashion, perhaps with some kind of progress bar style report of progress on a

When reviewing requirements specification what “deadly sins” need to be addressed? [closed]

家住魔仙堡 提交于 2019-12-03 05:19:47
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . When reviewing requirements specification (that includes functional, non-functional requirements, constraints etc) however small or large it is what are the "deadly sins" committed by authors to look out for? Please list not more than 7 most essential things (in order of

Scrum: too much or not enough? [closed]

∥☆過路亽.° 提交于 2019-12-03 05:06:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . My company has recently started using Scrum; we've done 2 sprints. We're still learning, but we've definitely exposed and fixed some problems in our development process already. So in general I think it has been good for us. In reading many of the internet musings about Scrum from evangelists, cynics and

Do you actively manage technical debt? [closed]

£可爱£侵袭症+ 提交于 2019-12-03 04:54:07
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Do you actively manage technical debt debt on your software development projects and if so, how do you do it? 回答1: One aspect of managing technical debt is in convincing non-technical managers that you need time allocated for refactoring and bug fixing. Here's an article with