Tagged Questions
0
votes
0answers
24 views
Maven―SCM usage
I am new to maven and I try to figure out the basics. I read a lot about maven (here, here and at the official website), so I think that I have understood the general approach to projects, ...
1
vote
1answer
27 views
version control, configuration management and build combined
Could you please explain why such approach is not already existing and not widely in use?
Or if such a toolset exists, can you cite it?
Why is it that version control systems (VCS) are working on ...
-1
votes
1answer
23 views
Releasing a Training app [closed]
We currently have an iPad app (enterprise & in-house distribution only) that has two modes:
- Development (compiled with `#DEBUG` preprocessor, connecting to DEV backend)
- Production (compiled ...
1
vote
1answer
37 views
Encode time, date and a number into a few alphanumeric characters
I'd like to encode certain information, such as date and time of build and the SVN revision, into a reversible alphanumeric string so I can easily identify a build (besides maintaining a table of ...
1
vote
1answer
112 views
Git Workflow: selecting features to release from QA to PROD
I am a novice in Git and I would like to know if this idea is even possible using such a SCM.
My idea would be to have the DEV team working on features locally, then push those features to QA. At ...
4
votes
3answers
114 views
Why moving Tag in Version Control System is a bad practice?
Why moving Tag in Version Control System is a bad practice? I often run into this general suggestion, but have never seen explanations behind them.
Note: I'm using term "move tag" which I think is ...
0
votes
1answer
117 views
Change log and version control with visual studio 2010 and tfs
Whats the right method of version controlling my product?
I am using TFS and visual studio 2010.
Currently I am working alone on my project, so its not a team management workflow.
I don't think that I ...
3
votes
3answers
213 views
Don't break the build - how?
Here are the steps I always follow before checking in the code,
Get the latest from svn
Merge conflicted files
Build
Run my tests
Check-in
In spite of all this, there is still a chance that I ...
1
vote
0answers
182 views
Setting specific checkout change (build.vcs.number) for custom build in TeamCity with Perforce
When doing a TeamCity personal build from Perforce, is there any way to set a specific change number to checkout?
I suppose it means overriding the build.vcs.number.* variable, but I found no way to ...
0
votes
0answers
47 views
Open Src Tool Adoption
Currently we are looking to move away from the proprietary tools due to budget constraints and want to implement an end2end tooling for
Enterprise Change Management
Src Control Management
Build , ...
4
votes
1answer
298 views
obtaining full file paths in git merge
I'm working on a tool to analyse the output of merging many topic branches and produce a detailed conflict report. I've run into a slight problem in that sometimes Git will produce a truncated file ...
2
votes
4answers
1k views
PHP Source Control / Build System
I've got a PHP application which I help to maintain with one other person. The current process is very 'loose' - files are sometimes updated directly on the server, or on a local machine then copied ...
3
votes
2answers
924 views
svn deployment strategies for multiple groups of developers (not co-located) working on different components of the same project
Our project is a content management system supporting several dozen of our websites. The development group started off small and in one location, and we dealt with a fairly standard coding/deployment ...
5
votes
2answers
231 views
How to tag a scientific data processing tool to ensure repeatability
we develop a data processing tool to extract some scientific results out of a given set of raw data. In data science it is very important that you can re-obtain your results and repeat the ...
2
votes
1answer
918 views
Stored Procedures In Source Control - Automate Build/Deployment Process
My company provides a large .NET service-oriented solution. The services layer interact with a T-SQL back-end consisting of hundreds of tables and stored procedures. Our C# code is in version-control ...
2
votes
1answer
104 views
Moving on from Hello world style simple programs to big / real world projects : A guide to real world projects
Somebody please re-tag with appropriate tags
Hello,
This is my story but I guess it holds true for all programmers.
We begin programming with some simple Hello World program. We practice & add ...
1
vote
1answer
166 views
Setting up a web development/build environment
My current project has a development web server and live web server. Developers make changes to files on the dev server and test them (by going to the dev address) and make changes as necessary. When ...
0
votes
1answer
260 views
How are builds deployed into QA->Staging->Production for ASP.NET Web Applications?
Secondary questions are
How do we best utilize SCM in the build process?
How are code files labed and branched?
Should we the .csproj and .sln files for build? How flexible are these when deploying ...
1
vote
1answer
44 views
Use tags or directories to distguish platform versions in SCM?
We have a series of scripts that are used when building Apache. Specifically these scripts are used to:
patch the vanilla source code,
patch in customer specific functionality,
build and install the ...
4
votes
1answer
349 views
Consistent tagging across multiple projects in separate Git repositories
I'm working on a product which relies on several different projects each hosted in its own Git repository. When a release is made, it would be ideal for us to consistently tag every project that is ...
2
votes
2answers
132 views
What default targets do you have in your typical ant buildfile?
Do you have some predefined set of targets which all build.xml files you create contain?
For example, a lot of ant manuals suggest the following list of targets:
init
clean
compile
build
jar
test
...
4
votes
1answer
398 views
Can I have a workspace that is both a git workspace and a svn workspace?
I have checked out now a local working copy of a codebase that lives in an svn repo. It's a big Java project that I use Eclipse to develop in. Eclipse of course builds everything on the fly, in it's ...
3
votes
6answers
465 views
What exactly is considered “breaking the build?”
In a CI environment, what exactly is considered a broken build?
There are several answers I can imagine (any combination of compiles, tests pass, metrics are in range, documentation exists etc.) , ...
0
votes
1answer
209 views
Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the parent area?
This is a follow-up question to my original query:
http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm
Now that I have this ...
10
votes
3answers
5k views
Execute Maven plugin goal on parent module, but not on children
We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and then check it into source control.
If I define the plugin in the ...
0
votes
2answers
120 views
How to keep track of the SCM revision in the build versions automatically?
I want to look at a production binary and know which revision in the SCM corresponds to that build. How it is possible? Can I accomplish that in Visual Studio using VSS?
0
votes
2answers
252 views
Sharing code between projects without svn:externals
In order to simplify the build process, I've been trying to reorganize my version control repository.
I am developing a simple client-server application. Following Rob Williams' advice, I have ...
11
votes
2answers
1k views
How to set a Mercurial VCS build trigger for TeamCity that ignores label operations
I am trying to setup a build trigger for TeamCity using Mercurial as the VCS. Right now the trigger looks like:
+:/**
This trigger get fired when changesets are committed. However, I have TeamCity ...
5
votes
5answers
2k views
Bamboo Versioning
I have a situation where i need to maintain version information of my builds. By googling i found limited information. one way is to create a version file on source control and keep updating. other is ...
5
votes
7answers
1k views
Is the Mercurial .hgignore my only option for handling hundreds of temp files generated when compiling?
I've been all over google and SO looking for someone who has asked this question, but am coming up completely empty. I'll apologize in advance for the lengthy round-about way of asking the question. ...
0
votes
2answers
141 views
Abusing the word “library”
I see a lot of questions, both here on SO and elsewhere, about "maintaining
common libraries in a VCS". That is, projects foo and bar both depend on
libbaz, and the questioner is wondering how they ...
6
votes
10answers
543 views
How do you put an large existing database (schema) under source control?
My DBA just lost some development work that he did on our development database. Poor fella. So naturally our manager asked him, at our status meeting, how this could happen and how we could avoid this ...
4
votes
4answers
469 views
Source control concepts - branch per feature, tag per check in
I was reading this post about "branch per feature" and this one too and found myself wondering how many people out there are using this concept? I am all for continuous integration and tagging each ...
4
votes
7answers
2k views
put build date in about box
I have a C# WinForms app with an About box. I am putting the version number in the about box using:
FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location)
.FileVersion
This ...
0
votes
2answers
239 views
Checkin CruiseControl.net config file
Is there any cruisecontrol.net extension, that monitor the event when the config file modified, and will check-in the config file into the source control?
I found on the cruise-control documentation ...
1
vote
1answer
730 views
TFS and RTC - can both be used for both Java and .NET development
Both Microsoft's Team system and IBM's Rational Team Concert have similar features and functions. Both claim to be able to support either Java or .NET developers with their favorite IDE. Do you ...
6
votes
3answers
734 views
Strategies for Developing Multiple Products from One Codebase
I'm working on a project that will (soon) be branched into multiple different versions (Trial, Professional, Enterprise, etc).
I've been using Subversion since it was first released (and CVS before ...
5
votes
8answers
490 views
What are some tips to make my project compile on a fresh checkout every time?
More times than I'd like to admit I've had people new to a project do a checkout only to find they are missing various resources, dll's, settings. I'd like to get in the proper habit of having my ...
6
votes
6answers
442 views
Best practices, building trunk against trunk?
We have many projects that use a common base of shared components (dlls).
Currently the development build for each project links against dlls built from the trunk of the components. (ie trunk builds ...
0
votes
1answer
174 views
Daily Build and SQL Server Changes
I am about to try and automate a daily build, which will involve database changes, code generation, and of course a build, commit, and later on a deployment. At the moment, each developer on the team ...
6
votes
2answers
220 views
What tools are available to determine which .NET assemblies have changed since the last build?
With a seriously big .NET site/solution (100's of assemblies), are there any tools available to recognise which assemblies have changed since the last build (using something more intelligent than file ...
5
votes
5answers
4k views
How do I pass build number from Nant back to Cruise Control
I have a Nant build script which CruiseControl uses to build a solution on-demand.
However, we only recently got CruiseControl so our official build number is different from what is listed in ...
6
votes
5answers
2k views
How to manage external dependencies which are constantly being modified
Our development uses lots of open-source code and I'm trying to figure out what the best way to manage these external dependencies.
Our current configuration:
we are developing for both linux and ...
3
votes
3answers
2k views
Buildprocess for ActiveX / COM / VB6 enterprise projects
We have developed a software system using ActiveX/COM (VB6) technology from microsoft. In the last year, i get more and more interested in automated build processes and SCM at a whole. I intensively ...
6
votes
9answers
632 views
How to version control the build tools and libraries?
What are the recommendations for including your compiler, libraries, and other tools in your source control system itself?
In the past, I've run into issues where, although we had all the source ...
4
votes
4answers
2k views
Best build process solution to manage build versions
I run a rather complex project with several independent applications. These use however a couple of shared components. So I have a source tree looking something like the below.
My Project
...
1
vote
4answers
122 views
How do you make a build that includes only one of many pending changes?
In my current environment, we have a "clean" build machine, which has an exact copy of all committed changes, nothing more, nothing less.
And of course I have my own machine, with dozens of files in ...
7
votes
8answers
586 views
Testing and Managing database versions against code versions
As you develop an application database changes inevitably pop up. The trick I find is keeping your database build in step with your code. In the past I have added a build step that executed SQL ...
3
votes
2answers
2k views
Managed Source Control Hosting and Continuous Integration with CVSDude and CruiseControl.net
For my own project at home, I'm using the rather excellent managed subversion hosting from CVSDude. As it's only me working on the code right now, I'm not using CruiseControl.net, however I expect ...


