svn

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

How to clone from a local shared repsoitory using git svn

心已入冬 提交于 2021-01-27 18:55:22
问题 Perhaps this is trivial or has been asked many times, but I was not able to make it work: I want to git svn clone a svn repo which is on a local drive (mounted as I: on Windows). But it does not work. From git bash I ran (on Windows): git svn clone "i/path/2folder/Subversion" Initialized empty Git repository in C:/myLocalFolder/.git/ Bad URL passed to RA layer: Illegal repository URL 'i/path/2folder/Subversion' at /mingw64/share/perl5/site_perl/Git/SVN.pm line 148. git svn clone -HTTP "I:

Tortoise SVN Log messages does not update

时光总嘲笑我的痴心妄想 提交于 2021-01-27 05:40:15
问题 SVN repository keeps the log messages as properties attached to each revision. these properties are kept in db/revprops folder of repository with same numbering as revision. I needed to change format of the log messages and include some extra information. Format of the prop files (at least for version 7 uncompressed) is just key value in text format. I wrote a small program to do this and successfully edited the log messages. Running SVN Log verifies the command line and shows updated log

Tortoise SVN Error on commit: 'Invalid PROPPATCH property'

馋奶兔 提交于 2021-01-27 04:26:18
问题 I'm using tortoise svn 1.6.16 on a Windows 7 machine, and getting an error on commit, as below: Error: Commit failed (details follow): Error: At least one property change failed; repository is unchanged Error: Invalid PROPPATCH property A previous question asked here indicated that this was due to quotes in the commit message, but that is not my issue. I've tried re-installing svn, and have also tried making my changes a second time on a clean checkout of my project. The error still persists

Tortoise SVN Error on commit: 'Invalid PROPPATCH property'

人盡茶涼 提交于 2021-01-27 04:22:52
问题 I'm using tortoise svn 1.6.16 on a Windows 7 machine, and getting an error on commit, as below: Error: Commit failed (details follow): Error: At least one property change failed; repository is unchanged Error: Invalid PROPPATCH property A previous question asked here indicated that this was due to quotes in the commit message, but that is not my issue. I've tried re-installing svn, and have also tried making my changes a second time on a clean checkout of my project. The error still persists

Eclipse使用SVN

久未见 提交于 2021-01-03 16:31:24
SVN的功能再多,如果不能有效的和IDE无缝结合,那么它的功能也会大打折扣。所以,我想说说svn是如何和eclipse配合使用的。 ①到Tigris的官方网站上下载要用到的插件subeclipse,地址: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240&expandFolder=2240&folderID=2240 ②这里,我下载的是site-1.8.4.zip,如下图示: ③下载完成后,就安装这个插件;打开eclipse,点击Help---Install New Sofeware,如下图所示: ④在弹出的对话框中,点击Add,如下图所示: ⑤弹出如下图所示的对话框:在Name中给这个插件起个名字,然后砸Location中选择刚才下载的那个插件点ok就安装这个插件了。 ⑥这个插件安装的过程中,可能会有一些小警告,不要管他,直接安装就可以了。安装完成后,就要去你重启eclipse,点击ok ⑦重启完成后,点击如下所示: ⑧如果在弹出的对话框中出现SVN,就说明安装成功了!如下图所示: ⑨选择SVN资源库,点击OK,则eclipse会出现svn的资源库视图,如下图所示: ⑩在SVN资源库下面的空白位置,右键点击,选择“新建”----“资源库位置”- 在弹出的对话框中输入svn资源库的地址

Configuring SVN server on Apache on Ubuntu 12.04

|▌冷眼眸甩不掉的悲伤 提交于 2021-01-03 07:01:54
问题 I'm trying to access an existing Subversion server over HTTP. My dav_svn.conf file looks like: <Location /svn> DAV svn SVNParentPath /home/svn/repos SVNListParentPath on AuthType Basic AuthName "Restricted Access" AuthUserFile /home/svn/passwdfile Require valid-user AuthzSVNAccessFile /home/svn/accessfile </Location> But when I'm trying to access "some-site/svn", I'm getting the following error: The requested URL /svn/ was not found on this server. The Apache error log shows "file does not

Configuring SVN server on Apache on Ubuntu 12.04

北战南征 提交于 2021-01-03 07:01:19
问题 I'm trying to access an existing Subversion server over HTTP. My dav_svn.conf file looks like: <Location /svn> DAV svn SVNParentPath /home/svn/repos SVNListParentPath on AuthType Basic AuthName "Restricted Access" AuthUserFile /home/svn/passwdfile Require valid-user AuthzSVNAccessFile /home/svn/accessfile </Location> But when I'm trying to access "some-site/svn", I'm getting the following error: The requested URL /svn/ was not found on this server. The Apache error log shows "file does not