websvn

WebSVN - Authentication for paths in the repository

有些话、适合烂在心里 提交于 2020-01-01 18:21:05
问题 I need simple 'to-the-point' tutorial or neat exemple of How to implement authorization for paths (checkout diretories) out of a single Subversion repository, using WebSVN. Lets say repository is /svn/repos/r_project Two checkout (paths) from this repos are /svn/repos/path1 and /svn/repos/path2 ... I want to protect each path (directory) with a different username/password. Subversion and WebSVN are installed on Unix Apache (redhat). Already i can see the two paths in the WebSVN repository

how to configure jenkins to work with websvn

假如想象 提交于 2019-12-21 16:45:53
问题 I started using jenkins and now trying to configure it to use websvn for diff and files view. I saw a post that say I have to configure multyviews. but I dont understand exactly what it means and how to work with it after it is configured. 回答1: The solution was to use websvn2 plugin of jenkins which support the url with parameters 来源: https://stackoverflow.com/questions/5564014/how-to-configure-jenkins-to-work-with-websvn

how to configure jenkins to work with websvn

左心房为你撑大大i 提交于 2019-12-21 16:45:03
问题 I started using jenkins and now trying to configure it to use websvn for diff and files view. I saw a post that say I have to configure multyviews. but I dont understand exactly what it means and how to work with it after it is configured. 回答1: The solution was to use websvn2 plugin of jenkins which support the url with parameters 来源: https://stackoverflow.com/questions/5564014/how-to-configure-jenkins-to-work-with-websvn

websvn is not ignoring mime type

六月ゝ 毕业季﹏ 提交于 2019-12-11 18:48:40
问题 I am using websvn to see svn revision comparison. I uncommented $config->ignoreSvnMimeTypes(); to my config.php, but it seems not to work: Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream What am I missing? 回答1: my workaround was to change the mime type 来源: https://stackoverflow.com/questions/3803078/websvn-is-not-ignoring-mime-type

webSVN doesn't ask for authentication for using a repository

拈花ヽ惹草 提交于 2019-12-11 15:27:58
问题 I just setup the SVN server on my local network.its working fine as expected but to use SVN more handy way i just configured webSVN. but after configuring webSVN's config.php file its shows me all the repositories and its not asking me for any authentication like user name and password. what i have in my /etc/httpd/conf.d/subversion.conf is <Location /mysvn> DAV svn SVNParentPath /var/www/html/svn AuthzSVNAccessFile /etc/svn-acl-conf AuthType Basic AuthName "Subversion repos" AuthUserFile

How to do unattended install of WebSVN with apt-get?

假装没事ソ 提交于 2019-12-08 02:41:26
问题 Working with Ubuntu 10.10 ... When installing WebSVN via apt-get with the following command: sudo apt-get -y install websvn It will pop 3 screens asking for configuration details (ie. where your SVN repositories are etc). Is there a way to pass this information to this command so that the installation can occur unattended? Thanks 回答1: Almost all packages in Debian/Ubuntu use Debconf. You can pre-seed answers into debconf using the command debconf-set-selections . You need another tool debconf

How to do unattended install of WebSVN with apt-get?

冷暖自知 提交于 2019-12-06 12:57:48
Working with Ubuntu 10.10 ... When installing WebSVN via apt-get with the following command: sudo apt-get -y install websvn It will pop 3 screens asking for configuration details (ie. where your SVN repositories are etc). Is there a way to pass this information to this command so that the installation can occur unattended? Thanks Almost all packages in Debian/Ubuntu use Debconf . You can pre-seed answers into debconf using the command debconf-set-selections . You need another tool debconf-get-selections to extract the answers you provided interactively. debconf-get-selections isn't installed

how to configure jenkins to work with websvn

孤街醉人 提交于 2019-12-04 07:59:28
I started using jenkins and now trying to configure it to use websvn for diff and files view. I saw a post that say I have to configure multyviews. but I dont understand exactly what it means and how to work with it after it is configured. The solution was to use websvn2 plugin of jenkins which support the url with parameters 来源: https://stackoverflow.com/questions/5564014/how-to-configure-jenkins-to-work-with-websvn

What is the cause of “svn: E195019: Redirect cycle detected for URL”?

那年仲夏 提交于 2019-12-03 02:34:39
Trying to checkout from my SVN repo gives me svn: E195019: Redirect cycle detected for URL ... However, it appears as if this error only occurs when I am behind some (specific) proxy server. As discussed in other post (see tortoise svn giving me "Redirect cycle detected for URL 'domain/svn'" ), this error occurs if the SVN DAV is misconfigured, e.g., using SVNParentPath where one should use SVNPath. However, my configuration appears to be correct and - as far as I know - the problem only occurs when behind a proxy. The setup of the repository is more or less standard, e.g., ServerAlias svn

What is the cause of “svn: E195019: Redirect cycle detected for URL”?

限于喜欢 提交于 2019-11-30 13:15:10
问题 Trying to checkout from my SVN repo gives me svn: E195019: Redirect cycle detected for URL ... However, it appears as if this error only occurs when I am behind some (specific) proxy server. As discussed in other post (see tortoise svn giving me "Redirect cycle detected for URL 'domain/svn'" ), this error occurs if the SVN DAV is misconfigured, e.g., using SVNParentPath where one should use SVNPath. However, my configuration appears to be correct and - as far as I know - the problem only