Skip to content

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

1.21.7

23 Aug 11:30
Compare
Choose a tag to compare
 * Fix Git LFS lock paths not handled properly, making it possible to lock same file multiple times
 * Send human-readable error message when locking fails due to already existing lock

1.21.6

22 Aug 11:10
Compare
Choose a tag to compare
 * Add cleanup of bogus locks created with git-as-svn versions prior to 1.21.5

1.21.5

15 Aug 13:40
Compare
Choose a tag to compare
 * Multiple fixes to remote LFS locking

1.21.4

12 Aug 14:13
Compare
Choose a tag to compare
 * Fix commit of files larger than 8MB

1.21.3

07 Aug 12:41
Compare
Choose a tag to compare
 * Fixes to `lfsMode: !fileLfs`.

1.21.2

07 Aug 11:33
Compare
Choose a tag to compare
 * Fix bogus slashes in branch names for GitLab mapping

1.21.1

07 Aug 06:41
Compare
Choose a tag to compare
 * Reduce log spam (LDAP and client disconnects)
 * Log client version on connect

1.21.0

06 Aug 10:11
Compare
Choose a tag to compare
 * Do not write to `/tmp` when streaming files from remote LFS server to SVN clients. #288
 * Experimental `lfs: !fileHttp` LFS mode for GitLab
 * `lfs: false` replaced with `lfsMode: null` in `!gitlab` section

1.20.5

05 Aug 13:18
Compare
Choose a tag to compare
 * Log all exceptions when talking to SVN clients
 * Fixed double buffering of client I/O
 * Fix downloading of large files from remote LFS server. Broken in 1.20.4

1.20.4

03 Aug 10:51
Compare
Choose a tag to compare
1.20.4 Pre-release
Pre-release
 * Fix multiple file descriptor leaks
 * Do not write to /tmp when streaming files from remote LFS server to SVN clients