Questions tagged [versions]

273 questions
7
votes
2 answers

How does .NET/COM work with multiple versions registered via Regasm?

I have a .NET DLL (that happens to be written in C++/CLI). Parts of it I want to expose via COM. I do this and register it using "regasm my.dll /codebase". So far so good. But then I change some things and the version number of the assembly…
mhenry1384
  • 7,126
  • 4
  • 50
  • 69
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
  • 16,381
  • 20
  • 85
  • 112
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
1 answer

Workaround for Using Different Versions of Android Support Libraries

This is in reference to a warning message appearing in build.gradle file: All com.android.support libraries must use the exact same version specification (mixing versions may lead to runtime crashes) I'm well aware of this and use identical…
AlexVPerl
  • 6,653
  • 5
  • 36
  • 74
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
  • 7,801
  • 13
  • 47
  • 78
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
  • 13,952
  • 20
  • 65
  • 93
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,103
  • 3
  • 25
  • 38
5
votes
3 answers

Python Versions Performance

Where I can find a comparative speed benchmark between python versions? For example the performance between 2.6, 2.7, 3.0 , 3.1 and 3.2 versions.
Patric
  • 643
  • 1
  • 6
  • 15
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,283
  • 4
  • 29
  • 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
  • 53,386
  • 69
  • 224
  • 390
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
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
  • 93
  • 1
  • 7
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
  • 133
  • 2
  • 7
1 2
3
18 19