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

2000/7/14-17 [Computer/SW/RevisionControl] UID:18681 Activity:high
7/14    I believe there was a thread about this a couple months ago, but...
        Does anyone have recommendations / pitfall descriptions of the
        commercial source control repositories out there.  Clear Case rocks,
        but its expensive for a 10 developer shop.  It should probably have
        support for the BSDs as well as Solaris and Linux.  Has anynoe used
        perforce?  -joshk
        \_ RCS/CVS isn't enough? -sodan with no clue
           \_ One advantage of perforce over RCS is the "change list" facility.
              Changes in several files can be submitted together in one change
              list.  This lets you later trace back easily which change in
              which file goes with which changes in which other files.  Also,
              change list submission are atomic.  Either all or none of the
              files are submitted.  Say if something goes wrong in the middle
              of submitting 30 files (e.g. merge conflict, network goes down),
              all of the files will remain unchanged on the server.  -- yuen
           \_ If you're considering CVS because it's free, look into PRCS also
                It keeps track of the project versions rather than the
                versions of the source files.
        \_ My company uses perforce and the engineers love it.  -not engineer
        \_ My company uses Perforce too.  So far so good.  -- yuen
        \_ My old company uses perforce. I've just gotten my current company
           up on perforce. (Even the marketing people are using it for change
           control on marketing docs!) So far so good here as well. -- Marco
        \_ my turn to chime in and vote for perforce.  -aspo
        \_ I've gotten two of my past projects/clients to go with Perforce
           I've even convinced Mac engineers to use its command-line interface
        \_ What? All you guys above work for perforce or something??
                \_ Maybe it's just good?  It happens sometimes.
        \_ We switched from cvs to perforce where I work.  I don't see any
           advantages of perforce.  The change list feature isn't that big
           a deal since you have to check OUT the set of files in a batch
           to check them back in as a batch.  I agree someone ought to
           add something like it to cvs but it's not that big a deal.
           Cvs isn't great, perforce isn't worse, but it doesn't seem
           better either and it costs a lot.  Sourceforge (http://www.sourceforge.net
           looks interesting but I haven't tried it and it may only be
           good for distributed projects.  --phr
                \_ Perforce costs nothing if compared to ClearCase and some of
                   other tools (Continuum, PVCS). The changelist ("batch") only
                   applies to check-ins -- check outs operate on sets of files
                   where the set population is 1..N. Where Perforce clearly
                   outguns CVS is branching and merging, not to mention labels.
                   Try syncing to a label in CVS and see how long it takes.
           \_ You don't like perforce?  This must be a troll.  :-)
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2011/4/6-20 [Computer/SW/Mail, Computer/SW/Unix, Industry/Startup] UID:54078 Activity:nil
4/6     My company is evaluating version control systems. Our two candidates
        are Perforce and Subversion. Anyone worked with both and have good
        arguments one way or the other? (These are the only two options we
        have.) We're most interested in client performance, ease of use, and
        reasonable branching.
        \_ I'll be 'that guy'. If perforce and subversion are optins, why isn't
	...
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?
	...
2007/7/19-21 [Recreation/Computer/Games, Computer/SW/OS/OsX] UID:47336 Activity:kinda low
7/19    For NetTrek fans - MacTrek, a Native NetTrek implementation for
        OS X (its a UB as well):
        http://mactrek.sourceforge.net/About%20MacTrek.html
        \_ Wow.  It's been a long time since I played (like over a decade).
           Does anyone here know the origin of the term "ogging" to be a
           massive suicide assault?
	...
2006/11/7-8 [Computer/SW/Languages/Misc] UID:45224 Activity:nil
11/7    A lot of XML documents contain things like:
        xmlns:xi="http://www.w3.org/2001/XInclude"
        Isn't it bad practice to have an IT infrastructure depend on a
        resource hosted on a machine that may have down-time?
        \_ That's not a "real" URL, it's what's called a URN.  Basically it's
           just a unique string to say "this is the unique namespace which 'xi'
	...
2006/8/30-31 [Computer/SW/Editors/Emacs, Computer/SW/Languages/C_Cplusplus] UID:44204 Activity:nil
3/30    Does anyone know a good, free, C++ code formatter?  We'd like to
        enforce some semi-arbitrary coding guidelines.  (Like, a keyword
        should not be on the same line as a closing brace.)
        \_ astyle comes with Cygwin http://astyle.sourceforge.net
           \_ Cool, this looks like it might help.  Thanks. (Does
              anyone else have suggestions?) -op
	...
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/6/13-15 [Computer/SW/Security] UID:43377 Activity:nil
6/13    ok, memorizing all these passwords is driving me insane. I
        know this has been asked before but I cant find it: whats the
        best way to keep a password-protected file of very sensitive
        information? in this case, all my other passwords. thanks
        \_ I use http://www.bugmenot.com
        \_ Whatever happened to this single login thing called the
	...
2006/5/20-22 [Computer/SW/Languages/C_Cplusplus, Computer/SW/WWW/Browsers, Computer/SW/Security] UID:43123 Activity:nil 61%like:43119
5/19    I need a simple plug-in 128-bit (or so) C encryption library.
        Semmetric key is easiest, but public key is ok if that's the only
        thing I can get.  Any ideas?
        \_ symmetric
        thing I can get.  Any ideas?
        \_ http://mcrypt.sourceforge.net --dbushong
	...
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:
	...
Cache (1129 bytes)
www.sourceforge.net -> sourceforge.net/index.php
Project of the Month for April, 2004: 71 BZFlag Be a Power User! For only $39/year you'll get a host of premium services and functionality, including advanced searching, priority tech support, project monitoring and 73 more. And for a limited time, you'll receive a free 74 ThinkGeek T-Shirt of your choice with your 75 subscription. If you see a "donate" link on a project's summary page, and you use that project regularly, consider supporting that project so that the project admins can spend more time doing what they do best - developing great Open Source software. Besides doing a good deed for the community, you'll also be listed on the project's contributors page. Enterprise 83 SourceForge for Corporate Use SourceForge Enterprise Edition brings the power of SourceForge's award-winning software collaboration environment behind your firewall. With major feature extensions, third party SCM and IDE support, real-time project tracking and reporting, and enterprise grade security and stability, SourceForge Enterprise Edition helps project managers and distributed development teams produce better results in less time.