/[drupal]/contributions/modules/versioncontrol_svn/versioncontrol_svn.install
ViewVC logotype

Log of /contributions/modules/versioncontrol_svn/versioncontrol_svn.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 10:18:55 2009 UTC (5 months ago) by jpetso
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
#491544 by chrono325: Correct 'CVS' to 'SVN' in module install file.

Signed-off-by: Dan Hackney <chrono325@gmail.com>

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 23:43:41 2009 UTC (6 months, 2 weeks ago) by sdboyer
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Accidentally threw in a call time PBR; removing it.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 21:42:37 2009 UTC (6 months, 2 weeks ago) by sdboyer
Branch: MAIN
Changes since 1.15: +23 -1 lines
Diff to previous 1.15
Added a field for differentiating between working copies and repositories.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 13:21:25 2009 UTC (6 months, 4 weeks ago) by sdboyer
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Initial commit of the new branch, new approach with the swanky new svnlib. NOT OPERATIONAL, still needs fixing.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 18:01:44 2009 UTC (9 months, 4 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.6.2.3: +1 -2 lines
Diff to previous 1.6.2.3 , to branch point 1.6 , to next main 1.18
The {versioncontrol_svn_accounts} was never part of a released version,
don't try to uninstall it either.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 16:11:09 2009 UTC (10 months, 1 week ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC1
Branch point for: DRUPAL-6--1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Fix various indentation/spacing issues in order to make Coder happy.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 00:25:05 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.12: +15 -15 lines
Diff to previous 1.12
Remove t() from table/column descriptions, like core did.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 18:37:27 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Minor additions to the column descriptions.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 18:14:36 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10
Consistent formatting between modules. Yes, I am freaking nuts.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 18:11:36 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.9: +88 -36 lines
Diff to previous 1.9
D6 upgrade item 3.: New Schema API.
Converted with the deadwood module, manual tweaking by myself.
Also comes with new table/column documentation.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 22:31:28 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.8: +9 -142 lines
Diff to previous 1.8
Remove 5.x update functions, as the user is expected to upgrade from the
latest 5.x-2.x release.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 21:29:13 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Update copyright headers. 2008 is now fully wrapped up.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 19:29:54 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.6: +124 -62 lines
Diff to previous 1.6
Sync HEAD to current DRUPAL-5--2. The D6 port will take place on HEAD.

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 23:15:32 2008 UTC (11 months, 2 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-ALPHA1, DRUPAL-5--2-0-RC1, DRUPAL-5--2-0-RC2
Changes since 1.6.2.2: +1 -19 lines
Diff to previous 1.6.2.2 , to branch point 1.6
Rip out account management again (as in commit 102041 for 5.x-1.x),
as we don't do it yet and more importantly, it'll never be done like this.
We need account management per authentication method, not per backend.

Also, implement versioncontrol_svn_format_revision_identifier() in order
to get a nicer revision identifier displayed ("r1234" instead of "1234").

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:35:31 2008 UTC (14 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.6.2.1: +107 -45 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Upgrade path for the SVN backend to the 5.x-2.x branch's database schema.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 2 21:45:24 2008 UTC (14 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.6: +19 -1 lines
Diff to previous 1.6
New update function in order to keep up with the API module.
Also, add previously missing function docs and a table drop on uninstall.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 14:48:21 2008 UTC (21 months ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2-RC1
Changes since 1.5.2.1: +31 -1 lines
Diff to previous 1.5.2.1 , to branch point 1.5 , to next main 1.18
Make it possible to specify username and password for log fetches.
Requires a database upgrade.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 14:45:55 2008 UTC (21 months ago) by jpetso
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.5: +31 -1 lines
Diff to previous 1.5
Make it possible to specify username and password for log fetches.
Requires a database upgrade. (I'd skip it, but this way we stay in sync
with versioncontrol_svn 5.x-1.x.)

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 09:58:43 2008 UTC (21 months ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.5: +1 -19 lines
Diff to previous 1.5
Rip out account management, as we don't do that yet
(and will do it differently anyways in the end).

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 20:50:45 2008 UTC (21 months ago) by jpetso
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.4: +35 -20 lines
Diff to previous 1.4
Let's get that Subversion backend working now, shall we? :D

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 02:47:37 2008 UTC (22 months ago) by jpetso
Branch: MAIN
Changes since 1.3: +13 -11 lines
Diff to previous 1.3
Adapt the primary key according to the recent changes in the API module:
commit_id -> vc_op_id

Also, better enum values (do that while nobody still uses the SVN backend)
and more care for the uninstall function.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 15:27:09 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Support for account passwords and (if possible) access method selection.
Completely untested, will probably not work as is.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 13:50:09 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.1: +31 -9 lines
Diff to previous 1.1
Futz with the database schema, and add first drafts of
the .module, .forms.inc and .info files. Very incomplete still,
but for now the module loads and has a complete repository edit form.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 20:38:33 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Initial commit of the Subversion backend for the Version Control API,
or versioncontrol_svn in short.
For the moment, there only exists a first draft of the .install file.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2