Fwd: [cvs] commit: Subversion support for Chora

Chuck Hagenbuch <[email protected]>
Newsgroups gmane.comp.horde.chora,gmane.comp.horde.devel,gmane.comp.horde.user
Message-ID <[email protected]>
FYI.

----- Forwarded message from [email protected] -----
    Date: Tue, 26 Aug 2003 21:02:15 -0700 (PDT)
    From: Chuck Hagenbuch <[email protected]>
Reply-To: [email protected]
 Subject: [cvs] commit: chora annotate.php co.php cvs.php cvsgraph.php diff.php
history.php index.php stats.php chora/config .cvsignore README conf.php.dist
cvsroots.php.dist prefs.php.dist sourceroots.php.dist chora/docs CHANGES
CREDITS chora/lib ...
      To: [email protected]

chuck       2003/08/26 21:02:13 PDT

  Modified files:
    .                    annotate.php co.php cvs.php cvsgraph.php
                         diff.php history.php index.php stats.php
    config               .cvsignore conf.php.dist prefs.php.dist
    docs                 CHANGES CREDITS
    lib                  CVSLib.php Chora.php base.php
    lib/CVSLib           Annotate.php Checkout.php Diff.php
                         Directory.php File.php Patchset.php
    templates            headerbar.inc
  Added files:
    config               sourceroots.php.dist
    lib                  SVNLib.php
    lib/SVNLib           Annotate.php Checkout.php Diff.php
                         Directory.php Error.php File.php Log.php
                         Patchset.php Rev.php
  Removed files:
    config               README cvsroots.php.dist
  Log:
  [cjh] Chora isn't just CVS now. Initial commit of Subversion support
  ("Jay Freeman (saurik)" <[email protected]>).

  - note that a). I don't have subversion so I haven't tested this, and
  b). I mucked around with a bunch of stuff to start getting rid
  of CVS-specific terminology/variable names, so bits may have
  broken.

  Revision  Changes    Path
  1.38      +4 -4      chora/annotate.php
  1.37      +5 -5      chora/co.php
  1.11      +1 -1      chora/config/.cvsignore
  1.5       +0 -11     chora/config/Attic/README (dead)
  1.10      +0 -52     chora/config/Attic/cvsroots.php.dist (dead)
  1.49      +8 -2      chora/config/conf.php.dist
  1.2       +3 -3      chora/config/prefs.php.dist
  1.1       +66 -0     chora/config/sourceroots.php.dist (new)
  1.159     +11 -11    chora/cvs.php
  1.6       +1 -1      chora/cvsgraph.php
  1.71      +10 -11    chora/diff.php
  1.78      +2 -0      chora/docs/CHANGES
  1.12      +4 -3      chora/docs/CREDITS
  1.43      +3 -3      chora/history.php
  1.20      +3 -3      chora/index.php
  1.86      +27 -6     chora/lib/CVSLib.php
  1.16      +9 -9      chora/lib/CVSLib/Annotate.php
  1.21      +5 -7      chora/lib/CVSLib/Checkout.php
  1.28      +3 -9      chora/lib/CVSLib/Diff.php
  1.22      +7 -6      chora/lib/CVSLib/Directory.php
  1.40      +13 -7     chora/lib/CVSLib/File.php
  1.3       +3 -3      chora/lib/CVSLib/Patchset.php
  1.45      +55 -39    chora/lib/Chora.php
  1.1       +115 -0    chora/lib/SVNLib.php (new)
  1.1       +123 -0    chora/lib/SVNLib/Annotate.php (new)
  1.1       +63 -0     chora/lib/SVNLib/Checkout.php (new)
  1.1       +173 -0    chora/lib/SVNLib/Diff.php (new)
  1.1       +203 -0    chora/lib/SVNLib/Directory.php (new)
  1.1       +77 -0     chora/lib/SVNLib/Error.php (new)
  1.1       +336 -0    chora/lib/SVNLib/File.php (new)
  1.1       +92 -0     chora/lib/SVNLib/Log.php (new)
  1.1       +167 -0    chora/lib/SVNLib/Patchset.php (new)
  1.1       +168 -0    chora/lib/SVNLib/Rev.php (new)
  1.89      +3 -2      chora/lib/base.php
  1.18      +2 -2      chora/stats.php
  1.5       +2 -2      chora/templates/headerbar.inc

  Chora Links:
  http://cvs.horde.org/diff.php/chora/annotate.php?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/chora/co.php?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/chora/config/.cvsignore?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/co.php/chora/config/Attic/README?r=1.4
  http://cvs.horde.org/co.php/chora/config/Attic/cvsroots.php.dist?r=1.9
  http://cvs.horde.org/diff.php/chora/config/conf.php.dist?r1=1.48&r2=1.49&ty=u
  http://cvs.horde.org/diff.php/chora/config/prefs.php.dist?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/chora/config/sourceroots.php.dist?r=1.1
  http://cvs.horde.org/diff.php/chora/cvs.php?r1=1.158&r2=1.159&ty=u
  http://cvs.horde.org/diff.php/chora/cvsgraph.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/chora/diff.php?r1=1.70&r2=1.71&ty=u
  http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=1.77&r2=1.78&ty=u
  http://cvs.horde.org/diff.php/chora/docs/CREDITS?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/chora/history.php?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/chora/index.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib.php?r1=1.85&r2=1.86&ty=u
 
http://cvs.horde.org/diff.php/chora/lib/CVSLib/Annotate.php?r1=1.15&r2=1.16&ty=u
 
http://cvs.horde.org/diff.php/chora/lib/CVSLib/Checkout.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib/Diff.php?r1=1.27&r2=1.28&ty=u
 
http://cvs.horde.org/diff.php/chora/lib/CVSLib/Directory.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib/File.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib/Patchset.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/chora/lib/Chora.php?r1=1.44&r2=1.45&ty=u
  http://cvs.horde.org/co.php/chora/lib/SVNLib.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Annotate.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Checkout.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Diff.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Directory.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Error.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/File.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Log.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Patchset.php?r=1.1
  http://cvs.horde.org/co.php/chora/lib/SVNLib/Rev.php?r=1.1
  http://cvs.horde.org/diff.php/chora/lib/base.php?r1=1.88&r2=1.89&ty=u
  http://cvs.horde.org/diff.php/chora/stats.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/chora/templates/headerbar.inc?r1=1.4&r2=1.5&ty=u

--
To unsubscribe, mail: [email protected]



----- End forwarded message -----


-chuck

--
Charles Hagenbuch, <[email protected]>
They're just looking at a wall of meat.

-- 
Chora mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.