I have recently been experiencing a bug with cornerstone where the client will change the capitalization of some of my files and then not recognize the re-capitalized files as versioned. This can be very annoying and sometimes causes me to miss committing important changes. I was wondering if anyone was familiar with versions and could...
Hello
My eclipse version is 3.6 or 3.5 I have these versions of eclipse.
There is an easy way to install eclipse plugins on eclipse IDE that explained at this link but I can't use it in Linux Ubuntu!
This way work properly under Windows and Mac OSX. Please help me to use this way in my Ubuntu lucid lynx linux
In this way, I create a f...
I want to start using Eclipse with the PyDev plugin, as recommended by this poster. The PyDev download page says I need Eclipse (3.2 to 3.5) and that I can use the Platform Runtime Binary.
Can I also use Eclipse 3.5.2 (or maybe even 3.6) instead of 3.5?
Where can I find the Platform Runtime Binary? I'm a little bit lost in the Eclips...
When I took my second programing class this was the version. (long time ago)
My teacher let me take it home to practice it was on 5-7 disk (3.5 floppy) to install.
I believe it's Turbo C++ Professional 2.0
It had templates, projects options and used the standard mini square blue screen (ide).
You didn't have to use any extra includes or...
I have mistakenly done an svn revert on the wrong directory and lost my last days worth of work. I think this is a long shot, but is there a way to do an "un revert" in svn?
...
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 replacing an entire jar file wouldn't be that big of a deal (maybe 5MB at most).
Are there st...
How should I make the choice ? What are the parameters I should take into account ?
...
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: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rai...
Hi
I have code like this:
foreach($attributes as $attrib => $options){
if($bb->$attrib != $default->$attrib){
$delete = false;
}
}
$bb is a stdClass, im reading and writing these attributes to it in this way, because I have them stored in an array. Now this works in PHP 5.3 which I have confirmed, I'm pretty sure it ...
Hello,
I'm new to subversion, and of course, ssh.
I'm using Mac's 'versions' app, to 'commit' changes to a repository.
From there, using my mac terminal, i've doing the following:
ssh [email protected]
it then prompts me for password, and i proceed by inputting pswrd
once connected, i input:
svn update /var/www/vhosts/server_n...
I've set up an SVN repo and I've downloaded the free version of Versions. Now, how do I get started with Versions? I get an error when I try to create a repo bookmark.
...
Just something that will save changes automatically, while i'm editing say in gedit, or notepad plus plus, or even windows text editor, etc.
I can't seem to find exactly what i'm looking and SVN, BZR, and GIT are too complicated. One should be able to start a new project, start writing code, and that's it!
So... I'm going to create a w...
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 documents
Comment on documents
There are a couple of options that I am currently considering. The fir...