Tagged Questions
The autoversioning tag has no wiki summary.
6
votes
2answers
602 views
How to Add an Auto Version Number in Latex?
This question http://stackoverflow.com/questions/2633986/add-a-version-number-to-the-title-of-a-latex-document spurred my curiosity:
How do you add an auto-version number in Latex?
( So one is not ...
5
votes
1answer
233 views
How to make android:versionName in AndroidManifest.xml changed automatically in eclipse?
I want to change android:versionName each time when I release apk.
Are there any eclipse plugin or some other ways that can help it automatically change along with my code's compilation?
For ...
5
votes
3answers
2k views
WebDAV auto-versioning in Git or Hg or any modern VCS
I just recently learned of SVN's auto-versioning feature for WebDAV. Although I understand this is not replacement for proper versioning, with messages documenting change sets, it strikes me as a ...
4
votes
3answers
607 views
How to commit subversion revision with every commit in order to refer between two repositories
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either side changes. It ...
2
votes
1answer
387 views
Modifying AndroidManifest.xml with build tag causes infinite rebuilding in Eclipse
I've added a tagging / date-stamping system to my Android build system similar to the thread found here on Stack Overflow: embed version details in android APK
This worked out great for me, The post ...
1
vote
4answers
351 views
Deriving application build version from `git describe` - how to get a relatively straightforward string?
I want to compose application build version that is automatically derived from GIT branch name I am on (when building) and the number of commits since the branch "start". I believe this will be unique ...
1
vote
1answer
111 views
Autoversioning externally linked content
So I'm building a javascript library meant to be loaded by external domains. I'm looking for a good way to do auto-versioning for this. Ideally, the external domain should be able to just write ...
0
votes
1answer
57 views
Adding some automatic versioning to CSS files. How come I'm not able to pull assembly info?
<link rel="stylesheet" type="text/css" href="../Content/Dashboard/CustomTooltip.css?v=<%= ...
0
votes
2answers
283 views
Autoversioning CSS/JS in ASP.NET MVC?
So I was reading this stackoverflow post about "autoversioning" in ASP.NET MVC for CSS/JS files and was wondering what the "best" strategy is to do this.
The solution provided inserts an assembly ...
0
votes
0answers
96 views
Best way to create cloud based platform to create applications filling and processing software
I am looking for best platform to create web based application filling service.
From one side of this application/platform will be state agencies receiving application forms for grants on different ...
0
votes
1answer
96 views
Question about auto-versioned static content
From my understanding, auto-versioning as a method of forcing updates of static content will cause unique files to be cached every time the content is updated, potentially leading to many "copies" of ...
0
votes
2answers
190 views
Automated versioning of files in file share?
We have a file share on a debian server which people will be putting mostly small plain text, word, excel, pdf, misc, files into. We want to keep file level versioning of everything placed in that ...
0
votes
3answers
163 views
How can I update a revision number in a not modified file for every commit having also this file committed?
I have a revision.txt file in my SVN project.
Basically I want that this file is updated automatically when I call svn ci with the revision number the working copy will have after the commit.
For ...
0
votes
1answer
298 views
autoversioning image links INSIDE css and javascript files?
Inside my PHP application, I'm already successfully autoversioning my static content (CSS, JS, and images), so my URLs look something like this:
<link rel="stylesheet" ...
0
votes
1answer
433 views
Is SVNAutoversioning directive in apache subversion imporant?
If so why? I know setting this on will result in more number of automatically committed revisions. Is it good to have more auto commits?