Skip to content

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

1.25.0

26 Mar 13:31
Compare
Choose a tag to compare
* Add `useHooksDir` option to `pusher: !pushEmbedded` that runs `hooks/<hook_name>.d/\*` executable files in addition to standard `hooks/<hook_name>`.
Note that this feature is an extension to standard Git behavior and is subject to change in any later git-as-svn releases.

1.24.3

23 Mar 11:34
Compare
Choose a tag to compare
* Fix `svn unlock` not actually unlocking anything if lock token was not provided

1.24.2

16 Mar 21:46
Compare
Choose a tag to compare
* Upgrade httpclient to 4.5.12. https://github.com/bozaro/git-as-svn/issues/335[#335]
* Fix `get-locks` cmd not properly filtering paths when using HTTP LFS server

1.24.1

11 Mar 09:17
Compare
Choose a tag to compare
* Downgrade httpclient to 4.5.10. https://github.com/bozaro/git-as-svn/issues/335[#335]

1.24.0

10 Mar 21:53
Compare
Choose a tag to compare
* Fix a bug that caused Git-LFS locks in GitLab to be created on behalf of administator user instead of the user who locks file through git-as-svn
* Update dependencies

1.23.1

04 Feb 15:56
Compare
Choose a tag to compare
* Fix "Malformed network data" error for `svn blame`

1.23.0

15 Jan 10:22
Compare
Choose a tag to compare
* Drop support for nonstandard `eol=cr` in `.gitattributes` with no replacement
* Drop support for nonstandard `eol=native` in `.gitattributes`.
Just add `text` attribute to indicate that file has native EOLs.
* JGit is now used to parse `.gitattributes` files

IMPORTANT: Repository data exported to SVN has changed.
Users will need to perform re-checkout of their working copies after git-as-svn upgrade.

1.22.0

14 Jan 14:10
Compare
Choose a tag to compare
* Systemd unit now correctly waits for git-as-svn to shut down. https://github.com/bozaro/git-as-svn/issues/275[#275]
* Update dependencies
* `/usr/bin/git-as-svn` no longer implicitly adds `-Xmx512m` JVM argument
* Several file descriptor leaks fixed
* git-as-svn no longer overrides `.gitattributes` settings with text/binary auto-detection
* `svn:mime-type=application/octet-stream` property is now added to files that have `-text` in `.gitattributes`. https://github.com/bozaro/git-as-svn/issues/317[#317]

IMPORTANT: Repository data exported to SVN has changed.
Users will need to perform re-checkout of their working copies after git-as-svn upgrade.

1.21.9

05 Nov 12:30
Compare
Choose a tag to compare
 * Catastrophically speedup rename detection (~50x). #306

1.21.8

17 Oct 07:20
Compare
Choose a tag to compare
 * Write empty LFS files in a compatible with Git-LFS way
 * Update dependencies