Tagged Questions
6
votes
3answers
295 views
How to manage/control software versions? [duplicate]
I'm facing a problem to create a version control outline for several already existing software parts for my company. Until now no one - expect for the developers - knows that there are different ...
17
votes
5answers
4k views
How do you achieve a numeric versioning scheme with Git?
My organization is considering moving from SVN to Git. One argument against moving is as follows:
How do we do versioning?
We have an SDK distribution based on the NetBeans Platform. As the svn ...
5
votes
3answers
770 views
Managing SQL Stored Procedures' Version
I am working with a team of 5 persons. We are using SQL Server as our database.
Since long time I want to store the Stored Procedures in SVN so that the versions can be maintained. Is there any tool ...
1
vote
1answer
81 views
Strategy for versioning on a public repo
Suppose I'm developing a (javascript) library which is hosted on a public repo (e.g. github). My aim in terms of how version numbers are assigned and incremented is to follow the guidelines of ...
4
votes
2answers
135 views
Bump version before kicking off new development or when tagging a release, which is better?
Some projects bump version before kicking off a new development, while the other projects bump version when tagging a release.
Which approach is better?
If version number not changed at the start ...
1
vote
3answers
192 views
How can I add the version of a file to the file name with Tortoise-SVN?
I would like to start giving unique names to "cache-able" files - i.e. *.css and *.js - in order to prevent caching, without requiring changes to the web-server settings (as is currently done in IIS).
...
4
votes
4answers
160 views
proper comments for source control log [duplicate]
Possible Duplicate:
What is your typical source control commit comment?
What are suitable comments to put in the source control log?
To me this seems a similar problem (but possibly more ...
17
votes
4answers
859 views
What is the best way to handle product versioning and branching of long term projects?
In a general sense, for long term projects that may have multiple releases during the products life cycle and require support of previous products, what is the best way to handle product versions and ...
4
votes
3answers
207 views
Document Versioning
I have been tasked by my boss to look at a system where we create Python scripts and upload them to a server and store details in the DB. He also wants me to implement versioning, so that if any ...
9
votes
6answers
593 views
Branching and versioning strategy for shared libraries
These posts seem related, but my brain is starting to melt, trying to think this through :P
My employer has just started using source control, primarily because before they hired more developers, the ...