Tagged Questions

0
votes
1answer
12 views

NHibernate not throwing StaleObjectStateException when <Version> used and data changed in database

I have an entity mapped in NHibernate with optimistic concurrency control set on it. The mapping is like the following: <class name="entity" optimistic-lock="version" discriminator-value="0"> …
1
vote
3answers
53 views
+100

Web-App : Keeping trace of the version of the application in database ?

Hi, We are building a webapp which is shipped to several client as a debian package. Each client runs his own server. But the update and support is done by us. We make regular releases of the …
0
votes
0answers
21 views

Nhibernate versioning problem

I have a method that will return a list of suggested orders. If the user passes a null that criteria is ignored. public IList<SuggestedOrderItem> GetSuggestedOrderItemByCriteria ( …
1
vote
1answer
35 views

Trade-offs implementing versioning of services accessed by reliable async messaging?

Clients of HTTP services can specify the version (and format) they understand by requesting or posting data with a specific content type. The HTTP protocol defines error codes for reporting that the …
1
vote
1answer
12 views

Blackberry - Get current application’s ApplicationDescriptor object

Hi, I'd like to get access to my currently running applications applicationDescriptor object. I want this so that I can get the current version number and, on the initial screen have a title like …
0
votes
0answers
24 views

ECM - Document Control Management / Versioning and CMS

Hello All, I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information. For quite some time I …
4
votes
6answers
70 views

How do other development teams approach version numbers?

Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a …
3
votes
2answers
72 views

Git global tags— evidently bad, but why?

In his 2005 email to the Linux Kernel mailing list, Linus Torvalds is very emphatic that tags in git should be private and not be automatically included when fetching from others: Pulling a …
0
votes
4answers
56 views

Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial

I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default. For example, for C# projects, I would like these to be …
15
votes
21answers
764 views

Version Control for a total newbie

Hello everyone, I'm totally new to the world of programming and understand very little in terms of jargon and typical methodology. A while ago I was writing some code, but accidentally deleted some …
0
votes
2answers
46 views

SVN avoid storing passwords in plain text?

Under a bare bones setup for SVN on windows (without using VisualSVN), as per the instructions, the passwords are to be entered in the passwd file. Does SVN provide a way to encrypt or atleast mask …
1
vote
2answers
159 views

How to effectively manage branches with JIRA?

We develop a product that consists of a core runtime shared across products (project1, project2, ...) and a project/product specific part. For each of those "products" we maintain multiple branches …
-1
votes
1answer
164 views

WinSxS: How to take dependency on specific version of gdiplus.dll?

I need to add a dependency on a specific version of GDIPlus. This is the version of GDI+ that i want: I want to be sure that I'm using this version for a specific compatibility reason. I've added …
0
votes
0answers
5 views

Best practice way to version a web service application (Microsoft Route)

I have an IIS Web Service Application (WCF Services). I would like to know what is the best practice method to versioning a web app like this? My idea is to create another web service that pulls the …
0
votes
2answers
74 views

Access Version Info for Project

I would like to display what version my App is in on the UI. It looks like I set that in Properties --> Application --> Assembler Information. Is that correct? Do I manually increment that upon …

1 2 3 4 5 16 next
15 30 50 per page