Hi, I’m trying SubGit out, and totally lost.
I’ve now synced three SVN projects. One shows the normal GitLab stats at the top, number of commits, file sizes, types of files etc. The other two (and more in testing), show 0 commits, and may or may not show any sizes.
I’m doing a remote, where SG is installed on the GL server, and the SVN repos are remote (using a svn://
URL format). This is on Debian 10.
All the actual commits are there, once clicking into the GL commits part.
I’ve done the following:
-
Followed doco to the letter
-
All perms are fine
-
Using the correct (hashed) GL repo paths
-
Zero errors in any SubGit, GitLab or svnserve logs
-
Tried both
install
andimport
modes -
All projects use the standard structure of branches, tags, trunk
-
I’ve literally diff’d the working and non-working configs, and the only differences (obviously) are SVN path, and strangely, Java path (yet I’ve tried both with no luck)
-
Both
authors
andpasswd
are configured fine -
Standard CLI used as per your doco, as the
git
user, both with and withoutlayout
SubGit version 3.3.10 (‘Bobique’) build #4368
gitlab-ee 13.6.1-ee.0
openjdk 11.0.9 2020-10-20
OpenJDK Runtime Environment (build 11.0.9+11-post-Debian-1deb10u1)
OpenJDK 64-Bit Server VM (build 11.0.9+11-post-Debian-1deb10u1, mixed mode, sharing)
I note that the last version of GL mentioned compatibility-wise is 13.1, could my newer version be breaking things? I doubt it, as one of the syncs works just fine!
Any help appreciated.