Slashdot Mirror


User: danielrall

danielrall's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:Graph? on Ease Into Subversion From CVS · · Score: 1

    Not yet. With a 1.0 release out, I figure something like this is likely to turn up soon.

  2. Hot backups to plain text on Ease Into Subversion From CVS · · Score: 1

    Hot backups to plain text make the live data storage format largely irrelevant. See `svnadmin dump --incremental`, `svnadmin hotcopy` (and its wrapper script `hot-backup.py`) as documented in the open source "Version Control with Subversion" book (another fine O'Reilly tome written by some of the core developers).

    http://svnbook.red-bean.com/html-chunk/ch05s03.h tm l#svn-ch-5-sect-3.6

    Sure, most of us have edited ,v files by hand at one time or another, but Subversion has built-in commands replacing almost every non-corruption use case for that insanity. The operational procedure for handling data corruption -- which as never happened to date -- is backups, not hacking at the raw data storage format and praying.

  3. Re:versus jakarta slide? on Subversion Hits Alpha · · Score: 1

    Subversion is very pluggable in on the server side. This pluggability may extend to the client as well (but I'm not certain).

  4. Re:Now... on Apache XMLRPC 1.0 Released · · Score: 2, Informative

    Or perhaps you don't have a clue what XML-RPC is? Try the spec for clarification.

  5. Re:Innovative and exciting on Sun Launches JXTA · · Score: 1

    It looks like there will also be a C implementation (!). :)

  6. Re:CVS vs VSS on Open Source Development with CVS · · Score: 1

    Let's not forget Greg Stein's ViewCVS, a Python rewrite and improvement of WebCVS.