I have a VisualSVN Server installed on a Windows server, serving several repositories.
Since the web-viewer built into VisualSVN server is a minimalistic subversion browser, I'd like to install WebSVN on top of my repositories.
The problem, however, is that I can't seem to get authentication to work. Ideally I'd like my current reposit...
Hey Guys,
I can appreciate what I'm about to ask is a bit specific and a small niche but if you could provide some help you might actually let me keep some of my hair!
I originally posted the query over on the FogBugz technical support page, but haven't had much joy.
Basically I am using webSVN as a repository browser to provider log ...
I just switched two projects over to fogbugz and so far I like it a lot. FB has a few features that just blow trac out of the water. However, I am having trouble getting FB to point back to the revisions from within the FB issues.
I have set up the bugid in tortoisesvn and that all works - I can click on a bugid in the GUI and a fog...
I have been able to get SVN working on bluehost. Next I tried to set websvn and I am able to see the main websvn page but when I click on a repository then I get this error:
Error running this command: /home/username/system/bin/svn --non-interactive --config-dir /tmp log --xml --verbose --limit 2 'file:////home/username/devel//test/'
/...
I have beeen looking around for a way to add code highlighting to my Subversion and Apache installation that hosts my local subversion projects. It runs on Fedora Core 10 installed in a VM. I would like to use syntaxhighlighter but I have not idea how i can get Apache to automatically insert the required javascript into my source code fi...
Note: I originally asked this question on serverfault.com but only got one response so far, and the more I think about it, the more I realise it is probably better on stackoverflow.
I have multiple subversion repositories which are served up through Apache 2.2 and WebDAV. They are all located in a central place, and I used this debian-a...
We've been using it for the past few years and not the most happy with it at the moment. Is there any good alternatives out there?
...
What would you use instead of WebSVN when tying Git into FogBugz?
...
I'm a total newbie when it comes to CSS so I've pretty much given up on figuring out the problem here myself.
The problem I have is that my WebSVN installation has an odd problem related to viewing diffed files. There's some CSS that highlights the current line, but when I move my mouse up and down over the screen, the lines gets to be ...
I am trying to set up WebSVN on a Windows Server 2003 machine and not having any luck. I have done the following:
Installed FastCGI
Installed PHP 5.3.1.0 to c:\PHP
Updated php.ini with the following:
cgi.force_redirect = 0
cgi.fix_pathinfo = 1
fastcgi.impersonate = 1
fastcgi.logging = 0
Downloaded and extracted WebSVN 2.3.0 to D:\...
How to setup IIS 7.0 to serve SVN repositories?
First of all I need to make possible remote users to checkout and web-based viewing isn't really necessary.
I tried to setup WebSVN but got no success: can't set parent folder for a number of repositories, can't switch off anonymous access, can't link non-anonymous access and access list....
i have installed websvn using apt-get install websvn in ubuntu server.
i can now access websvn through http://url/websvn.
however, i want to set a password to the access, so only authorized people could access it.
how could i do this?
...
I'm using Subversion 1.6 with TortoiseSVN and WebSVN. I'm looking for a simple tool, that would enable me to add custom comments to SVN revisions. So I would be able to see the stream of incoming revisions and mark which of them I already reviewed. An ability to share the comments with other programmers would also be a welcome addition, ...
Alternatively, what other web UI for svn can I use to view diffs and versions of files?
I've spent about 2 solid days trying to make WebSVN work on Windows with no success.
Try #1: I tried to set it up under PHP for IIS 7. I got close that time - I was able to view the repository tree, but I got permission errors clicking any links ...
How can I setup a webSVN in my hosting server? I want to know the step by step procedure to setup the webSVN.
...
Hi All,
Can some one tell me how to do I enable LOGIN function for WebSVN in Ubuntu 9.1?
I was tasked to create a SVN for my team, and the following is one of the link i followed which helped me successfully setup my first repos.
http://agilior.pt/blogs/pedro.rainho/archive/2010/02/06/11698.aspx
But after installing WebSVN, i can see...
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?
...
Hello
CentOS release 5.5 (Final)
svn, version 1.4.2 (r22196)
Apache httpd.i386 2.2.3-43.el5.centos.3
I have a file called subversion.conf in the /etc/httpd/conf.d/subversion.conf
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
# Virtual path for websvn
Alias /wsvn /var/ww...
I'm using WebSvn on top of my SVN repository.
WebSvn supports RSS notification (on directory level) for changes made in the repository.
Is there an eclipse plug-in that checks WEbSVN RSS and notifies whenever someone commits and changes the code in the SVN repository. I'm looking for a nice integration within the eclipse package viewer...
In my project another dev reorganised some files, and now I'm having some issues getting at the diffs of them :-( I started out thinking that it'd be nice to get webSVN to be able to show these diffs, now I'd just like to be able to see them myself!
I know that the 'svn way' is to treat deletion as an operation on the parent directory, ...