Skip to main content

Questions tagged [change]

2 votes
2 answers
198 views

Suppose I am developing an application with the following versions currently available: Latest stable: 1.3.0 Latest beta: 1.3.1 Latest alpha: 2.0.0 The project has a main branch for 2.x development ...
Danny's user avatar
  • 131
0 votes
0 answers
145 views

I have a website developed for my client, and he's currently on an annual maintenance billing for the same post development pushed to production, that he'd paid me for the development charges ...
Abbas's user avatar
  • 117
3 votes
6 answers
3k views

The Existing Code I have a C# project with about 45000 lines of code. It has a utility/helper class which contains static methods which make it easier for my code to work with PDFSharp/Migradoc to ...
user2882061's user avatar
4 votes
1 answer
397 views

Before I start the question I want to tell you guys I'm new to this type of workflow. The previous companies I worked didn't used Version Control and/or changelogs. Also, I've been working as ...
celsomtrindade's user avatar
2 votes
1 answer
370 views

I am working on an implementation for an existing public API. Now I needed to change the implementation to throw an exception for a failure condition about which previously the API consumer was not ...
aef's user avatar
  • 331
4 votes
2 answers
946 views

I tried to find an existing topic on this subject but I could not find one that was a good fit, my apologies if I was not thorough enough. Basically we have a web application that serves multiple ...
TarnAlcock's user avatar
2 votes
1 answer
745 views

I'm currently developing a WinForm application. In order to inform the client about the improvements and corrections made during the last version, I would like to manage and display a changelog. I ...
Nate B.'s user avatar
  • 131
0 votes
3 answers
265 views

I have been tasked with producing a plan for implementing a slight change to the work of our developers (there are eight of us working at this company). The change affects a small portion of our work, ...
user avatar
1 vote
3 answers
649 views

Say someone puts their code on GitHub, under the MIT license. Then I forked it and use it in my project. Then they change the license so that it has a strict license that does not give permission to ...
giant91's user avatar
  • 127
4 votes
1 answer
171 views

About a year or so ago, I forked a project licensed under Apache 2.0 and made extensive changes and additions to the code, a good portion of which I contributed back freely to the community. ...
Adam Law's user avatar
  • 141
3 votes
4 answers
691 views

In my work (writing scientific software in C++), I often get asked by the people who use the software to get their work done to add some functionality or change the way things are done and organized ...
neuviemeporte's user avatar
44 votes
9 answers
4k views

We have been asked to add comments with start tags, end tags, description, solution etc for each change that we make to the code as part of fixing a bug / implementing a CR. My concern is, does this ...
Chillax's user avatar
  • 591
2 votes
3 answers
27k views

I have a need to make a somewhat custom change request system (very high auditing requirements). Instead of completely reinventing the wheel I was wondering if there's an open-source change request ...
Michael A's user avatar
  • 466
2 votes
1 answer
588 views

I am just starting a new position and using svn rather than git (my favorite). With svn if there are any conflicts will I see them after an svn update or after an (attempt) to svn commit? In other ...
Michael Durrant's user avatar
7 votes
4 answers
548 views

This question requires a bit of setup, please bear with me. Last week my company rolled out a new change management procedure. Any change destined for production requires a change control record; ...
Joshua Smith's user avatar
  • 2,060

15 30 50 per page