Berkeley CSUA MOTD:Entry 17001
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/26 [General] UID:1000 Activity:popular
5/26    

1999/12/3-5 [Computer/SW/RevisionControl] UID:17001 Activity:very high
12/3    Does anyone really like their build management, source code control
        software they use for their company/project?
        \_ I like Perforce.  http://www.perforce.com  No build management;
           it's just source control.  You might also check out BitKeeper. --pld
        \_ I used CVS for source code control when I was working.  Now
           that I'm in grad chool I still use it.  CVS is simple, stable,
           powerful, easy to use, and the source is available.  I
           especially like the features which allow people on different
           machines to share projects over the internet.  -emin
        \_ MS Source Safe.  Fully compatible.
           \_ MS VSS is a load of crap even by Microsoft standards.  The only
              reason to use it is that you don't know any better.
              \_ We ditched CVS for MS Source Safe because CVS is a load
                 of crap. Source Safe is much much better.
                 \_ We ditched MS Source Safe for Perforce because SS is a
                    load of crap (it was into things like losing files and
                    corrupting change history databases).  Perforce is much
                    much better, nyeah.
                    \_ user error.
                       \_ Uh, no.  The "we" was a corporate we -- the loss and
                          corruption happened over a number of SS installations
                          within my company.  Each SS install had its own
                          dedicated machine and admin (they were supporting
                          developers on multi-hundred-million-dollar products;
                          we didn't just hire up some dope-smokin' dropout
                          from the mailroom and start up source control on a
                          spare P-66).  SS sucks rocks.  The only user error
                          was getting it in the first place.  The groups that
                          were using Perforce or ClearCase from the start had
                          none of these problems.
                          \_ Don't believe it.  Sorry, but I think you're full
                             of crap.  SS is the best.  The idea that you had
                             20+ machines and 20+ admins to go with them makes
                             the rest of your story ring false.  No one does
                             that.  No one with any talent would take a SS
                             admin of *one* machine as a full time job.
                             \_ Hello, have you ever heard of someone doing CM?
                                Large companies often have at LEAST one CM
                                person per project.
                                \_ And reading the followup below, we can see
                                   that I was correct and you're a clueless
                                   fuck.  Thank you for playing, come again
                                   soon.  Box of Rice A Roni on the way out.
                                   \_ Why not just admit you have no idea what
                                      a CM person does?   CM's are relengs
                                      you dumbass.
                                      \_ Uh because I do?  Gee, I'm sure what
                                         you know from your one employer is
                                         the only way it could be everywhere.
                                         \_ Someone says that they had an admin

        \_ Yes.
                                            doing CM stuff per project.  Your
                                            response was that is obviously
                                            false.  WELL GUESS WHAT!  MOST BIG
                                            COMPANIES HAVE AT LEAST 1 CM i
                                            PER PROJECT.
                                            \_ Heard you without the yelling.
                                               You're still wrong no matter
                                               how many CAPS you use.  And
                                               even if you were right (you're
                                               not), a BIG COMPANY doing a
                                               thing doesn't make that a smart
                                               thing.  And there aren't that
                                               many talented people around
                                               willing to sit on their asses
                                               all day doing CM.  It's a dope
                                               smoker job.
                                               \_ I never said it was smart.
                                                  Just that it is.  And it is
                                                  (true that is)
                                                  \_ Yeah whatever. yawn.
                             \_ Sorry, I was being inaccurate; these people
                                were releng types, so they had duties beyond
                                purely being SS admins.  But my point was that
                                the problem was chronic to SS installs across
                                the company, not a case of SS being screwed up
                                by one bonehead.  But whatever; use what you're
                                happy with.  Hope you keep backups.  Don't be
                                surprised when SS fucks you over, should your
                                projects ever grow beyond the two-guys-in-a-
                                garage point to something serious and large-
                                scale.
                                \_ They're serious, they're big, they're not
                                   corrupted.
                                   \_ How big (how many files/lines of code/
                                      size in KB/MB of files under source
                                      control)?  How many developers do you
                                      have contributing to your projects?
                                        \_ multi-hundred-million-dollar
                                           projects.  And you?  Some time in
                                           the XCF if you're lucky?
        \_ What about Clearcase; Continuus (Remedy?); SCCS; RCS
           \_ Clearcase is expensive and has excessive hardware requirements.
              If you don't know why RCS won't cut it, you shouldn't be making
              the decision.
              \_ Clearcase is from Rational (rational bought PureAtria recently
                 I think).  When I first started using it, I hated it.  Now I
                 think it's wonderful.  The GUI portion is pretty weak on the
                 Unix side, but is fabulous on NT.
           \_ Clearcase ROCKS!!!!
        \_ I like ENVY from OTI. It is a fantastic version control tool and
           source code repository. It's basically an object database that
           stores every version of every method, class, package, application
           you create.  It, because of integration with the tools vendors,
           it is totally transparent (never need to manually checkin/out).
           Plus, it has a nice suite of tools for doing diffs/merging forks
           of methods/classes/packages/applications.  Works for Smalltalk
           and Java.
           \_ yeah yeah that's nice, whatever, I use RCS.
        \_ use PRCS.-ali
        \_ Yes.  And No.
        \_ And sometimes maybe.
2025/05/26 [General] UID:1000 Activity:popular
5/26    

