project-management

Codeplex/Sourceforge for internal use [closed]

僤鯓⒐⒋嵵緔 提交于 2020-01-01 03:17:06
问题 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 4 years ago . 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

Cannot add embedded binaries (other projects) to project dependencies in XCode

自闭症网瘾萝莉.ら 提交于 2019-12-31 19:27:34
问题 I have an XCode workspace created with XCode 6.0.1. It constains 2 (Swift) libraries and one iOS app (Swift) that depends on those 2 libraries. I had stable setup that allowed me to run the iOS app on both iPhone and simulators: The 2 library projects were added as Embedded Binaries (see picture) of the app. Now, I have XCode 6.1. Recently, I deleted DerivedData folder in ~/Library/Developer/Xcode folder while XCode was running. After that my workspace did not work - the iOS app would fail to

Software tool for agile project management [closed]

走远了吗. 提交于 2019-12-31 18:31:50
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but

Naming convention for new projects [closed]

放肆的年华 提交于 2019-12-31 09:47:13
问题 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 6 months ago . I've tried several times to come with an answer to this question. I'm not happy with how projects are named in my shop, they are usually random named after some of these items: the client some technology used/ or expected to be used inside the project some acronyms for the

Naming convention for new projects [closed]

不打扰是莪最后的温柔 提交于 2019-12-31 09:45:51
问题 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 6 months ago . I've tried several times to come with an answer to this question. I'm not happy with how projects are named in my shop, they are usually random named after some of these items: the client some technology used/ or expected to be used inside the project some acronyms for the

Scrum and Fogbugz [closed]

…衆ロ難τιáo~ 提交于 2019-12-31 08:12:49
问题 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 2 years ago . Anyone out there using Fogbugz and Scrum together? We use Fogbugz extensively, and I'm looking for ideas from anyone who may be using it as part of Scrum. I found these two items, but they are archived and unvailable for further discussion. I'm specifically interested in

How can I manage merging updates from several developers? [closed]

你。 提交于 2019-12-30 10:42:40
问题 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 6 months ago . I work with a mid-sized team of developers all working on one product. Developers write the code to address a feature or bug fix ticket, then check it into our main development branch (in Subversion). Once the ticket has been tested and validated there by the QA folks, I merge it

How can I manage merging updates from several developers? [closed]

放肆的年华 提交于 2019-12-30 10:42:32
问题 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 6 months ago . I work with a mid-sized team of developers all working on one product. Developers write the code to address a feature or bug fix ticket, then check it into our main development branch (in Subversion). Once the ticket has been tested and validated there by the QA folks, I merge it

Trac vs. Redmine [closed]

只愿长相守 提交于 2019-12-29 10:13:29
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects

git practice: complete new version of an application

若如初见. 提交于 2019-12-24 22:08:03
问题 I have a current version of an application in production that I control with GIT. Now I must start implementing a completely new version of that application. It will have no sources at all in common with the current one. And that new one will become the "master" one day. in the meanwhile the current version is maintained and evolves. How do you manage that with Git? I don't like the idea of creating a "version2" branch. because I think (correct me if I'm wrong) that this should be tag related