Questions tagged [versions]
266 questions
6
votes
3 answers
Gathering OS and tool version numbers for build archive purposes
Our automated build machine needs to archive the version numbers of the OS plus various tools used during each build. (In case we ever need to replicate exactly the same build later on, perhaps when the machine is long dead.)
I see the command…

pauldoo
- 18,087
- 20
- 94
- 116
6
votes
7 answers
What is a good Subversion Client?
I use a subversion client called SmartSVN, but it needs Java in order to run. I would like to get rid of that dependency and try something new. Can you think of a better SVN client?
I have tried TortoiseSVN and RapidSVN and I did not like any of…

Nathan
- 61
- 2
6
votes
3 answers
Whats the best way to implement a simple document management system?
I am planning to build a simple document management system. Preferably built around the java platform. Are there are best practices around this? The requirements are :
Ability to upload documents
Ability to Tag documents
Version the…

Ritesh M Nayak
- 8,001
- 14
- 49
- 78
6
votes
1 answer
Maven Versions Plugin: versions:use-releases does nothing
I need change all snapshots dependency of my project before pass to release. I'm trying versions:use-releases from commandline mvn versions:use-releases, but it doesn't work for me. I'm using Nexus repository for releases and the releases versions…

johnnymnmonic
- 774
- 8
- 11
6
votes
2 answers
How could i switch between Ansible versions?
Could i install several Ansible versions at a single OS and switch them at will?
For now we have several releases, say 1.5.4 for Ubuntu, but the latest is 2.0.1, and 1.9.4 is still around. I would appreciate install all of them and just switch to…

WebComer
- 1,131
- 2
- 19
- 31
6
votes
2 answers
Why Maven Versions Plugin (versions:use-latest-versions) not updating/changing -SNAPSHOT version to release (none -SNAPSHOT version)?
I am using the Version Maven Plugin plugin use-latest-versions functionality to update groupID=com.example* internal dependency versions to the latest version. This is executed as part of our CI system using Jenkins.
When developers start working on…

Norbert Tamas
- 4,464
- 5
- 23
- 28
6
votes
2 answers
Paper_Trail: Show Diff Between Versions
I'm new to Rails...using RubyMine as an IDE.
I have Paper_Trail saving previous versions of the data "xoi_qb". My view is currently showing the current and previous data as I'd like, but I would like to show the diff between the current version…

cwayne2
- 103
- 1
- 9
6
votes
1 answer
Versions. "Is not a working copy"
A little background first:
I'm a designer/developer and decided to use subversion for a personal project. I'm the only one working on this project. I've setup a Beanstalk account and installed Versions on Mac. Locally I have MySQL and PHP running…

bart
- 14,958
- 21
- 75
- 105
6
votes
4 answers
How can I install Xcode 6 along side Xcode 5?
I was wondering if there is a way that I could install Xcode 6 along side Xcode 5. I've seen people say you could but they haven't really explained why. Can someone help to explain why? Also, how would you uninstall it if I wished to in the future?

surfmaster96
- 135
- 1
- 11
5
votes
3 answers
Opendiff does not start anymore
Today I tried to use opendiff on my MacBook Pro and I got this error.
xcode-select: Error: No Xcode folder is set. Run xcode-select -switch to set the path to the Xcode folder.
Error: /usr/bin/xcode-select returned unexpected…

Chris Cinelli
- 4,679
- 4
- 28
- 40
5
votes
2 answers
How to install two versions of Qt and tell the application which to use?
I am developing an application in Qt, but using D language (with QtD binding). I've noticed that my app crashes with Qt 4.7.x, so I need to use Qt 4.6.2 instead. However in my system Qt 4.7.2 is installed. Unfortunately I neither make QtD work with…

Mitu
- 51
- 2
5
votes
2 answers
How do you change Rails version on a mac?
I've got Snow Leopard with Rails 2.3.5 installed along with other versions (2.2.2 and 1.2.6). I'd like to use 2.2.2 as the webserver I want to deploy to uses a 2.2.x version of Rails. I've tried to uninstall Rails 2.3.5 but get this error:
ERROR: …

Matt
- 5,573
- 4
- 33
- 37
5
votes
4 answers
Patching Java software
I'm trying to create a process to patch our current java application so users only need to download the diffs rather than the entire application. I don't think I need to go as low level as a binary diff since most of the jar files are small, so…

Jeff Storey
- 56,312
- 72
- 233
- 406
5
votes
1 answer
Easy way of installing Eclipse plugins on Ubuntu
I'm running Eclipse (versions 3.6 and 3.5) on Ubuntu and I'm having trouble installing Eclipse plugins.
There is an easy way to install eclipse plugins in Eclipse, but this doesn't work for me on Ubuntu! This way only works properly under Windows…

taher
- 539
- 1
- 9
- 22
5
votes
1 answer
different versions of git between developers
if I have installed version of GIT 1.9.4 and the repository on server is using 1.8.2 would there be a problem? Are there any issues with working using different versions of GIT? Does every person in a team should have the same version or does it not…

N'joy Y'ventr
- 172
- 2
- 9