Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Permission denied" problem in svnadmin.exe #58

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ message 'Building packages'
for package in "${packages[@]}"; do
echo "::group::[build] ${package}"
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild
execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild
execute 'Building source' makepkg --noconfirm --noprogressbar --allsource
echo "::endgroup::"

Expand Down
23 changes: 0 additions & 23 deletions .drone.yml

This file was deleted.

25 changes: 0 additions & 25 deletions appveyor.yml

This file was deleted.

42 changes: 0 additions & 42 deletions ci-build.sh

This file was deleted.

214 changes: 0 additions & 214 deletions ci-library.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Create directories in build tree.

From 17fbf27d99c8715f2ec1e4e1822cc3b72f8d6e74 Mon Sep 17 00:00:00 2001
From: David Rothenberger <[email protected]>

Date: Thu, 7 Nov 2013 23:02:43 +0400
Subject: [PATCH 01/22] Create directories in build tree.

---
configure.ac | 5 +++++
configure.ac | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index 4a3683c..a758b73 100644
index 42a9f14..60b99f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1652,6 +1652,11 @@ AC_DEFINE_UNQUOTED([SVN_BUILD_TARGET], "${target}",
Expand All @@ -23,3 +23,6 @@ index 4a3683c..a758b73 100644

# ==== Print final messages to user ==========================================

--
2.37.2

Loading