Revisions for framework/VC/VC/svn.php

Location: [ Horde ] / framework / VC / VC / svn.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.55 (+27 -18 lines) 10/24/2008 12:00 AM Chuck Hagenbuch chuck

- move VC_Revision::valid to an instance method on the VC object; the implementation is different for different VCSs.
- more git progress; basic file-tree browsing works (no diffs, no downloads)

1.54 (+4 -5 lines) 10/23/2008 02:22 PM Chuck Hagenbuch chuck

rename isAtticFile to isDeleted to be less CVS-specific

1.28.4.22 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.53 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.28.4.21 FRAMEWORK_3 (+45 -8 lines) 12/20/2007 08:50 AM Jan Schneider jan

Merge from HEAD.

1.52 (+22 -1 lines) 12/12/2007 04:34 PM Chuck Hagenbuch chuck

Pass username and password to the SVN client if set (duck@obala.net, Request #5958)

Tags: BEFORE_MERGE_3_2

1.51 (+2 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

Tags: HORDE_3_2_RC1

1.50 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

Tags: HORDE_3_2_ALPHA

1.49 (+6 -2 lines) 05/18/2007 02:05 PM Chuck Hagenbuch chuck

Catch file not found errors in VC_svn

1.28.4.20 FRAMEWORK_3 (+3 -3 lines) 04/16/2007 01:29 AM Chuck Hagenbuch chuck

MFH svn.php 1.48

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5

1.48 (+3 -3 lines) 04/16/2007 01:29 AM Chuck Hagenbuch chuck

Quote filenames in svn diffs
Bug: 5244
Submitted by: helly@php.net

1.47 (+18 -6 lines) 03/29/2007 01:32 PM Jan Schneider jan

[jan] Add parameter for a temporary directory to the VC svn driver
(meyer@mesw.de, Request #5051).
[jan] Change VC library to support open_basedir restrictions (meyer@mesw.de,
Request #5051).

1.28.4.19 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_1_4, HORDE_3_1_4_RC1

1.28.4.18 FRAMEWORK_3 (+2 -2 lines) 05/12/2006 12:47 AM Chuck Hagenbuch chuck

MFH:
1.23      +8 -3      framework/VC/VC.php
1.46      +2 -2      framework/VC/VC/svn.php
1.60      +10 -10    framework/VC/VC/cvs.php

Tags: HORDE_3_1_3, HORDE_3_1_2

1.46 (+2 -2 lines) 05/12/2006 12:44 AM Chuck Hagenbuch chuck

trim author names

1.28.4.17 FRAMEWORK_3 (+2 -2 lines) 04/22/2006 10:56 PM Chuck Hagenbuch chuck

MFH:
1.58      +2 -2      framework/VC/VC/cvs.php
1.45      +2 -2      framework/VC/VC/svn.php

1.45 (+2 -2 lines) 04/22/2006 10:54 PM Chuck Hagenbuch chuck

Make sure file sorts stick.
Bug: 3809

1.28.4.16 FRAMEWORK_3 (+25 -25 lines) 04/09/2006 02:28 PM Chuck Hagenbuch chuck

MFH: remove unnecessary references.

1.44 (+25 -25 lines) 04/09/2006 02:27 PM Chuck Hagenbuch chuck

Remove a bunch of unnecessary referencing, also happens to fix some
bugs at least with PHP 5.

1.28.4.15 FRAMEWORK_3 (+18 -27 lines) 04/05/2006 05:46 PM Chuck Hagenbuch chuck

MFH: fix caching of patchset objects.

1.43 (+18 -27 lines) 04/05/2006 05:45 PM Chuck Hagenbuch chuck

Fix caching of patchset objects, and some related cleanup.

1.28.4.14 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.42 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.28.4.13 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

1.28.4.12 FRAMEWORK_3 (+10 -6 lines) 09/28/2005 07:45 AM Jan Schneider jan

MFH: references

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1

1.41 (+10 -6 lines) 09/28/2005 07:33 AM Jan Schneider jan

references

Tags: BEFORE_MERGE_3_1

1.28.4.11 FRAMEWORK_3 (+12 -2 lines) 07/11/2005 01:14 PM Chuck Hagenbuch chuck

MFH 1.40

Tags: HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1

1.40 (+12 -2 lines) 07/11/2005 01:14 PM Chuck Hagenbuch chuck

Always check result of popen().

1.28.4.10 FRAMEWORK_3 (+1 -5 lines) 06/23/2005 03:07 PM Matt Selsky selsky

MFH: Non-class-variables cannot be phpdoc'd.

1.39 (+1 -5 lines) 06/23/2005 03:04 PM Matt Selsky selsky

Non-class-variables cannot be phpdoc'd.

1.28.4.9 FRAMEWORK_3 (+8 -8 lines) 05/31/2005 11:06 PM Matt Selsky selsky

MFH: Tabs to spaces and "else if" to "elseif".

1.38 (+8 -8 lines) 05/31/2005 11:00 PM Matt Selsky selsky

Tabs to spaces and "else if" to "elseif".

1.28.4.8 FRAMEWORK_3 (+10 -3 lines) 05/28/2005 02:35 PM Chuck Hagenbuch chuck

MFH: [cjh] Fix reading of binary files on Windows in VC_svn (Bug #2036).

1.37 (+10 -3 lines) 05/28/2005 02:35 PM Chuck Hagenbuch chuck

[cjh] Fix reading of binary files on Windows in VC_svn (Bug #2036).

1.28.4.7 FRAMEWORK_3 (+18 -17 lines) 05/21/2005 02:28 AM Matt Selsky selsky

MFH: Clean up return types in phpdoc.

1.36 (+18 -17 lines) 05/21/2005 02:26 AM Matt Selsky selsky

Clean up return types in phpdoc.

1.28.4.6 FRAMEWORK_3 (+2 -2 lines) 05/06/2005 05:32 AM Jan Schneider jan

MFH 1.35

1.35 (+1 -1 lines) 05/06/2005 05:21 AM Jan Schneider jan

Fix log line parsing for user names with spaces.

Bug: 1919
Submitted by: shimmanning (at) gmail (dot) com

1.28.4.5 FRAMEWORK_3 (+2 -2 lines) 04/30/2005 09:13 PM Chuck Hagenbuch chuck

MFH: [cjh] Include sourceroot in VC cache keys (Bug #1783).

1.34 (+3 -3 lines) 04/30/2005 09:13 PM Chuck Hagenbuch chuck

[cjh] Include sourceroot in VC cache keys (Bug #1783).

1.28.4.4 FRAMEWORK_3 (+22 -16 lines) 01/12/2005 11:36 PM Chuck Hagenbuch chuck

MFH
Bug: 1123

Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1

1.33 (+22 -16 lines) 01/12/2005 11:34 PM Chuck Hagenbuch chuck

Fix VC_svn's handling of directory names with spaces.
Bug: 1123

1.28.4.3 FRAMEWORK_3 (+5 -6 lines) 01/07/2005 02:06 PM Chuck Hagenbuch chuck

MFH 1.5 (rcs.php)
MFH 1.30 (file.php)
MFH 1.35, 1.36 (cvs.php)
MFH 1.31, 1.32 (svn.php)

1.32 (+1 -2 lines) 01/07/2005 02:00 PM Chuck Hagenbuch chuck

Kill unnecessary @version tags

1.31 (+6 -6 lines) 01/07/2005 01:58 PM Chuck Hagenbuch chuck

[cjh] Fix caching logic that was causing VC to not properly refresh
objects in a timely manner.

1.28.4.2 FRAMEWORK_3 (+8 -3 lines) 01/07/2005 12:58 PM Jan Schneider jan

MFH 1.30

1.30 (+6 -1 lines) 01/07/2005 12:35 PM Jan Schneider jan

Merge from CVS driver: catch error.

1.29 (+1 -1 lines) 01/03/2005 08:09 AM Jan Schneider jan

Happy New Year

1.28.4.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:19 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_2, HORDE_3_0_1

1.28 (+2 -3 lines) 12/03/2004 03:43 PM Chuck Hagenbuch chuck

remove unnecessary reset()

Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3

1.27 (+3 -3 lines) 11/11/2004 12:10 PM Chuck Hagenbuch chuck

platform detection independent of PEAR.php

1.26 (+7 -8 lines) 10/22/2004 12:27 PM Chuck Hagenbuch chuck

Files weren't being sorted before being cached. Fix that.

1.25 (+11 -3 lines) 08/30/2004 12:18 PM Chuck Hagenbuch chuck

Okay, that's why it's commented out - it doesn't work. Ah well.

1.24 (+5 -9 lines) 08/30/2004 12:06 PM Chuck Hagenbuch chuck

Hmm, not sure why this was commented out. Should make things faster - let's give it a shot. :)

1.23 (+28 -28 lines) 08/30/2004 10:56 AM Chuck Hagenbuch chuck

[cjh] The Horde_Cache:: API has been completely rewritten to take
advantage of the new ZPS4 api for content caching, which allows
a more familiar caching API overall. The old zps driver has been
dropped because of this.

1.22 (+5 -5 lines) 07/03/2004 11:26 AM Chuck Hagenbuch chuck

Eventual PHP5 fixes.

1.21 (+20 -17 lines) 06/12/2004 10:04 AM Chuck Hagenbuch chuck

Data validation, cleanup.

1.20 (+37 -16 lines) 06/01/2004 03:38 PM Chuck Hagenbuch chuck

Error checking; trap for svn: errors and avoid throwing fatal errors when
possible.

1.19 (+6 -6 lines) 06/01/2004 02:56 PM Chuck Hagenbuch chuck

Remove gettext, update dependancies.

1.18 (+7 -6 lines) 06/01/2004 12:23 PM Chuck Hagenbuch chuck

Fix annotate for SVN, if usernames have periods.

1.17 (+12 -12 lines) 06/01/2004 11:56 AM Chuck Hagenbuch chuck

Diffs work for me with SVN now.

1.16 (+14 -11 lines) 05/28/2004 02:51 PM Chuck Hagenbuch chuck

- Using DIRECTORY_SEPARATOR breaks things on windows
- wrap comments.

1.15 (+25 -31 lines) 04/17/2004 12:49 PM Jan Schneider jan

Remove Cache initialization from VC.

1.14 (+4 -15 lines) 04/16/2004 11:40 AM Chuck Hagenbuch chuck

- add VC_File::setRepository() and move common variables to the parent class
- because of classname changes, we need to bump the cacheVersion to invalidate prior cached data.

1.13 (+55 -52 lines) 04/16/2004 11:32 AM Chuck Hagenbuch chuck

- get rid of CVSLib and SVNLib names; everything uses VC_* now
- get rid of all references to Chora
- remove Chora::checkError() calls in favor of actual error handling.

1.12 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.11 (+3 -3 lines) 02/25/2004 09:30 PM Chuck Hagenbuch chuck

no reason this should return a reference

Tags: HORDE_3_0_ALPHA

1.10 (+19 -28 lines) 01/29/2004 02:05 PM Chuck Hagenbuch chuck

Fix patchsets with Subversion (Jason Rust <jrust@rustyparts.com>).

1.9 (+20 -20 lines) 01/21/2004 08:00 PM Jan Schneider jan

Rename CVSLIB_SORT_* and CHORA_SORT_* constants to VC_SORT_* and move the definitions to the VS package.

1.8 (+9 -10 lines) 01/11/2004 11:42 AM Jan Schneider jan

Remove support for old version 1 repositories again.

1.7 (+43 -71 lines) 01/11/2004 10:43 AM Jan Schneider jan

- Move common methods to VC:: base class.
- Add dependencies to package.xml.
- Make VC classes independent from global Chora configuration.
- Some cleanup.

1.6 (+3 -3 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.5 (+3 -3 lines) 12/29/2003 06:57 PM Chuck Hagenbuch chuck

Fix for latest svn version.

Submitted by: Jason Rust <jrust@rustyparts.com>

1.4 (+66 -77 lines) 11/04/2003 09:45 PM Chuck Hagenbuch chuck

Lots of SVN fixes (Jason Rust <jrust@rustyparts.com>).

* Implements the annotate feature for svn
* Implements the patchset feature for svn.  Since patchsets are native
to svn this feature is always enabled for svn repositories.  In
addition, diffing all files of a patchset is also native to svn, so a
link shows up in svn repositories to show all diffs.
* Hides the branch history link for svn repositories since you can't
determine branches from the log history.
* cvsgraph doesn't support svn so that link is not shown in svn
repositories.
* Fixed a small typo in VC.php that was killing several pages

1.3 (+4 -4 lines) 10/30/2003 06:38 PM Jan Schneider jan

PHP 5 fixes.

1.2 (+4 -4 lines) 10/28/2003 05:26 PM Jan Schneider jan

Move Cache classes to the framework module.

1.1 10/14/2003 02:59 PM Chuck Hagenbuch chuck

Initial VC library - start of a Chora-independant, backend independant
version control abstracted library. Still needs to be cleaned up a
lot; there are a bunch of globals/$conf options to rip out, and
probably some duplicate code, too.