versions Questions
14
Solved
I've been using svn on the command line for 5+ years, but I'm thinking of switching to GUI. The two kings of Mac subversion apps seem to be Versions and Cornerstone. Most of the reviews/comme...
Travel asked 11/3, 2010 at 16:35
3
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 <xcode_folder_path> to set the path to the Xcode f...
1
We have a shoebox-style application that we want to make a first-class citizen in Lion. This means integrating Auto-Save & Versions among other things. Currently we don’t have a document-centri...
1
Solved
When I try to delete a bucket using the lines:
conn = boto.connect_s3(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
print conn.delete_Bucket('BucketNameHere').message
It tells me the bucket I tried...
0
As a followup to my previous question on SO, I have followed the tutorial at https://github.com/RailsApps/rails3-devise-rspec-cucumber/wiki/Tutorial religiously to try pinpoint the origin of my tes...
7
Solved
I know its been asked/answered before, but everything I look at is from back in July, or otherwise out of date.
Should I bother making my app compatible with iOS 3.x (probably 3.1.2 and up)? Means...
1
I have an application for Android which comes in two forms: a trial version and a paid "pro" version. The two versions coexists in Android Market and have different package names (let's call them c...
Exuberate asked 26/3, 2011 at 17:28
11
Solved
As i am a beginner who just finished my engineering and i have good knowledge in c,c++...
I thought of studying c# as well but i found that c# 4.0 has been released.....
Should i care about the p...
3
Solved
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...
Carmagnole asked 26/10, 2010 at 9:55
4
Solved
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...
1
Solved
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 ...
Barnabe asked 24/7, 2010 at 10:3
4
Solved
With the recent announcement of .NET 4.0 and Visual Studio 2010, it is becoming ever more difficult to keep track of what .NET Framework versions build on what version of the CLR and belong with wh...
Bandaranaike asked 17/10, 2008 at 16:37
1
Solved
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 Ver...
2
Solved
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 th...
3
Solved
How far along does software compiled for .NET 3.5 get before crashing on a system that only has .NET 2.0 installed?
The application I am developing uses WPF and requires .NET 3.5, but I would like...
Locarno asked 5/10, 2009 at 14:41
3
One of my colleagues told me today that some projects use a weird, IMHO, way of versioning their releases. If the release is unstable, the minor version is an odd number, eg. 1.3, 1.5. On the other...
Viola asked 12/8, 2009 at 14:11
6
Solved
i have a server - client application that runs on java 1.3; i want to change to java 1.6 step by step, meaning first few clients, than rest of the clients and finally server...
i was wondering coul...
Fleet asked 4/11, 2008 at 12:51
3
Solved
I would like to include a different file depending on the version of GCC. More precisely I want to write:
#if GCC_VERSION >= 4.2
# include <unordered_map>
# define EXT std
#elif GCC_VERSI...
3
Solved
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 whe...
Departmentalism asked 8/8, 2008 at 15:44
4
Solved
I've been wondering about the performance improvements touted in Java SE 6 - is it in the compiler or the runtime? Put another way, would a Java 5 application compiled by JDK 6 see an improvement r...
Leyva asked 18/9, 2008 at 14:30
4
Solved
Here is my code, which takes two version identifiers in the form "1, 5, 0, 4" or "1.5.0.4" and determines which is the newer version.
Suggestions or improvements, please!
/// <summary>
//...
© 2022 - 2024 — McMap. All rights reserved.