visualsvn-server

VisualSVN and Slack

安稳与你 提交于 2021-01-29 04:12:30
问题 I'm reviewing the slack-visualsvn integration guide and having some trouble here. Slack SVN Integration When you review the example it doesn't give details as to which file I need to change and what variables I need to add, so instead of guessing, I am asking if anyone has done this before and can provide some guidance. I've googled a few times and did not find any real help outside of someone pushing the svn-slack-notifier which is not on the slack integration search. Windows Server 2012 is

VisualSVN authentication exclusion

左心房为你撑大大i 提交于 2021-01-28 19:12:54
问题 I have moved from Apache 2.2 hosted subversion repositories to VisualSVN (v3.9.2 with Apache 2.4) with Windows authentication (basic). This is a new setup, no upgrade, and after importing the repositories I can checkout, update and commit just fine. Also, accessing the web interface with a browser works (requiring name and password). Now I want to exclude pdf-files from the need of authentication, so that anyone knowing the correct URL can view them with a browser. In the old setup I have

Jenkins Subversion Checkout Failing - “E175002: CRLF expected at end of chunk: -1/-1”

末鹿安然 提交于 2020-12-11 10:08:21
问题 I have a Jenkins v2.107.2 instance (running as a Windows service) which is checking out several projects via Subversion from a Visual SVN Server (on a seperate Windows PC). One of the projects (the largest - ~2.7GB) is occasionally, but then consistently failing with the following error when attempting to checkout: ERROR: Failed to check out https://example.com/myrepo org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on

Jenkins Subversion Checkout Failing - “E175002: CRLF expected at end of chunk: -1/-1”

妖精的绣舞 提交于 2020-12-11 10:01:30
问题 I have a Jenkins v2.107.2 instance (running as a Windows service) which is checking out several projects via Subversion from a Visual SVN Server (on a seperate Windows PC). One of the projects (the largest - ~2.7GB) is occasionally, but then consistently failing with the following error when attempting to checkout: ERROR: Failed to check out https://example.com/myrepo org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on

Unable to browse repository after setting visual SVN Server

懵懂的女人 提交于 2020-02-20 09:49:58
问题 I have setup VisualSVN Server 2.1.7 on my windows 7 x64 system. I have used all default options : Installed path : C:\Program Files (x86)\VisualSVN Server Repositories path : D:\Repositories Server name, port : testsrvr, 8443 (use secure connection = checked) Using "subversion authentication". I have created a user and a test repository. Given "Read/Write" access to that repository for that user. When I try to browse the repositories, IE shows "Internet Explorer cannot display the webpage". I

Unable to browse repository after setting visual SVN Server

馋奶兔 提交于 2020-02-20 09:49:12
问题 I have setup VisualSVN Server 2.1.7 on my windows 7 x64 system. I have used all default options : Installed path : C:\Program Files (x86)\VisualSVN Server Repositories path : D:\Repositories Server name, port : testsrvr, 8443 (use secure connection = checked) Using "subversion authentication". I have created a user and a test repository. Given "Read/Write" access to that repository for that user. When I try to browse the repositories, IE shows "Internet Explorer cannot display the webpage". I

VisualSVN - set up repository and set access to use Basic Windows Authentication - login results in 403?

ぐ巨炮叔叔 提交于 2020-02-04 04:47:10
问题 I've set up my repository using VisualSVN Server, imported an existing repostiory, and set the user access rights to use Windows Authentication (Basic). I then try to access the URL of the created repository; after entering my username and password, I am immediately greeted with a 403 Forbidden notice (even though I have specified both Read / Write privileges to myself using VisualSVN Server Manager console). I've tried using VisualSVN's own username/password combo, and this works

VisualSVN - set up repository and set access to use Basic Windows Authentication - login results in 403?

房东的猫 提交于 2020-02-04 04:47:07
问题 I've set up my repository using VisualSVN Server, imported an existing repostiory, and set the user access rights to use Windows Authentication (Basic). I then try to access the URL of the created repository; after entering my username and password, I am immediately greeted with a 403 Forbidden notice (even though I have specified both Read / Write privileges to myself using VisualSVN Server Manager console). I've tried using VisualSVN's own username/password combo, and this works

Intermittent “SVNException: svn: E175002: Connection reset” when updating workspace from Jenkins via SVN

痴心易碎 提交于 2020-02-01 20:01:27
问题 I have Jenkins (2.138.3) running on a Virtual Machine. On another PC on the same network, I have a Visual SVN Server (3.9.2). Intermittently (maybe 25% of the time), the checkout fails with the following error: ERROR: Failed to check out https://path/to/my/repository org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset svn: E175002: REPORT request failed on '/my/repository/!svn/vcc/default' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112) at

Intermittent “SVNException: svn: E175002: Connection reset” when updating workspace from Jenkins via SVN

不想你离开。 提交于 2020-02-01 20:01:18
问题 I have Jenkins (2.138.3) running on a Virtual Machine. On another PC on the same network, I have a Visual SVN Server (3.9.2). Intermittently (maybe 25% of the time), the checkout fails with the following error: ERROR: Failed to check out https://path/to/my/repository org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset svn: E175002: REPORT request failed on '/my/repository/!svn/vcc/default' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112) at