Skip to content

Releases: Crowdstar/svn-agent-host

1.0.15

13 Jul 00:06
Compare
Choose a tag to compare

Latest stable release that includes the following change(s):

  • make action Delete and Export available.

1.0.14

08 Jul 22:29
Compare
Choose a tag to compare

Latest stable release that includes the following change(s):

  • Add action Export to export given directory.
  • Use Docker image krisdavison/svn-server:v3.0 instead for local development.
  • PHP files and folders reorganized.
  • Simplified Docker commands used in shell scripts.
  • Various minor adjustments and improvements.

1.0.13

06 May 22:07
Compare
Choose a tag to compare

Latest stable release that includes the following change(s):

  • Add action Delete to delete given directory from remote SVN repository and from local file disk.

1.0.12

29 Mar 19:53
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • FIX: allow to call action "auth" and "rename" from the host program.
  • Improvements on tests.
  • Documentation updates.

1.0.11

20 Dec 23:46
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • Make the OPEN action work under Windows.

1.0.10

17 Dec 23:10
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • Add action Auth to verify SVN username/password.
  • Run tests under PHP 7.3 and SVN 1.11 in Travis CI.

1.0.9

06 Dec 22:48
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • [#1] Allow running unit tests on Windows with AppVeyor.
  • [#2] Allow running unit tests with local PHP/SVN installation directly.
  • [#3] Allow accepting SSL server certificates with failures. This happens when upgraded to macOS Mojave.

1.0.8

23 Oct 20:56
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • fix action Cleanup so that files with spaces in the name can be cleaned up properly.

1.0.7

23 Oct 19:03
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • use the "deminy/php-svn" images for CI.
  • update documentation with demo code to show how to talk to the host program from a Chrome extension.
  • fix action Cleanup.
  • improvements and adjustments on unit tests.
  • add test cases for action Review and Cleanup.

1.0.6

09 Oct 16:29
Compare
Choose a tag to compare

Latest stable release that includes the following changes:

  • Use Docker to run tests.
  • Support SVN renaming.