Skip to content

Releases: git-as-svn/git-as-svn

1.0.15-alhpa: GitLab 8.2 LFS storage layout support

09 Dec 07:00
Compare
Choose a tag to compare

Changes:

  • Add support for GitLab 8.2 LFS storage layout #109.

1.0.14-alpha: Debian packaging

11 Nov 20:00
Compare
Choose a tag to compare

Changes:

  • Add debian packaging.
  • Add configurable file logging.

1.0.13-alpha: Embedded git-lfs server

30 Oct 04:32
Compare
Choose a tag to compare

Changes:

  • Git-lfs batch API support.
  • Add support for LDAP users without email.
  • Add support for X-Forwarded-* headers.
  • Add HTTP-requests logging.
  • Change .gitignore mapping: ignored folder now mask all content as ignored.
  • Fix git-lfs file commit.
  • Fix quote parsing for .tgitconfig file.

1.0.12-alpha: Initial support of GitLab integration and embedded git-lfs server

05 Sep 07:03
Compare
Choose a tag to compare

Changes:

  • Initial git-lfs support (embedded git-lfs server);
  • Initial GitLab integration:
    • import project list on startup;
    • authentication;
  • Add support for embedded git push with hooks;
  • Git-as-svn change information moved outside git repostitory #60;
  • Configuration format changed;
  • Fixed some wildcard issues.

1.0.11-alpha: Bugfixes.

26 May 16:05
Compare
Choose a tag to compare

Changes:

  • Fix URL in authentication result on default port (Jenkins error: "E21005: Impossibly long repository root from server");
  • Fix bind on already used port with flag SO_REUSEADDR (thanks for @fcharlie, #70);
  • Add support for custom CA certificate for ldaps authentication.

1.0.10-alpha: Some improvements.

21 Mar 11:08
Compare
Choose a tag to compare

Changes:

  • fix get file size performance issue (svn ls);
  • fix update IMMEDIATES to INFINITY bug;
  • fix NPE on absent email in LDAP.

1.0.9-alpha: Fixed svn update after aborted update/checkout.

20 Oct 09:45
Compare
Choose a tag to compare

Changes:

  • fix svn update after aborted update/checkout;
  • fix out-of-memory when update/checkout big directory;
  • show version number on startup.

1.0.8-alpha: Add locks and multirepo support.

15 Oct 09:53
Compare
Choose a tag to compare

Changes:

  • svn lock/unlock
  • multiple repositories support

1.0.7-alpha: More simple demonstration run.

08 Oct 14:12
Compare
Choose a tag to compare

Changes:

  • More simple demonstration run
  • svnsync support

1.0.6-alpha: Fixes and binary files autodetection.

01 Oct 08:30
Compare
Choose a tag to compare

Changes:

  • Add autodetection binary files (now file has svn:mime-type=application/octet-stream if it set as binary in .gitattribues or detected as binary);
  • Expose committer email to svn;
  • Fix getSize() for submodules;
  • Fix temporary file lifetime.