ClearCase for Linux 109
An Anonymous Coward sent me an email he got "...It is not Rational's policy to disclose future plans on this mailing
alias, But, we want you to know that we do listen to your requests, and have heard loud and clear your need for ClearCase to support Linux. The
ClearCase team is currently working on supporting Red Hat Linux in a future ClearCase release". Keep them coming...
ClearCase (Score:1)
Like GNOME or KDE? Whatever.. (Score:1)
ClearCase & branding (Score:1)
Feeling a little overhyped?
F*ck all that... (Score:1)
Anyways, if there are UML goombahs out there that haven't heard of Dia, LOOK AT IT. It's VERY raw right now but one of my favorite special-purpose tools. I started working on getting it to make diagrams from SQL scripts (just simple create table foo (YourMom varchar(255), Foo int); type stuff) and got distracted, but it doesn't look like it will be harder than necessary. The output format is XML and there's an active user community. Here is the homepage:
http://www.lysator.liu.se/~alla/dia/dia.html
I think version 0.40 will be coming out soon.
Okay, let's try that again: (Score:1)
+ or -? (Score:1)
bleh (Score:1)
sarcasm? (Score:1)
Superior to any other... (Score:1)
> clearmake
mkdir -p objs
Wink in derived object "objs/path_util.o"
Wink in derived object "objs/string_util.o"
.
.
"In true sound..." -Agents of Good Root
Perfectly opaque (Score:1)
A senerio:
Suppose that you build program hello in a view that is configured to select the most recent version of hello.c to which the attribute QAed has been attached with the value Yes. This turns out to be version 12 on the main branch.
A suer discovers a bug in hello that the QA department did not catch. As a result, the QA manager removes the attribute from version 12. now, version 9 is the most recent version with the attribute, so your view is dynamicly reconfigured to access that version.
You enter a clearmake hello command. Since the version of hello.c in the view (/main/9) does not match the version in the config record of your current instance of hello, clearmake either winks in the object if someone has already built it or clearmake rebuilds it.
A standard make program would have been fooled by the recent time-modified stamp in this situation. The program hello is not out-of-date with respect to version 12 of hello.c, so it is certainly not out-of-date with respect to the even-older version 9. Thus, the standard make algorithm would have declared hello up-to-date, and declined to rebuild it.
"In true sound..." -Agents of Good Root
Why are they porting to "Red Hat" Linux?? (Score:1)
You don't port an application to Linux, because Linux is just a kernel. You need to port them to a specific version of the OS, or rather distribution.
Otherwise how are you going to know if the application is going to work when you developed it on RedHat and someone installs it on Slackware 1.0?
I want my Purify (Score:1)
C.
ClearCase & branding (Score:1)
developers are going to target the company that gives them the
greatest exposure, marketing clout and market.
Who's to bet that RH is going to win hands down in the developer market.
An article in the local rag (www.it.fairfax.com.au - article not online)
explained how Caldera (www.calderasystems.com) is aiming to the busines
market, RH has like 72% of the 18-24YO developer market (how they make
these claims I do not know?)
So watch for the software companies
targeting the various L*nux brands along the following lines
what I would like to know is which of these distributors is going to best
support game s/w,RH?
I want my Purify (Score:1)
Is this Rational Systems? (Score:1)
The best thing about ClearCase on Linux is it is one less obstacle for maverick employees to install Linux on their workstations at work
Now if they would only port Rose 98....
--
Aaron Gaudio
"The fool finds ignorance all around him.
when you actually... (Score:1)
--
Aaron Gaudio
"The fool finds ignorance all around him.
ClearCase is too heavyweight! (Score:1)
Despite the Linux and Unices clients, though, Perforce (last I used it, which was last summer) did not seem very interested in those of us developing *on* Unix workstations. There was no graphical tools, which are almost necessary for complex branching (which of course, they tell you not to do, but branching is necessary in a large project) and other complex operations. The company I worked for had to write a Tcl/Tk interface for it. Of course there was a win32 interface already.
I didn't use Perforce much (I left the company during the transition), but I don't see it as much but a upgrade of the functionality of CVS. I doubt there is much Perforce can do that a relatively simple frontend for CVS could do. And CVS is free software.
That being said, if there was a VFS interface for CVS, then most of what ClearCase is good for would be co-opted as well.
--
Aaron Gaudio
"The fool finds ignorance all around him.
Is this Rational Systems? (Score:1)
--
Aaron Gaudio
"The fool finds ignorance all around him.
Easier for Linux users than Microsoft users (Score:1)
But hey, why not have BOTH Alt+C and Ctrl+C do a copy? This is the sort of solution ideas we need.
(really in my code I use Ctrl+C for copy, for the same reason that MicroSoft does: I don't want to interfere with the use of Alt+C to copy other data (like graphics) and was too lazy to write the program to analyze what you selected last.)
All i wanted was... (Score:1)
I am quite glad Windoze has those individual menu bars, as otherwise we would be stuck with click-to-type because of people copying the one-menubar interface... Right now Point-To-Type support is probably Linux's #1 User Interface advantage over other systems. (the fact that you can click on a window without raising it under both click and point to type under most window managers is perhaps #2)
I do hate both of KDE and GNOME for not figuring out a way to provide users with the controls without wasting the screen space with a "taskbar". I personally would like to see both the "taskbar" and "start button" combined into a single pop-up menu that takes ZERO space when not being used.
Clearcase? UGH! (Score:1)
Clearcase? UGH! (Score:1)
A kernel module has to be linked to the kernel in order to work. The process of linking is the creation of a derived work.
Linus has explicitly granted permission (beyond the scope of the GPL) for distribution of binary modules that install into the kernel, provided that they don't require any other kernel modifications.
If you want to distribute a binary-only kernel module for Linux, and you need to modify the standard kernel code to make it work, you're SOL.
We don't want proprietary crap in the kernel, and allowing binary-only modules at all is a big concession; allowing that to be combined with arbitrary hacks would allow anyone to make arbitrary amounts of the kernel proprietary.
Rational Rose (Score:1)
Amen! Long Live CVS! (Score:1)
Long Live CVS!
--
You mean like a brain? (Score:1)
--
Why are they porting to "Red Hat" Linux?? (Score:1)
Thank you rational (Score:1)
Clearcase? UGH! (Score:1)
The kernel mods needed should be pretty minimal, because as I understand it most of the work is done by a daemon. With linux's VFS layer in the kernel, it should not be too hard to implement the kernel support. In fact I even volunteer to help, if they are looking for help! (It would be a fun project, I think...)
I have to say that ClearCase is the coolest thing since sliced bread! With clearcase for linux I would be able to use my linux box for more than just an x-terminal!
bleh (NOT) (Score:1)
Like GNOME or KDE? Whatever.. (Score:1)
3.1- not bad, not good, but more on the bad side
95/98- Better, actually not than bad, but unstable
KDE 1.0- pretty damn good, about par with 95/98
KDE 1.1- much better, lower mem usage, much prettier...
More useless M$ words.... (Score:1)
One of the projects we're working on currently is a ergo-design station area with extremely enhanced UI's including 3d fully rendered FS plots, app. manipulation with retinal/nuero resistive reponse etc.
Let's look at words like "discoverable", "UI enhanced experience", "inititiveness", and a thousand other made-up M$ words lack have no substance but have thousands of sheaple that follow it.
First of all, M$'s interface is nothing new. They stole much from the X-Windows of Unix, not to mention much of the NT code is most likely a clone of some OS2 stuff... badly mangled at that.
GNOME & KDE represents power and configurability that doesn't talk down to the end user.
Are they the end-all of UI? Of course not but we have to have some familiar ground to get the sheeple using windows to Linux and allow them to feel comfortable in an environment with familiar objects. GNOME & KDE are also much more stable and functional than the MS-Windows UI and considering the fact that these UI's have been around for 2 years or less and have this much functionality says much for the OSS development process and less for Microsoft.
You may wish to refer to the GTE study of 1998.
A call-center of 733 people all of whom were using MS-Windows based workstations were chosen.
In this center down time cost approximately $480,000 USD$ per half 20 minutes. (when you call GTE you are calling this center) when these people were switched to Linux based workstations, with only 1 day of training, their productivity went up by 36%. This is a gain of over 3 Million dollars per week.
Don't tell me about UI usability. Prove it!
Nick
Linux Systems Group
Linux UI's have much more power/potential (Score:1)
One of the projects we're working on currently is a ergo-design station area with extremely enhanced UI's including 3d fully rendered FS plots, app. manipulation with retinal/nuero resistive reponse etc.
Let's look at words like "discoverable", "UI enhanced experience", "inititiveness", and a thousand other made-up M$ words lack have no substance but have thousands of sheaple that follow it.
First of all, M$'s interface is nothing new. They stole much from the X-Windows of Unix, not to mention much of the NT code is most likely a clone of some OS2 stuff... badly mangled at that.
GNOME & KDE represents power and configurability that doesn't talk down to the end user.
Are they the end-all of UI? Of course not but we have to have some familiar ground to get the folks
using windows to Linux and allow them to feel comfortable in an environment with familiar objects.
GNOME & KDE are also much more stable and functional than the MS-Windows UI and considering the fact that these UI's have been around for 2 years or less and have this much functionality says much for the OSS development process and less for Microsoft.
You may wish to refer to the GTE study of 1998.
A call-center of 733 people all of whom were using MS-Windows based workstations were chosen.
In this center down time cost approximately $480,000 USD$ per half 20 minutes. (when you call GTE you are calling this center) when these people were switched to Linux based workstations, with only 1 day of training, their productivity went up by 36%. This is a gain of over 3 Million dollars per week.
Don't tell me about UI usability. Prove it!
Nick
Linux Systems Group
Linux UI's have much more power/potential (Score:1)
One of the projects we're working on currently is a ergo-design station area with extremely enhanced UI's including 3d fully rendered FS plots, app. manipulation with retinal/nuero resistive reponse etc.
Let's look at words like "discoverable", "UI enhanced experience", "inititiveness", and a thousand other made-up M$ words lack have no substance but have thousands of sheaple that follow it.
First of all, M$'s interface is nothing new. They stole much from the X-Windows of Unix, not to mention much of the NT code is most likely a clone of some OS2 stuff... badly mangled at that.
GNOME & KDE represents power and configurability that doesn't talk down to the end user.
Are they the end-all of UI? Of course not but we have to have some familiar ground to get the folks
using windows to Linux and allow them to feel comfortable in an environment with familiar objects.
GNOME & KDE are also much more stable and functional than the MS-Windows UI and considering the fact that these UI's have been around for 2 years or less and have this much functionality says much for the OSS development process and less for Microsoft.
You may wish to refer to the GTE study of 1998.
A call-center of 733 people all of whom were using MS-Windows based workstations were chosen.
In this center down time cost approximately $480,000 USD$ per half 20 minutes. (when you call GTE you are calling this center) when these people were switched to Linux based workstations, with only 1 day of training, their productivity went up by 36%. This is a gain of over 3 Million dollars per week.
I believe that the next two years will have KDE and GNOME working on their wonderful desktops, coming out with much increased functions/features and others coming out with radical new UI's like those mentioned above. Linux lends itself naturally to these improvements by it's file system layount and it's OSS design paradigm.
Nick
Linux Systems Group
TogetherJ...Where to find this tool? (Score:1)
Where can I find it? Does it run on Linux?
Thanks,
Nick
Linux Systems Group
Clearcase? UGH! (Score:1)
Clearcase? UGH! (Score:1)
I would also add that while it might not be a problem vis a vis Linux, supporting Clearcase with commercial *nix systems (Solaris and Irix) is a royal pain in the patoot. You are STUCK at whatever rev of the OS that Clearcase currently supports, and until they release a new version, you CAN NOT MOVE FORWARD. And heaven forbid you let your support contract lapse. I think you get the picture.
Clearcase? UGH! NOT! (Score:1)
We are already looking into a linux port at my company (those of us in development who hate the NT port (native Solaris)) and this will only simplify things greatly (we had been thinking of NFS exporting the source code, which clearcase also supports)
Is this Rational Systems? (Score:1)
Why are they porting to "Red Hat" Linux?? (Score:1)
ClearCase (Score:1)
Freed software (Score:1)
Yes, (lack of) CC support is a Linux showstopper (Score:1)
within a large company that doesn't use CC.
If the company is serious about their sw development, then they eventually find their way
to CC. It does so much more than CVS or RCS is even capable, and is much better at what it does
than anything else out there.
There's no problem with them porting to Linux, and
there's no problem with them making money from it.
This is a product that companies are already spending 100s of 1000s of dollars on, in addition to the money they spend for the HW/OS platform to begin with. Let them port to Linux, and let me save $5k per hw platform so I can put a real OS on
people's desk! That will only help us show others
the real power of freed sw!
that reminds me... (Score:1)
jeff
Linux - support (Score:1)
MS and Linux? Lookalike, Or Power? (Score:1)
Almost a lookalike. Where's the Kickbutt looking software that shows the TRUE power of Linux. I say quit with
the MS lookalike and lets make software for a new age, with more new looks! As you might of guessed Linux is
going to go big!
hehe (Score:1)
:)
MS and Linux? Lookalike, Or Power? (Score:1)
All i wanted was... (Score:1)
Hey, If you like MS, thats fine by me, Just don't try to lay the blame on me, You also have about 100,000+ other sysadmins, and programers to flame also...
Hey look it's very simple... (Score:1)
And if you want raw power and a os than can boot up supporting 10,000+ users on a system costing lest that $1200.00 under 30 secs, get linux and a 300a celeron.. it's a great setup for a linux system, Don't forget SCSI drives..
oh, it's *FREE* :) (Score:1)
The only thing i charge for is the setup.
Everything else is free. Our email is totaly free, And hey some people (maybe not you) but most like not having spam everywhere.
I mean c'mon i have to make some money to eat off of.. Same thing with the ads on