Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the ...
3
votes
0answers
412 views
How does NuGet decide whether to use local package cache or not?
Today I've faced with a strange behavior of NuGet when installing a package.
A brief description: as a result of my build script there's a NuGet package. I don't change the version each time, so each ...
3
votes
0answers
128 views
Object Browser, Fully Qualified Assembly Name, and Config Files
I needed to add a System class to my config file, and found it would not work unless given a fully qualified assembly name. Ok, no worries, I'll simply look that up.
Uh oh.
I expected the Object ...
2
votes
0answers
160 views
SVN tree conflicts on merge after reintegrate branch
I have a problem. Normally I work using Tortoise SVN and every month to work on the development of the code I use a branch structure that looks like this:
trunk ----- b1
| |
| ...
2
votes
0answers
89 views
how to show detailed gcc version number?
I know g++ --version but it only shows very simple version number with no build id or build date. How to get more detailed information ?
for example here: ...
2
votes
0answers
79 views
Maintain a .NET WebServices API across multiple releases with minimal effort
I have been reading around the solutions to versioning on .NET web services i.e.
http(s)://example.com/API/WebServices/v1.0.0/Customer.asmx
http(s)://example.com/API/WebServices/v1.1.0/Customer.asmx
...
2
votes
0answers
68 views
JAR file versions
I'm using Visual Studio 2008 for C# and Eclipse 20120216-1857 for Java 1.6.37 to build a web app. Each of my Java projects contain bin and src directories, along with .project, .classpath, and ...
2
votes
0answers
40 views
Jboss server versioning
am upgrading jboss from version 4.02 to 7.02 in unix environment. But after i installed the new version and uploaded my project war file generated with jboss version 4.02 in eclipse in windows. Its ...
2
votes
0answers
55 views
Eclipse corrupts cvs files
I'm facing a frustrating issue when creating a project from the resources I just checked from the cvs server . Basically everything is ok (all files are under version control) after the checkout is ...
2
votes
0answers
118 views
Design ideas for a versioned db schema with related tables also versioned
Here is the drill, I want to version a database. I have done this before using multiple rows where the table primary key becomes a combination of the row id and either a datestamp or a version #.
...
1
vote
0answers
60 views
Automatic Versioning with Team Foundation Server 2012; Increment Only on Changed Assembly
I've been tasked with setting up a new Team Foundation/Build server at my company, with which we'll be starting a new project. Nobody here currently has experience with TFS, so I'm learning all of ...
1
vote
0answers
12 views
Add version information to existing unversioned file
I know I've seen this asked and answered in great detail before, but I can't find it for the life of me, so I'll ask again.
I've inherited some legacy code, and as is often the case with legacy code, ...
1
vote
0answers
24 views
Tracking Changes on POJO , And persisiting Changes to DB
I Have a ticketing System where in want to track the state changes on my Ticket Pojo. i am interested in History of what all changes were made to any property on objects of this type.
we are ...
1
vote
0answers
30 views
API versioning: who should do the version-based dispatching?
I'm developing an API using ruby and Sinatra for an already existing Rails App. I've separated the applications (no mounting logic), and these are therefore being deployed separately. On production ...
1
vote
0answers
19 views
How do I set the output file's version in JScript.NET using JSC?
I'm using jsc.exe (I don't have Visual Studio) to compile a JScript.Net script into a DLL, and I want to be able to set the version info. Is there any way to do this?
1
vote
0answers
100 views
htaccess versioning, check if file exists in multiple places
Thanks in advance for your help!
So I have the following .htaccess code.
It seems to work. However, it has to be the most bloated inefficient piece of work in existence. There just HAS to be a ...