You may also be interested in these entries...
2008/4/3-9 [Computer/SW/Mail, Computer/SW/RevisionControl] UID:49661 Activity:nil
4/3     In "p4 client", modtime/nomodtime sets the file timestamp to
        either the modification time from submitting client or the time that
        the file is fetched.  Is there a way to set the file timestamp to
        the time that the file was submitted, like what ClearCase does?  Thx.
        \_ How is this different from the modtime option? Are you concerned
           about clock skew or timezone differences?
	...
2006/8/10-14 [Computer/SW/RevisionControl] UID:43961 Activity:nil
8/10    Perforce question.  When submitting files, is there a way to tell
        Perforce to verify that the files are actually different before
        allowing them to be submitted?  ClearCase does this automatically.
        Thanks.
        \_ I right-click my pending changelist and select "Revert if unchanged"
           Everything that remains has diffs.  This also makes it easy to
	...
2006/5/1-4 [Computer/SW/RevisionControl] UID:42875 Activity:nil
5/1     what do you use for source code control?
        list of opensource ones: http://www.venge.net/monotone/others.html
        (Thanks for the link danh)
        what is this?:
        cp foo foo.bak: +-
        sccs:
	...
2006/2/9-11 [Computer/SW/RevisionControl] UID:41783 Activity:kinda low
2/9     I'm starting a personal programming project and I need some revision
        control system.  What would you suggest given that the client and
        server must run on Windows?
        \_ Subversion
           \_ Seconded. Subversion is probably the best revision control
              system I've used. It is as easy to use and maintain as cvs
	...
2005/10/3-5 [Computer/SW/Languages/C_Cplusplus] UID:39966 Activity:nil
10/3    Windows Explorer question: Is it possible to modify the context menu
        (right click) to add a custom action?  I have templates of spreadsheets
        I want to copy quickly to certain folders.  I envision using the
        context menu in this manner: Right-click -> Create Template Here ->
        [template1], [template2], [templateN].  It should have one of those
        right arrows that will expand into another menu from which I can choose
	...
2005/8/8-9 [Computer/SW/RevisionControl] UID:39052 Activity:low
8/8     How do you make clear case behave simpler, like say CVS. My office
        is using it and it has way too many features and complications, but
        are not going to be switching to CVS anytime soon. We develop using
        Clearcase\ibm eclipse\MQ. -nesim
        \_ Uhm, shouldn't you be asking clearcase this question? You figure
           that the amount you're paying them per seat license you'd get
	...
2004/2/11 [Computer/SW/RevisionControl] UID:12215 Activity:high
2/10    Is clearcase much superior over CVS? I've never used clearcase
        before, only cvs and sourcesafe. I need it for binary files
        only. Does the commercial product offer compelling value?
        Thanks, --williamc
        \_ Clearcase is really ment for the thousand person development
           team with multiple concurrent branches of development on
	...
2002/11/6 [Computer/SW/RevisionControl] UID:26431 Activity:low
11/5    SourceSafe sucks.  Does M$ use it interally themselves?
        \_ Yes and no.  MS bought SS and doesn't try to make it better.
           Same with Rational and ClearCase.  Don't use either.
        \_ What is SourceSafe for?
           \_ Storing and eventually corrupting and losing all your source
              code for a company make/break project.
	...
2002/6/12-13 [Computer/SW/RevisionControl] UID:25079 Activity:high
6/11    Does anyone have experience with bitkeeper? There is a guy
        at work who thinks that it is the best version control system
        ever and wants us to use it, but I'm just not convinced that
        its orders of magnitude better than cvs and clearcase.
        \_ if you work at transmeta and the "guy at work" is finnish
           and answers the the name of a certain Peanuts character you're
	...
2002/5/15-17 [Computer/SW/RevisionControl] UID:24842 Activity:moderate
5/15    In ClearCase 4.2, I want to create a new element bar.c based on the
        latest version of foo.c.  Is there any ClearCase command for this
        other than "mkelem" such that it'll remember that version 1 of bar.c
        comes from the latest foo.c?  Thanks. -- yuen
        \_ There used to be a "clone" feature in the UI. I don't know what
           the cli equiv. is.
	...
2001/10/8-9 [Computer/SW/RevisionControl] UID:22661 Activity:very high
10/7    Anyone here using perforce? How does it compare to cvs?
        \_ It isn't free.  It requires a "bigger" machine to host it.
           It does "more stuff".  It runs on windows and unix.
           \_ I would dispute "bigger". The main advantages of Perforce
             over CVS are 1) real branching and integration 2) speed (try CVS
             with lots of files over different connections) 3) atomic commits
	...
2001/8/15-16 [Computer/SW/RevisionControl] UID:22125 Activity:high
8/15    Is there a cvs equivalent to the clearcase predecessor diff?
        I can do a cvs status, subtract 1 from the minor version and
        then do a cvs diff -r<version> but I'm looking for something
        built-in.
        \_ How exactly is that not built in?
        \_ If you want to diff your _working_ version to the latest checked
	...
Cache (668 bytes)
www.perforce.com
About the Company 10 Building Blockbusters with Perforce 11 Perforce Financial Solutions 12 What Customers Are Saying About Perforce Ten Minute Pitch New To Perforce? Read the 13 Ten-Minute Pitch to find out why SCM is so important and how Perforce does it so well. Use the self-guided 19 Ten Minute-Demo to get acquainted. Free technical support while you evaluate lets you see for yourself how well Perforce fits your needs. Jam Jam is a build tool that makes building simple things simple and building complicated things manageable. Develop magazine shows how companies, particularly those in the games industry, are using SCM to manage all of their digital assets.