versioning
How to version dynamic business Objects/Data?
We are developing a large applications which are related to business. You can find these applications similar to some ERP, CRM, etc.[详细]
2023-04-13 08:33 分类:问答Assembly Version numbers, signed assemblies Why do I get a FileLoadExceptions
My Problem: I have a signed assembly A.dll that it versioned as 1.0.0.0 I have another assembly (lets say B.dll) that references A.dll.[详细]
2023-04-13 07:34 分类:问答redesigning my database
On a old web app I had a table with the following structure: tools(id, name, abbreviation, width, height, power, type)[详细]
2023-04-12 14:36 分类:问答how to update from two sources using subversion?
In our Production environment we have JBoss running in a clustered mode with 4+ nodes. The base JBoss is present in subversion and then we have some local changes on each nodes.[详细]
2023-04-12 05:27 分类:问答How maintain revision/build component in version?
After reading a lot of articles/QAs/FAQs/books I become to think that [MAJOR].[MINOR].[REV] is most useful versioning schema to[详细]
2023-04-11 17:26 分类:问答Are there any cons to putting revision number on app home page?
There are obvious pros of having revision number somewhere on the page (like on stackoverflow.com): easy for users to identify and report version, when they have issues; easyway to s开发者_如何学编程e[详细]
2023-04-10 16:45 分类:问答How do i "version" a C binary file on linux platforms
usually the prac开发者_运维百科tice is not to include binaries in source control repositories, i am using mercurial, and would like to know if anyone has experience with embedding version (minor + maj[详细]
2023-04-09 18:52 分类:问答Compare version numbers without using split function
How do I co开发者_开发技巧mpare version numbers? For instance: x = 1.23.56.1487.5 y = 1.24.55.487.2Can you use the Version class?[详细]
2023-04-09 05:35 分类:问答Storing binary file versions
My application sto开发者_开发百科res large binary files (100Mb - 1Gb) that change over time on s3. I want to offer the ability to roll back or download previous versions of these files without having[详细]
2023-04-08 18:01 分类:问答How to continue developement of live Django Webapp?
I am building a Django powered web app that has a large database component. I am wondering, how would I go about continuing to develop the web app while users are using the live, production version? T[详细]
2023-04-08 16:58 分类:问答